Grants
```r
merged_grant_df <- dccvalidator::get_synapse_table(\syn21918972\, syn)
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxubWVyZ2VkX2dyYW50X2RmICU+JVxuICBzZWxlY3QoLWluc3RpdHV0aW9uQWxpYXMpICU+JSBcbiAgIyBzZWxlY3QoZ3JhbnRJZCwgaW5zdGl0dXRpb25JZCkgJT4lIFxuICBzZXBhcmF0ZV9yb3dzKGluc3RpdHV0aW9uSWQsIHNlcCA9IFwiLFwiKSAlPiUgXG4gIG11dGF0ZV9hbGwofiBzdHJfdHJpbSguKSkgJT4lIFxuICBsZWZ0X2pvaW4oc2VsZWN0KGRiX2luc3RpdHV0aW9uX2RmLCBpbnN0aXR1dGlvbklkID0gaWQsIGluc3RpdHV0aW9uQWxpYXMgPSBkaXNwbGF5TmFtZSksXG4gICAgICAgICAgICBieSA9IFwiaW5zdGl0dXRpb25JZFwiKSAlPiVcbiAgZ3JvdXBfYnlfYXQodmFycygtb25lX29mKGMoXCJpbnN0aXR1dGlvbklkXCIsIFwiaW5zdGl0dXRpb25BbGlhc1wiKSkpKSAlPiVcbiAgc3VtbWFyaXplX2FsbCh+IHN0cl9jKC4sIGNvbGxhcHNlID0gXCIsIFwiKSkgJT4lXG4gIHVuZ3JvdXAoKSAlPiVcbiAgbXV0YXRlKGluc3RpdHV0aW9uQWxpYXMgPSBtYXBfY2hyKGluc3RpdHV0aW9uQWxpYXMsIC5kZWxpbV9zdHJfdG9fanNvbikpICU+JVxuICB1cGRhdGVfc3luYXBzZV90YWJsZShcInN5bjIxOTE4OTcyXCIsIC4sIHN5biwgc3ludGFiKVxuYGBgIn0= -->
```r
merged_grant_df %>%
select(-institutionAlias) %>%
# select(grantId, institutionId) %>%
separate_rows(institutionId, sep = ",") %>%
mutate_all(~ str_trim(.)) %>%
left_join(select(db_institution_df, institutionId = id, institutionAlias = displayName),
by = "institutionId") %>%
group_by_at(vars(-one_of(c("institutionId", "institutionAlias")))) %>%
summarize_all(~ str_c(., collapse = ", ")) %>%
ungroup() %>%
mutate(institutionAlias = map_chr(institutionAlias, .delim_str_to_json)) %>%
update_synapse_table("syn21918972", ., syn, syntab)
<synapseclient.table.CsvFileTable>
merged_grant_df %>%
select(grantId, institutionId) %>%
separate_rows(institutionId, sep = ",") %>%
mutate_all(str_trim) %>%
distinct() %>%
I %>%
update_synapse_table("syn21905912", ., syn, syntab)
<synapseclient.table.CsvFileTable>
db_institution_df <- dccvalidator::get_synapse_table("syn21905891", syn)
merged_grant_cleaned <- merged_grant_df %>%
separate_rows(institutionId, institution, sep = "\\|") %>%
mutate_all(str_trim) %>%
distinct() %>%
arrange(institution) %>%
mutate(institutionId = case_when(
institution == "University of Pennsylvania" ~ "syn21905883",
institution == "University of Virginia" ~ "syn21905886",
institution == "University of Colorado Denver" ~ "",
institution == "University of Delaware" ~ "",
institution == "Pacific Northwest National Laboratory" ~ "",
institution == "Massachusetts Institute of Technology" ~ "syn21905863",
institution == "The Hebrew University of Jerusalem" ~ "",
TRUE ~ institutionId
)) %>%
mutate(institution = str_replace(institution, "^The ", "")) %>%
# filter(institutionId == "") %>%
left_join(select(db_institution_df, id, institution = fullName), by = "institution") %>%
mutate(institutionId = ifelse(institutionId == "", id, institutionId)) %>%
select(-id) %>%
distinct() %>%
group_by_at(vars(-contains("institution"))) %>%
summarize(
institutionId = str_c(unique(institutionId), collapse = ", "),
institution = str_c(unique(institution), collapse = " | ")
) %>%
ungroup() %>%
mutate_all(~ ifelse(str_detect(., "Not Applicable"), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '"Not Applicable"'), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., "^NA$"), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '\\["NA"\\]'), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '"NA"'), NA, .)) %>%
I
merged_grant_cleaned
```r
merged_grant_syntable <- update_synapse_table(\syn21918972\, merged_grant_cleaned, syn, syntab)
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
## Projects
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuYGBgclxubWVyZ2VkX3Byb2plY3RfZGYgPC0gZGNjdmFsaWRhdG9yOjpnZXRfc3luYXBzZV90YWJsZShcXHN5bjIxODY4NjAyXFwsIHN5bilcbmBgYFxuYGBgIn0= -->
```r
```r
merged_project_df <- dccvalidator::get_synapse_table(\syn21868602\, syn)
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuYGBgclxubWVyZ2VkX3Byb2plY3RfY2xlYW5lZCA8LSBtZXJnZWRfcHJvamVjdF9kZiAlPiUgXG4gIG11dGF0ZSh0aGVtZSA9IHN0cl9yZXBsYWNlKHRoZW1lLCBcXFR1bW9yIEV2b2x1dGlvblxcLCBcXEV2b2x1dGlvblxcKSkgJT4lIFxuICBtdXRhdGUodGhlbWUgPSBzdHJfcmVwbGFjZSh0aGVtZSwgXFxtZXRhc3Rhc2lzXFwsIFxcTWV0YXN0YXNpc1xcKSkgJT4lIFxuICBtdXRhdGUodGhlbWUgPSBzdHJfcmVwbGFjZSh0aGVtZSwgXFxkcnVnIHJlc2lzdGFuY2Uvc2Vuc2l0aXZpdHlcXCwgXFxEcnVnIFJlc2lzdGFuY2UvU2Vuc2l0aXZpdHlcXCkpICU+JSBcbiAgbXV0YXRlKHRoZW1lID0gc3RyX3JlcGxhY2UodGhlbWUsIFxcbWljcm9lbnZpcm9ubWVudFxcLCBcXE1pY3JvZW52aXJvbm1lbnRcXCkpICU+JSBcbiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sIFxcTm90IEFwcGxpY2FibGVcXCksIE5BLCAuKSkgJT4lXG4gIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAnXFxOb3QgQXBwbGljYWJsZVxcJyksIFxcXFwsIC4pKSAlPiVcbiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sIFxcXk5BJFxcKSwgTkEsIC4pKSAlPiVcbiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICdcXFxcW1xcTkFcXFxcXFxdJyksIFxcW11cXCwgLikpICU+JVxuICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgJ1xcTkFcXCcpLCBcXFxcLCAuKSkgJT4lXG4gICMgZmlsdGVyKHByb2plY3RJZCA9PSBcXHN5bjIxNjQ1MTkzXFwpICU+JSBcbiAgIyB1cGRhdGVfc3luYXBzZV90YWJsZShcXHN5bjIxOTMwNTY2XFwsIC4sIHN5biwgc3ludGFiKSAlPiVcbiAgSVxuIFxubWVyZ2VkX3Byb2plY3RfY2xlYW5lZFxuYGBgXG5gYGAifQ== -->
```r
```r
merged_project_cleaned <- merged_project_df %>%
mutate(theme = str_replace(theme, \Tumor Evolution\, \Evolution\)) %>%
mutate(theme = str_replace(theme, \metastasis\, \Metastasis\)) %>%
mutate(theme = str_replace(theme, \drug resistance/sensitivity\, \Drug Resistance/Sensitivity\)) %>%
mutate(theme = str_replace(theme, \microenvironment\, \Microenvironment\)) %>%
mutate_all(~ ifelse(str_detect(., \Not Applicable\), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '\Not Applicable\'), \\, .)) %>%
mutate_all(~ ifelse(str_detect(., \^NA$\), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '\\[\NA\\\]'), \[]\, .)) %>%
mutate_all(~ ifelse(str_detect(., '\NA\'), \\, .)) %>%
# filter(projectId == \syn21645193\) %>%
# update_synapse_table(\syn21930566\, ., syn, syntab) %>%
I
merged_project_cleaned
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuYGBgclxubWVyZ2VkX3Byb2plY3Rfc3ludGFibGUgPC0gdXBkYXRlX3N5bmFwc2VfdGFibGUoXFxzeW4yMTg2ODYwMlxcLCBtZXJnZWRfcHJvamVjdF9jbGVhbmVkLCBzeW4sIHN5bnRhYilcbmBgYFxuYGBgIn0= -->
```r
```r
merged_project_syntable <- update_synapse_table(\syn21868602\, merged_project_cleaned, syn, syntab)
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
## Tools
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuYGBgclxubWVyZ2VkX3Rvb2xfZGYgPC0gZGNjdmFsaWRhdG9yOjpnZXRfc3luYXBzZV90YWJsZShcXHN5bjIxOTMwNTY2XFwsIHN5bilcbmBgYFxuYGBgIn0= -->
```r
```r
merged_tool_df <- dccvalidator::get_synapse_table(\syn21930566\, syn)
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuYGBgclxubWVyZ2VkX3Rvb2xfY2xlYW5lZCA8LSBtZXJnZWRfdG9vbF9kZiAlPiUgXG4gIG11dGF0ZSh0aGVtZSA9IHN0cl9yZXBsYWNlKHRoZW1lLCBcXFR1bW9yIEV2b2x1dGlvblxcLCBcXEV2b2x1dGlvblxcKSkgJT4lIFxuICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgXFxOb3QgQXBwbGljYWJsZVxcKSwgTkEsIC4pKSAlPiVcbiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICdcXE5vdCBBcHBsaWNhYmxlXFwnKSwgXFxcXCwgLikpICU+JVxuICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgXFxeTkEkXFwpLCBOQSwgLikpICU+JVxuICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgJ1xcXFxbXFxOQVxcXFxcXF0nKSwgXFxbXVxcLCAuKSkgJT4lXG4gIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAnXFxOQVxcJyksIFxcXFwsIC4pKSAlPiVcbiAgbXV0YXRlKGhvbWVwYWdlVXJsID0gaWZlbHNlKGlzLm5hKGhvbWVwYWdlVXJsKSwgXFxcXCwgaG9tZXBhZ2VVcmwpKSAlPiUgXG4gIG11dGF0ZSh0b29sVHlwZSA9IGlmZWxzZShpcy5uYSh0b29sVHlwZSksIFxcXFwsIHRvb2xUeXBlKSkgJT4lIFxuICBtdXRhdGUocHVibGljYXRpb25JZCA9IGlmZWxzZShpcy5uYShwdWJsaWNhdGlvbklkKSwgXFxcXCwgcHVibGljYXRpb25JZCkpICU+JSBcbiAgbXV0YXRlKHB1YmxpY2F0aW9uVGl0bGUgPSBpZmVsc2UoaXMubmEocHVibGljYXRpb25UaXRsZSksIFxcXFwsIHB1YmxpY2F0aW9uVGl0bGUpKSAlPiUgXG4gIG11dGF0ZShwdWJsaWNhdGlvbiA9IGlmZWxzZShpcy5uYShwdWJsaWNhdGlvbiksIFxcXFwsIHB1YmxpY2F0aW9uKSlcbiBcbm1lcmdlZF90b29sX2NsZWFuZWRcbmBgYFxuYGBgIn0= -->
```r
```r
merged_tool_cleaned <- merged_tool_df %>%
mutate(theme = str_replace(theme, \Tumor Evolution\, \Evolution\)) %>%
mutate_all(~ ifelse(str_detect(., \Not Applicable\), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '\Not Applicable\'), \\, .)) %>%
mutate_all(~ ifelse(str_detect(., \^NA$\), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '\\[\NA\\\]'), \[]\, .)) %>%
mutate_all(~ ifelse(str_detect(., '\NA\'), \\, .)) %>%
mutate(homepageUrl = ifelse(is.na(homepageUrl), \\, homepageUrl)) %>%
mutate(toolType = ifelse(is.na(toolType), \\, toolType)) %>%
mutate(publicationId = ifelse(is.na(publicationId), \\, publicationId)) %>%
mutate(publicationTitle = ifelse(is.na(publicationTitle), \\, publicationTitle)) %>%
mutate(publication = ifelse(is.na(publication), \\, publication))
merged_tool_cleaned
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuYGBgclxubWVyZ2VkX3Rvb2xfc3ludGFibGUgPC0gdXBkYXRlX3N5bmFwc2VfdGFibGUoXFxzeW4yMTkzMDU2NlxcLCBtZXJnZWRfdG9vbF9jbGVhbmVkLCBzeW4sIHN5bnRhYilcbmBgYFxuYGBgIn0= -->
```r
```r
merged_tool_syntable <- update_synapse_table(\syn21930566\, merged_tool_cleaned, syn, syntab)
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
## Datasets
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxubWVyZ2VkX2RhdGFzZXRfZGYgPC0gZGNjdmFsaWRhdG9yOjpnZXRfc3luYXBzZV90YWJsZShcInN5bjIxODk3OTY4XCIsIHN5bilcbmBgYCJ9 -->
```r
merged_dataset_df <- dccvalidator::get_synapse_table("syn21897968", syn)
```r
merged_dataset_cleaned <- merged_dataset_df %>%
mutate(theme = str_replace(theme, \Tumor Evolution\, \Evolution\)) %>%
mutate(theme = str_replace(theme, \metastasis\, \Metastasis\)) %>%
mutate(theme = str_replace(theme, \drug resistance/sensitivity\, \Drug Resistance/Sensitivity\)) %>%
mutate(theme = str_replace(theme, \microenvironment\, \Microenvironment\)) %>%
mutate(assay = str_replace(assay, \Whoe\, \Whole\)) %>%
mutate_all(~ ifelse(str_detect(., \Not Applicable\), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '\Not Applicable\'), \\, .)) %>%
mutate_all(~ ifelse(str_detect(., \^NA$\), NA, .)) %>%
mutate_all(~ ifelse(str_detect(., '\\[\NA\\\]'), \[]\, .)) %>%
mutate_all(~ ifelse(str_detect(., '\NA\'), \\, .)) %>%
mutate(tumorType = ifelse(is.na(tumorType), \\, tumorType)) %>%
# filter(datasetId == \syn21645193\) %>%
# update_synapse_table(\syn21930566\, ., syn, syntab) %>%
I
merged_dataset_cleaned
<!-- rnb-source-end -->
<!-- rnb-frame-begin eyJtZXRhZGF0YSI6eyJjbGFzc2VzIjpbInRibF9kZiIsInRibCIsImRhdGEuZnJhbWUiXSwibmNvbCI6MTksIm5yb3ciOjIxM30sInJkZiI6Ikg0c0lBQUFBQUFBQUErejlhNHdzYVpvZWh2VmNsalRYa0xVeUxjTVVhVHQ0bWQwc2QwYWR2Tld0aDJ3NksrczZwN0pPVGxWMm41NFpVdVBJektqSzZCTVprUk9SV1ZYWkprZXlURUFFS2RJd0tCbVdmOUFBWlZrU0JkbndEYjc4SlFUSU1DeEF0dm5MUHlRRC9tTkFnbUJUNEI5RGx0L3JkNG5JT3FkbnAzZVd1MXNFdDZkT1p1UVgzL1g5M3N2elB1L055UmVkWC8vaTF6LzY2S052Zi9TZFgvdk9SOS8rRHZ6NTNXL0RmNzcxMFhjLytpUDR2MDhmZmZTZFB3cC80UC85QnZ6ZjM1Y3YvdlBsSnV1MER3NlBEdG90NTZOMjkzRHY4S2pUZGo5cUhmYjIyKzFELzRkSHJmMVdyLzdSZ2ZmUllidmRPV3pWUHRyYnIzVml2MVg3NlBDbzl0SFJRZTJOM1ZiMW80UDJYdTJqVHYycGJ0Y2RZL3VnM1dsMzkrb2Y3ZGMvNnRVLzh0bzY3SFgydXIyRDJxeTJ0M3kwWC8rb09xdWQvY04ydGZlSHJhUHFVNGM5YjlFNk1LZDcvdEsyai9ZT2UzdEgxYWNPT3BYbE9Oby9PcXgyb3IzWDJxdjlzTjJ0ZjdUbHFWNXRqSlhlSDhLY3RqcTEzdGVlYXNGajFZLzJLcE9ESHgxMXFoOGQ3ZTNWMm1yVmZ0ZzVxczM5NFY1MU04RkgxZms2T0twdWNuamh3WmFQcWdQcTlLcFB3VWY3MVg1MTlnNDYxVGZ1SFZUM3hNSGVmclgzZTUyajZnLzM2anVudTlldHRyWFhPYWp2cjRPOTZvRDh6VVJudSt2SkNUZ0swTk85VnUyalhyWDVvNk51N2FQRGcyNzFvNFBhMG5iMzlnL3JIMVVIQk9PdXlxL0RWcXRibStqYS91cTEyOVdkMCtuVk90SHIxRFlUZkxSZi9lSFJRVlU4ZHJ2ZDZrZWQrdmJ0SHJTcS9lcnVIOWJhMmovbzFXYWlWM3RxcjF0N0NoYTgvbEZ0ak8xMmJYSmFSOVVwN0xYM3RnaFJUL0MxUVN3ZEhsVzJDVWpNZzVvUTdabFovWFg0NktEVE83U24zWDdTclgzU3EzMnlWL3Rrdi9ySlVhMWxNd1gweVdHdmUyZ2tPSDV5dE44OTJqY0x3NS8wV2oydlAvQkorNmg3VVAxa3YrTjlBdnZDZS92UjBYNTcvNkIyU1I1dXVZUGJ0UnNScHExMjRYYnFncnAyZWNOVGRkbmRxNHE2MW43dElNRlZXdG5wclZaN3k3VmNFNXV0ZzE3MWdJTndyV3hZa0RMZDJuMStXSk5ZcmNQRHlvYnR3RlZhYlI0NlVic2tEM3JWQWNGZXJINEVwN0pWL2VHK2QxdWdsTjZILzFmclY2VVRoOTFPdTkydWZlVHJHWHd0VndVaUhOUGFyQjd1VldlaXZWZHZhNisyMmdkN1IvNkE5dUdtNi9qYnNnc1NzajVkOVYzU082cDJxMTBiSW02SjZ0eTBlMGRibEpIcW11M3YrU29MS3hDMUJhcXJlUHUrVHNIOU9xeDkxSzBkSVhoajlhbk9RYXYrVkxlcXp4M3NkV3QzcEgveHdBWFpnMkhXZHR4QnIzWWNlL3ZWYlE4ZjFYOTRWUC9vc05wVitMQzIvbFV0Qmk2ZTZtbkhzMWZyMThHV2ZibS9YMzlqN1NidDdQZnExMloxbThEODdIZHJuYWpOMTM2dnBpMWdOK3JEcnI0UnpKRzZmTm5mb3RoVVpTaWMvN28rMTZscUhwMjZpdGR1dFk5cVA2elpNWjM5bytweXRQZHF0M0o3djFkVG5BOXFHaVRjbXJXNVB6cXFLVWtITmVXdGM5Q3BLU005WDVqUVJiMWZtNXo5cXBDRGorcHF4bDZucGtwdDJTWjcxZVZvOTNxSHRiYU82aXJMVWZVR0FHWGtvRHFydmZaaHRhdmRtbVlMSDlYR0NKZC9iZTRQYTl1M2U5anlyY1A5ZzhPdVA2RFdZV2QvejlmVStLUEszSU81VzExYS9LajlrVy9ILzJpNExxTnluZ1RMSWwvRlNWWUdVUkVIeTd4Y2hhc2l5c3Bwa1N4WFNaNUZhVkRFOStzMFd1VkZHZVIzd1dvZUIvRXlnZjlKa3lnTjAvVWl3WWVtY1pvRzVTcGF4ZktDUHo2TVYvTU4vQTRhQ1daSm1SZXp1QWlTTEJoY1hja2o3OGJtVGZraURpSm9aMU1tOUJaNEhuNGF6NkRKdkZoSSs5REhiQmFzMW91OGNMb2dYMEhMaTN4ZHhrRzZ6dTZEYVpSTjRYV1RUWEJ6M1E5djQ1L0pLMy96b3Z1NmN4Qk5nOEg4Y29TL09Vbnd1ZGR2WHIwZEJ6L0JEOE15L3RsZmxLZi9OSC83ZHZ6cTladGdlRHZReG9LZnJQSVZ2Qm4rcVkrZTlOTlZYQ1QyMVN0M2JHV3dMdkU3NlBWOW5PV0xaQXJ2bmllVGhHYjFKOUtzdG5YOXk3UjFtZktTQkpNNG1rM255VkpiSGQza2szVzVDdUpzdllnTFhoZVlhVjY0OWFTTVYyVndWK1NMWUpXVTVSb1crV2xaeEdXSmo4RWV1VXRTZUhQajR2d3pNRDVHNmJyczdFaTdWOTljdTMxdGMvaE50SGtNRXpDQUNkQkdteVA2Q3VjTzJpcnpSVVQ3S1l2WFJiS0tLNU1zdjducFQxZkpnK2tBSHBZOHpMTnBEbE1QNzREOUJWdTdXQzlORCtmUXE3ekU3WnpGeWYxOGtoZnpQSi9CdWt6bmwvMXdkRHIraTk5NHk3UnJuZTN6dzIrczVjcSsvQ3VuZHBwbjBTcmlKWUNqQ2czRExoeXQ0Z3pPaWh6RGNkaS91c0pqZVJkUDhTQS93bm5GTS9SNU1Od1VZZi8xT0x5OE9iME5GNE41WEJTYkFJLzBZcm5hQkEvd2VGNDBZVG5peVB6dTVQakgrTVRKOFBhTkR2THI5U1hIcyszMzZBTU5uNTdETE5VM2xPeWF3V2ZqcXl2ZWgvQVJuc1VsUE5JK0NHYkYrcDZiWHNUWlNyZlBEN1kzRnIrM3RiZlFzZWdPQlVEUXQwMUtpMy85WXIySXNtQVNsU2g4azNkeE1JRW40S2lJcURDTkJSZURRYnZkNi9yalBUNGRXMmtSL09DSGJWbVgwOWZPeHlDV0YvRXF5WklKenMzb3N2djYxV0w4NXNaNTR2ajB4eDJqczVhbkpJbmdGMU80SzhwVmtVeDFhOFdMU2JISmNVSHdwTVZQY01ic1I5akw2QjVHdlVpS0FtVVhYaTE0TExFaE9vMEp0YlBLZFhDTi9yZy9RQUd0UjdyNDFiMGF6NEx6NXZ4WDkrYTM1OGUzK3RwLy9qcGVQZWJGdXhBMlFEeHJCdE1pTDh0d21zL3pZb1hIZXBvL3hIaWE3b0xxTGI2SXAvTW9TOHBGR2VCdVRHYTBCK0hwWUJFbEdSd1hmQnYrY0E0aUlDeVM4aDFKeG55U3d1NUNXUWx5ZDdWWnh0NGxmOUxQZ21pTlg2L2lLUXdKdXZPSUczQUpsL2NkWE53Qi9DZElvK0krRHN0cGxNS1A0YTN3UDdSTFpVWjNWU01KTHQ1ODBkK0RNeHpneTRvSGtHR3dsZlBwR2o0b3kzeWEyRzNzaUt5RDRCNzZqMWY1NWNsRitKaWtNK3JsZlpxWXJzc0wvdXg0WHBIeVFYeUgwZ2xIL1M3THArOXdTbWI1WXhhYy92aWlnMDJPbzhWTk1CeWNIYWpLc2pzNk9UOExaMFh5QVBMRmZZZkltRVUraStHS212cGF4dzlGeVFyUytDRm1YZVg0cG4vbUhDaGNFWmhZWElKRm5FWVp0c2g2alhkOFIyZWdmeDkyalMvMit4Zmg3ZmcydUlaVGJRLytNaTVXNjJLaXZ5bEJmWUxsejlONHVzYXB6eGZMZkozTlZFUmRRbGNEV0laMW5FMUZMS1VaOXIva09hSDVnQTdQU2U0c29ZdllJZGlzVllHakRYNWVsWGxsY3A5RjBDUGFYUS94WWwyQWRFUGg0Z3dhWHZCMmVIUjRSRWNHLytvZVZ5WkNXcC9jb0o1S0wzMklpaVNhZ0dpR1d3Ti9oaUk0VExMWmVncERMMktZODNzUVpBc2NWSVI3Q3RlRzdqdnVPRWxzcHdzL2tmMm90OTMwZCs1TktzYjBWVC8vMVFtVEVXOE8wZzVDWEdVcjB2N0djSjNDeDNDS3k4Q3FTcWZRNlVtYWxQT1lteC9sNldZNWowQXBuK1pwZmsreTV1eWtIL2FYTUEwUE1CK0RrOWU5Vi92QnBkVkpTV3VubjRLWVdhSEtqbUxoSklIRFY4Z0hBM2hYQWhJaUlOMEY1bG1sd3NIN0RpMktMOTFvMkZVNXRYaGdWZWw5ZlRMY084YUplbGZTV29JbFU5R25nM2tNMmpZcFI3aStNRmZRMXlKYWJ0d2xhOGlCMXJtNithYmFQWDJDUjkyV2YvaE50YXhxNGM0M1BSWEhVVEdGRFc1MDlXOXNpbS9zUGZmbW0ybzB5VTZLM0pnQWpjdUhUWER1aXUzK0N2N0M3ZjRsN3FucU12K1pEejEvZXozU1p3ZTRVeGNnQmlLd1NrRXBqYWZKYksyV2NmeVFwM2c0U0V1TjdJamdyTVBteFI2RDVsZnF0ZG83TlZ2OFBzMG4wTWp3UjRQZ0JBVDFCS1FPM1ZKZzlNQ0lVN2o5OGFuUjViVzZGSDQ2cmx6OGVPMmpqRUNiSnk3V0MzaG5zbGlMWVc2c1ppdFU3cEtKM1BybGUxN1RoOTU4TXQyc2NyanF5MFZBTmhxTStZN1VXQmorZWduWEVLemZJbG1SK0NITExmbXFMbWIvL0crN29hZ29vbzAyODBjcjF4amFCUExWajRkODk4RjB3MXdVMFJTTjY2K01mVVJhVHB6TmNwZ3p2RDFCbzBJTlJ5Vm1YdHpETFpUTVdJeU5UdDU4b1Y2RjB0enZmOWIxZFlpSy96V2FKbVZCTDdiYlcxYU5CcUlhVmU3ay9neUVjOERLL3pGci9LZldCVElnVmVFbmcvWlBMMkYvUE5ERysybm5MLzZPTmQzV3B2dS9kTlBmWUI5dEI0UGU3dTdCNzl6d3U5cjBidzdnRHNSRHczcHQ2T3ExcUFMQlJuTnN0K1d0OHhRcHkvam9BcnMwelVPblZ3V29pUkc4Tm9NN1d2VUNYOXJoWG5RMGVoaUd0cWZ1T3R5Szh0NG45NzNEYUltUG40QUdXOEM1djF3czFyQTFSL000eTFGeEp1VVVMMnVaaWpGNTI0YlllSnc5SkVXZTRZQ0NNTmo3cmVwY1lwL0dneHZuSTlXa3Z2bjNkL250dDlWWHBTaUVyWUpnNU93MEJ4UG5DVDREZVpmY2hPMjlQWmkrR1ZzVU9LZnVyRUVIN3ZJMTJrVmZ3cXNUN2lEMW5UdFl2U1MrL0ZXOE14bGNYWnFySnZ0VnZCRVZQVytjWGQzWThFcFpVVHBTNTd4MGNwekcyOXhvdmY1aW1TWlRGcmkvNEcvZmZaWVZFWmhOcEkyQ0VUcE42VnFybjRmby9wNDB3WWNZTFdIWVBXS3IwcFlhWHg4UFlGOFYrZnArdnZXMC91VHQ2YTBlNi94WDlNcUtmKzJmN2s5L3RrNUVaNGZwaUlMNVpsSWtzK0QwMVpEYlJlTVkzdWRvMGVRTlQ4anBoWjJDWDVGcmFJdFhTT2N6R3EyV1dVZTNnbWoxT0NqSHp3clg4U3AvQXFrelRoWmg5MlBRNlE4L0RzYU9FNTZzbElqQ0J0Q1hrSDN5dEltZ0Z5cnUrcUFCSlhlZzFtdTc5TmducVBUazZOT2ZvQjBLcGhYMGdTenFpbjRYb1JlY2ZsdDNBRGdUdnpTaVE5NzdXK2NSbVZEbTZ0NDYrWmVYS3NPLzN1UHk5RisreGpzZGQ4UE0yaTgwUHB3Vy9FazQzVXhUdXV6UktDejFCQm9kRDdXWTQ5TnhPRUVYeGl4ZnNQZUNqQ1U1bDZEc3FZc0JmcnhPMDZvbkkyYkRMU0FuRU00YVQ1cW9IdXFyUkRNb2ZJTEpnWDdjcmZDQ2lIMXZRcDdGSE5FcDRsak5OdE9UUXFmenI1dytCUS9KUXg2Y2JMS0lqRVA0RFYrWG5tWTgwREJNeE9MNkFYcUZPd3dNL3hEdXNTaEVYM3h3dXlsWDhTSVk1RVVSOC9hanJyQ1l2Nmdkc0Z0Mk9tbGYvb1UrM1ltd3EzTTJGNHVjTkswLys5bkhyVmEvOWVtUCtxTlg0OVAraWY0N1FkVWF6bFNCcWplOElISTk0L29RYm1WOGFhaEhBdXpzYkU0SGg4YmpINlZha09pdi95UFFwNHBPL1k5Q2w4NXYzcmhkK3VkZEhRRDlqZmQ0dEIvOHFOK2dmeE9LSjh2cGdtcERFVG91NGNBa0djaWNkQk9NTDlxdnhtRHhMNUluY3NQSThRSUxLVjZDMG8xcUFyUlpPYWJxUmhwK2RqVyt4QTUrRW55V2tTNEMwMVJHY0UyQkVZZCtFUGpqQ1E4U3prZEZJTGhLRDhmaTBtU1p6TUlWU0NYb0NacG9VN05sLzFuZThlU1NTYkJUbmtRa2tabXI0YnBDVCtsS0Ezd1UzVlBIS1V3d0hjTEJ6ZVh0Q0hTc0taelpqT2FkWkxNanNVVktWeStYZis1M3F4L0dHYW85K1V2dDFoZlZLY1dncWhkb1FWVUdkaTBGSVBDK0NqT1FnOEdvM1pPN0tPVFd5WjRteVlZdVlkcnNzRFA4b05QVllQaDVNRWhSMmhtOHdWcGRjTCtOdC9vUnlLL3o4cW4vOG45R2xGN1c0SEkwQkxNY1ppNEd0UnBNUnVqQmNwNkE0WjduUzcyVTFka0lwaWRlMTB1d0s2SmlJN0h3Slo2UWJJVlh6U3BDUFFHbW42NGZjY0NpVXVBZVRqVUxydCtNQnhkdE9DRUZkQ1BkT0NyQk5FU0hBMms0ZkE3UkZnL3U0bmdXd25sNGpJcFptRUx2YWtHR2pLTVQrUFpGdnFLVEVhL2Z4UmlqcHBtN0wvTEgxVnlWUXJKOHlKSko4Sy9CRnVOOHdOS0VkTVVyeDhuOHlkczVpTFNRdkdlT0ZZQS80ZGhVcURlZDlZdlBwMU1NaUtteVJTMlFBdW8xZ1plYlJNNjI2RkQrQldvRFpVMTViYk1TVGR3N2x4QjlnOGE0OHdzTnNtZC8vQXYvMXI2WTV1Z1grL0dmNjYvb3QyZDVBWnViYnZOeW1vTmcrRVVhMlIzQ0RpQ1grUy95cSs0d0w1Wno5Q3pUeGZXTC9QVFBqL0ZSZklqN2pUdnI4enhkdy9MK0lzMThyUHJPTUlLalJnSVRIWENiT0NYLzMrd0JzU3d3cmNPaGdTdjhGalZ5Q3lMMUxrTjNIcjU1bU56TDJiWHpKNC8vMXlxUDIwZjdaUm5wVXg4Lys1UXNDMnhPMEszY2NQT2ZmdlludDhibEo0KytHbUZJaWxiNUY1bWM3MS9CN2c5Qnh0eURQcEZKQkVCRFNuSWJxQ3g5Smo1MGZBdnpHVTFTMlZoMzZScXNCTkFxOGFLdGVtcEdCYWdLNmx1b0dmc24vYnU3RFJ6QUlua0ticTlIQVRrRUJRMkFRZXBRNGlNZ3hOWWdYTlBOQW5ZVzZhc1lPMkhCcENwMSs4YUVjZUIwTDNDMUV4RWVGZlFOWEhYWHQ0T3JnY3FSTWFyUDRRd2RQU1ZMUVZlbE1lQ3BEWWhQVW9aTG85RGNyYk9wQ0U3VnBFTEgwRUVKcTVQMjEvb3FXem55aXpZVVBBU1RmMGNYQU9qcm9MUi9oVk0xVC9ScW1zNVI4cUplWTlhRkpnY3VFUXhFRnRHOVhPL29ZR29Lb0lpY1RSU3hxY2gyL0NsZWU5S2p2NmxZS0RQZi9kZGpFSVA5azJad2VuTjgzR2tHbCtkbjdadG1jTk0vYTFPTHB6ZXYyeFN6Q1NWb2crTWdsVXVzZ0hZbk9EOGJtVnRZdjJNMWhBT1E1R0NIeWF6aXY5VC9jNXlVNi9RdWdVM3E2b0dla3JrOEJ6TTZaUSthZGR2R0dlN0owdGQyYUpZOVJja0pZT3M3Ujk4WTNtWnY0T3BKS3dScnVGYWlnZW9kRnpPWVh2aHZsK1lWL3VpQlRwckcySS9ZdWNoSklaamtLZW9ESU13ZW80MXhyem1CWEZUd3U4ZWRUMG01VVV5SFdqbTBzZ1NhNi9PMmdMOTdpN2pMaGg2c1luZ3Mva3lLZktNL2xRN2JsWGZZcnVTd05jRXU4ZUlQNk1Hb0lGeitRcDhnQ0RDTU1xWUE1Z09MOG9JaFliaG1PWnNwc2xTUG9NNEdlL1BGd05mbENoTytYZVpMZVo4dVdVNFM1ZzVPQlIwWldySXA3cmgxc2lMUlJQc1pWVVRjNGVoT3kxRlBJMzgrelA4c1J1dGNvam04TDFWQlc2WnJPRElVNkF6STBuVjN5dmN2d09aMU5CTGpzeldndGJzY3JQMUg3TlBnN0hMUjJiTXhlR25pTlQ3TzRRWTZvR0Rib05kcGVEb2VYNEdhT2lMRkt5N1ZmU3B5L0p6MExvNWdXTVZRbWt3R0tpZUcwWkpjY1RjaW9LN2hzS2JCbWNvdDlOREIxcmxlVDlPWTkrOFZ0QWduWlVsMndaQUNTYWNta0hSTGhqNE9YMDFJZWVIZitzVkZ4K3ViL20zanZOMzVmTWNOK243ejh1T3Y5dWsyVzY4aWtYb2xXVTF3cFdONE81ck9xYnQxKzZuY1pIRnhuOUJtTDVmeDFIN0pRdUF1bXFJdVJJcTAza3JRVGJRN0pVQnZna01NYVZSM2t3K1I5VFk0blBnN01NYXptUGJML1BSMndKb0htNis4QmVIQ2duTlpMTWdlZ0NzQWQ3RjQ4VWlqbHh1SW1nT3JoaTRWUEtDc1FDZ3dnTkJmZFBoUCtnTVhiY3BESUYyQXBNcjRpK3ZMMGF2VkhLNGpzTlNmVUdheDNHRUlBdTZQS1Y0amJPSk1BM2hreG00QUNZU3liOUcxWEdEaDFSbEcxbzUyYXI4S003RW9RTFdPZlB5UzkrdkxhcFRVbTluems3TjJHMlhUK1B6c3VHMEVGbXkzNitGNmVCNTBUMkNSd1ZiR3NLQmlkdFdtTThmQnR4NW1hd0wwSmdpSFdhMXhPcExzSVNJSDVqUXFRS21oTGhySWhocnRKK2EwODI0YWkyVittWUhlQk1vUW00Unc2WkVYTkEzSW5ub0ZQWWZaZ2QySW1LTStpTUYreFgxNnEvQ3FOK3ZWVkxVYVgyU000SVdPYWptNHNZcU1tdmJ4RTIwRXZONUFTWnV1cklaajhFTGI3TTZyVTFmUnNCY3pMVkNvcHdjdGJ2TW1ERk92S1lhS0c2U0VHMjNtcitmcjU2SGtYNnZaTFUzK2hlc0ZYNEFnMnRGSkR0SU5wUjNGMm5MMGE4Tmtka0N5ZFZydG8wL0RONkdyVE1BaThpeVFpVXRUam1vYjNwZlR4Qkc5UHg1RldTZ1Rqa3Q5c1FHTDMyM29Lbzd3NVhsUTNhK2ZMWjFZRHRxc01PeDhrajhGYjBUeFVDV0NmbGp6VlJOS1NlT0hEQmVVVzdpQ3l2S0JiYVRXczFLVW95T1FuMXhWSTl1SzZLc2VVVHFkY0I3UkxJaVdCQW1qS3hBMlVNaytrenErVEFYMWVzRnJUN0VEZWNINTBPZzNHQVJCMVFnRkdjZ2NsT3ZrejFlYlJ0UWVkcGdzS3VGRWFlNmhEemM3YUNoZysxVUdQV2kzOCtMdWFDKzhPYjNxZzlURTBhaFVJaVZ6czhEenEvZUNCalFLSTJEWk1UNmJHVHpXOVJtclhmMVBqdzFzZTdsTWNWT3Q4aVhiVmZCeXZDcHdLODBRT0pndnNiTXNySXlJWkl5ZjQwMkRMOERvZFlSSSszYWUzSkVWaFRPUXd3N0M0SXNSOG5TalNVaGF6RVhkbmR0aGk2OTh0UEF2Q2wwTWZqSzRVUlYzTUZ6VC9yazh1V2hYSWxKOGJCMXpTRUtVZkNGalh4Qit1WWlNRmo2NjZvOVBTYTI0WS9tSHV1RmIxQTBkMFNYdzJhRHZDSWdMQkx5T09VNEhOMzl3eXo1TmFYZCtjUmtPZ3M1dTY1T2dmeDI4R1kwdmg1Yy9QajBKNk9QUnpadkI2Y2xuTjZmQkdkeVFGNWZuRjdCRGJ0OWNmVGErZkhNZG5KOWV2eG1laG04dlQwNkRZWDgwdXJ3K0Q5NmNCWU9MbXpmRE43ZndWVEI0Y3cwL0hQYnhjWldPQXpVUEluU1VJL3FPdlNoTFZlM0V5NGU5MStoaVJJN1hrazdDQ1dFQVBEeFJ6dGNHVE9JTS9lNHphK2FQQjJlSVZNclhwQ2lsK1pSZjZnZ1d4MXBoTTBTTVM4MDlRWFVwS2xhOE0rVzA2WjE0V2dPKzArMUs5Mzk0bW1Hd0p4elpFMy90dzJVb0psUUdqZlBUVVhoOU9sWm55MS82M1FKTE92QzBhVi9HblpUd2l3bHNLdGd4VlhCekZSc2hYeHNrTGo1eWRubDdRZnZWV2l0NmR5bWNWcEVTL1p2dzg0TUFyZytVZ0h5N2ZCMVpUSGxkOTZnMFo2d3NYT1JQeDhZVmZUMUNEUlJPbElDL2pjbGlUTWR5d1cvaU9BOXJqVkdTQ3B4M2UzVGxYN3hONmhGVUc4WUJUZE9hWkdJeWUxMW04VUZpUXh3ajRvcWgwR3JJa2NPS2g0SzkxU3NZeVpxK2hIK1N5bHM5Q3o5U2F3Y016RXN4Mm1BUHdwMHJFVXd3a0I1UWF0eXVFYjREUzNPWkJaK1RQekRCL1E3YjQ0MEVpa08xQTFHYTVPcVYrb3ZWVzA4QmVOVVlObHE1Y1BodzM2RVBMVTBqN0s1ek45RjFiQ2JmczFQT01iWU9FMW5pNWNOYmVab1UwMmlHME1NcG5PTjNwSU50bHFCaFIwWk1PR0ZtMUdKQXE1Zm12aGlDS0tkTDE1eDJza1ZwdzRDU1Q3MkVHODg0VlBCR1JsbnhLSGhFRlJTd3BCazVydGdacDkzOXlTbWNhdkxVb2EvTE43MHFVWDgzVEQ3TlF6Z3BwQ2R3MUg4R2RnMWhMQmhBNE1FYVhGaUpydzI2d3Y1S2pDOCtWUnBtcnVHTFlCUjBMWnlEdEl3cHptMlVqczg1Vm8ySXpyWFplQXJ4MWhBazJqMm9QcHN0WXNBRkRQcWptRXdLQ2dHcFFvN085Sk90ZVUyc1RLTm85Sk1lN1FScFlvU2NlYnZWSERpbk9tRFBRSFRqeDNqaVJobzd1bjBYcHpFcUY4TjFpZmlGSzhSOEp1UzlsdG0vd3NUS2dkdlp2OUVQQmxldnUrSEY4THpmWWJ4R0p1WWN3bjFJOEQzQnZDY2dLcWZ3RGg0R09kVkJ4MGxJaERzU3g4QTBXWTlDVUM5djNCeHVaVWNEQ241eWNjdlJLYmgvejROSzhQdGYra2VpVXh6U01sYWxkdTRUbU8rcFl0Mk5lcGxQWXJNVlQyOUMyT1BzOXRwbVBlM2kxWk9oYTJ4ZG1nTnVVeXlxaHFmODZ1Sldqc3laZys0OUlkQ042M1AzQVJqUWxuTTdleXYvOHhPQk56c3hBN3RKOWFUck9YVWh4WlRlUXk2S2NEa0hKWVpDbGRPWU5odUNwTWxMclFabDFRZXRvQnIxdmJzeGJWWVAvV3lNQjVpYjBVbllkaVdmM0NoZ3ZrWkZ1cEZZaHBzMHJMbEh1K1l0OWFRbFdpb1RRNGJCbnc3SGJwQjJmSDRHV2tIaytUcnhKeitPSjIwdmJjSGNtWS85QUhPTGJ0Z3NhSDlxRUVDK0plSkJidXlWZWd2WDV4eUczQTRONE04ejc5U1ZLa2o1ejVPTVhiUEdUdnhueHByUmJKMlJTZVpKWTRJTHJqWndWNk4yOWk3SkloSjF4aGxralA3MytrS05SSnhHeFF6RTZvWWkzK1plcStKek03clhhQXJSZ0NIUjY0VCtxNXJEMHZkYVBKQmdYNjBucUc4NWVleHc4TlVpek9MaUFhWlk3WW9WMm40ejlwN2ZSU3RYRGNMMVMzTzR5aDhjS1JDYzlNL0M5ajRCSUhZREVLRWc1bzNwOEx4VDRoeCt2QXpZZmQrcm9yemdzbGpOYzVCR3NLMHIrQzBTeExQa25ueHJWYzk1N0J5SHk1cUwwb0thMlduUi9WUmx3Z0NUQ0dIMTM0RXNBRGxDWGpBeGxHaFYzMUQrVStaTGdETi9jT2I4ZTNrUDFnYUVNMUdTU0dSc0NiN2k3TTBYYnpTZFlId0RHem1Fd3hJSFAxc2pwSERGSW5zMHVQRjVBYlpzTGQxUXRldFIydjV2OVdFSXk1WG9mQ0M0OGhuNStERS9QT2hUekJBMWNOQU1LQUh3Y3NGeE1UL2tLSDR6UjhlNHFkclpEOWdneHlBZDdjLzBIbDErdkNpYllKNC9CbGVYVnpmSEhkQUNRRmxESldNQnY0c1kwL3NNcklMdjQ4YlY2SGFIdFpiRzVWVlBUWklEaGFKRFc1bm10a2V6TDZNcHpsSEdMQXBia0kwSzVMOFV6MlM3dFJYbmhOdU5jKzB0QjhNa3laZmxSdDNzQ2p5d3VTdFdJNHltS09FVHNXU2Z6eXI1NnZobTBHOEhRL0cvbDBGZkZYcFd4OEZvNURocGNLYWVhK3pPd0x6b0NsUlA2ZTVGdEV4enRHWHY0QlNnVVBoYWVRZy8wRzNnVHRYQ0NiV1Q1Z3o2VlZQQUxKaXhFamVwRy9lKzRxK09hdmY2OEZNUFdMYVhtNHh1M0tsNnA5eTBrUFNaREhKbHllQjBkN2V6UnI0aTZJZ2VRNmROdU1BNWhZOXZYNGZEMDZ0d3ozZldlQkg2eTJzd25USHhZRXUyeEcwYXh6VERzTm5YcUxMQXlxYUlVc0liaDRZelFWeXc3MHI5Q1o5QWpmVUhkTmpIZU5nWnNBRHlEbjFsZUFoQnZzSXVuQkdueUdBOGdJc04vc0YzRWNlWGhrWi85aFVTMStURUd6emVXSmxFa1g4VWkyV3d6aDdpQkg2L2lJcDNXMlRHQjlNczV2bENVWUVXcWxWcXBzWElwaHJOc0NIR0tyS0xMYzYraWtCZVJBdVFBaVo1MURkaE9jYTd4WlA2ZzVNRXBnWDZXTmxpUWVQay9IVEg0b0F6RHdpc0xBTW5qcnRPbCtUdGxxUVl1cGpZczBLaThoVFdJb3RqTkM2cWMrL29oWDJVTnlhR29YRTBWMUs2OWhkZXVWZmtHajIxamwyTk53ckNlQXNPR0JieDFPRGViM0tKMFA2b1R4d3U1UHNXanhnK2ZCTmJPTHVpRlVhWVhRWTl4RjB0bURZTTVCa3ZaanRvalBxWDdSM3Jac09uTXZhcmtXbEVTRlRQcDB4blB0MkE2YjdCaWZBOUpxQUJJNVkwQTRYZ1dWMytSKzZtbmVhTENXd1g2RXhDVHJnWjQwOWRKVk9CYWNyWjBDUnlCaFkrRHJPREhmYjZHcTBDMlRmWVI3ckpQVlR0dTloQnBxQVA3ZjBva0VXOFFEOHF3VUNMZGJrMXJpSXYvN01YRk1ZUEVRa0lNNEgyOWhvUFlJbkhIYmJVU1Q4Y0hvZWRidnM5eVFwL2hYUVRmZ3YwejVWenJscmdoQTNnWE9GQmlieGRhVVk3cmFGc1hOdkV5U1VlWGd4QWdzSnpObEhnci82dVF2OGxvZGZKMXg2UWNzc0tCNGJtajErM2tmS0VOQU4ycXp2VHd2SllsZDdYbHdPK1pxU3BJMzhqWmhuaVVoZVYrRnhFaVhJMnd4VnRKcE9rQXdiSVBZZnE4UytiWHNKUzlRNy9ta25zaXkwRlkyKzdmdXlNUEprelRBdkpWaG9JSVZ0Wlkvby91VlJUT3YzVnZkSzg4OXhQT3ZPbXgyanFMTzc1TXF6S2EvRUZhdFR5Vk5LQ3I2S0pDdGFVRkRaNC9TWEZoM2xic09aQ3h6eC9RT3ZMOWFmZHVpR3hmNkU2SzVmazVuQlVwTDZuaTFIU25qUG9nU0tnUWRyY3d2V0xHSU1ieEJnUXJtM21adTNUbmlVdWc1OWUzYjcrNmZsdzlOUEIyV2VuUDZYM3ZuN3oxbEFkL2Z4M3AwOUpkaDNmSHc5TlVzU3Z1aGQ0WHFVWE5DZHRlaTJHWExSTGYvTlgzU1hZdmovdE9uQW9iK0cwVjMvNWQ2TlgxZFg2YjJ3TElWVDlIMk5YeVh3bHFnc2NITXdiazdBcjZqL2FiK2dGQnc3d1NmM1pjT0RkdTV6WEVBNmk4c2drTitCeE5vRmhnVWhoYXI2OEwzSGVKNDMrNDh0NTJXcTE0VzdiZmVqc0x0dit4L3VIcmQySE5uNWM0ZFlmM2Z6Z3V0L1pjK2tnNWFQdW9lV1Rsby8ydTVhZGt6L2FiN1V0S2FuOTZMRHkwVkc3Vi92b3FGZjU0UUcwM3E1LzFLbC8xUFUvT215M1dwWG1rZjJ4VmYrb1hmK28wdnhScTl0dDF6L3luK3EyTzRlSGgvV1AvQ25zZHJvT1I2eDg1TkxhbTQvMlc5V1A5aXpCcVh4MDFLb01xTnM5cks1UWQ2L1RPcWgrZE5CcCtSUGRQZGp2dENyOU9qamFxLzRRR2RqOTFlNGV0dHFWeWVrZWRod3ViLzNvb0RLcjlGSGxqWWY3UjkzS0ZCNGVkTnQrODcxV2E3L2x6MFFQdE5IT1VlMmpicXYrVWJ2K1ViZitVYS8ra1Q5ZlBaakFYcXYrVWFYNWJxdDdkRlQ5NkdpLzlwU2wxTmFQZXQzS2dlbkJxbFgyUkE4MlNXWFJlcjJqMXRGKy9hTktXM3V0N2tHNy9sR24rbEd2ZFZUN3FOMnFmMVQ1NFg3YnFYVWhIL1ZhbFUzZWc0TncySzUvVkJuUXdXR251clFIaDN2VkFSMGM3cmNxblRpc2lRNzZxUHJVWHE5eldQK284c1pEMk5LMWovYTcxUjhlSFZZMmVlL29xRjN0RjM3azd5K1l3YVBLT3U2MWU2M3VVZVdqL2NQS2ZPRkhSM3ZWajQ3YXRhZU9LaXUwMXpuYXJ4emtQZGh3ZTVXMmVpQ1BlOVdQOWc0cmJlMzFXdFduOExGSzcvZjNXbWJmL3pwOWRIVFFNZmZFZjRrMDJ0VjZ0Z25DWUhUNzVyclZNbHZ2UHhkajZwQ2xNZnN2UEdMS0ZDTnI3S2Uvd2FFdTgydHoyUzIyZnZ3Ym5MTlYrL3hQUFpkelpKN1UwZjlSazFoa3Z0STEvQ2ROOXBEenBVN1JuM2srUDhnOGF3ai9oME1sK1pGUC9pUkNpZTZTT0owRlorazZCNFYrU3FDSlduYlBIeGxXWUZSL3JQTGUyaS8rR0hsSjNwT3M4MCthWkozU2RsWFB3SC9sSkM4UkV5RW01aFI5WHk3OWpWN1YrL3NWNllvazRMM3F2ZHc5ckYzb1hZY1FYejRDc1ZtOXFnOTZsUXVkUkhEbEdtc2Q3ZlVxSDdWYjNlcGQybTRkVnU0R3VOQTc3ZG9kM3oycVBYWFVxalFQZDBORnhJTW9haDFWci8zZVFmVVM3dXp0dGF0UDdWZmxFeWdIbllxdTF1MkNRS3dxQi90N0I1WGVnL1N1M0tVd0RaMXF2L1phQndjVmZXR3ZmZERlOGxHbGVWQlpLdGRGZDIvdnNLcENnRTVSV1Vmby9INTEyUHZ0cXVUcDduZTZGZUhkUGVnZHRDc0RPamlvTGNkaHE3VmZWVnBhbmRwSDdjT2pTdThQZSsyRHF0TFM2MVJuQWt0MlZMV2QvYjNxNUtDMlUra3FDUGhXOWFuRGJsV2pBNWwvVlAwaEhJWEtyTUkxY0ZUOXFGdTlRYnFnakZTMU1MakZLb2NQVks1ZVpkSGdvNzJEaXFMUk9xamVSakJicmNyR3hHSXoxYWZnTnVwVjlTdjRxS29BOWRwN2xUZDJzUlJJVmRIbzFoU04xbUducW1pMERvK3FIOEd4cmVvZTdXNnZNdXlEVGxVcDdvRm1XOVhWNEtPRGFsdHc1OWFlMnF1OUViYjBmdldqYmxYVGhGRWZWZldZOXNGaDVZZWdzL1FxTTNFRUI2Ynl4cU85L2FxMmcwVmVxa3JMWWFzaU1lR2ovWW9PQ1Nwa1orK2c5dEYrVGR0cFZWWjdEK1JxUlUwQ0JlaW9WVldBOXZhNmRRV29JdEpRQ3UxWG16L1lxNmlDc0dTOXFwcUVjMU5Wa3c3YUZma0ZQZWhWQjlSdDcxYzFKOURmSzVKcEQ5cXY3Tlc5UFpqN1NsZjNEdHJWZnNFbXFUWVB4bHBsZisyQjdWRzVXT21qdmZwSCsvV1BEdW9mYWUvL0NjL1ZjV0l2OU4vN2pvNXk0Y0pvaW1UQytHSXZhb1hKT3dRaDBoeTZLdHNuOUpXUzR4QmN0MTVSMzdXbUFiYXVUSW1hTk1tdi9sYnpMUkhrSWpreC9CQXh2VXc1ZXc1L1VIU1ZVNGM0YmlpMERwSTVQTjI0ZWNQTUhjOWg5WGtjcGF2NUpwamxHZVlkUzZoWHNzOU9PTm90eUJSOHcwTTBKVlRsTkM2eXNra08rU0o2WkxoZlVnWVRvZ2RmSUNZZ2VvZ1N6cFZHSkpNNHBGTkV0MDRGTWhYTUp1ZlJLR2pNVjZ2bEo2OWVQVDQrN21iVFNiS2JwWXZkTEpudjN1Y1ByNWFzeUphdjdxUGxxK2w5Z25QenFrU2RmeGYrOWVmcHI1OG1zejlIaTlZQ01jNkx0aU1BcUcvL0NaZ3ppUUpqbEJmVmVtWmJ0M3g3ZnBtR3hqQ2FZbVFVNGRiTllDanNGaVVIcXE1dDJIVG5mUVVkNkJXdmk2ZzhiM2RtSjk4UGxudmQ4RldvQ1RzdVlJdkJVYlNNWStPMVovODdnVWdScUYxMXhYdHhkQS85UmQ1MHAyT0NZeUY2MFFRNTF0WjREQkR6VHIrRlY2YnIrNnpjcGR4SS9zbGpWQ3FqRmtOZmtnd1hBSmYxNHZXbzdiM1BSTitid2VNOG1jN3B4eElDZ2wvS0JKeTRoRGdNUkdMd0JNeEtremJIQ25aSzhBQmJoenNpRUdvNE1ZSEUyNWc2QkVaZ1FuYmx1cmlMTUcwRFkrR0lpbHJCSHR3RW5WYlkyUXVpdXhXeFg2NlFXcHlnU0c2djhmeFFaMlNQL05ybjNybFM3bG55QVV2RkRkeXJhMFJnRW84WkRDNWZ6VFZlaFJ6OWNRbjdhNzVaK0ljZTVqMStpRktDZ0FnWGFqVWtxZmhxaGVFenF1dVJHOWdOb0dNbUwyY1djR3FueHpWR21Va1JFYkdvME9EOExjNGJQVDhkQm5BZUVFTVk4RWpvb0VZNHV4aUdwRk80Wkt1T2FMT1o2Z00zTjA0K3NXOFRHMU5PVGRNanEzbTBjdkpkWEJncG9ZbUZTMjZ5WGduaUNXUlR1cUdOWG5CQTBVU1VDSVNQQkM0bG4wemg3bW5DNnQ3RHJFamVEN3dPcGdXbFRsNGd1R0lsVURLaS9LRjJjVGM1Vkx0T2Roa3VBV042aU1uZHpIZVNWY05idTNBbDRlQkFpRkdXeldOc2trdWtrOUlTYlYxWlRuWWYwSDdHSTE4K3U3NllCWTFwb3RGQ2tzOGoyTXd1Q29aRlErbUVkTjNhQ293Z3p4Z29qVGNHRjNkeGUvK1cxbUtSWjVJSWl6QXQwK0ZNaDdCd2NHeGNOZ2NsUFcrdnlhYlNmemhjMHptOHY3Q0lRUUxyMHp2V0puTWxNdFE1Z2crbkpYUHl5Y3loM2JadjVYRkpzRFhMSXp2Q0NUOVNmUWtlTjA0NGlncnAwOVpXWGE0RytMekpDeXBKYVR3UEZtLzZIRmFYTVJrRytsYjUxVFNmVXl5SUg4ck1QMTJ1b1pLcE1Md3RIYm5zR1VKdlJqUHJLQ2xHSXZDQkxPdUFCaDNwYmhCZ21nZFY5V2tHaUhPRklhOVRoQ3NqbVJlbFpjTU1sOUpTc0VydTU4aVlwSmZOOXVuRGpVWTdGZE1uYUVXZ2F4SmRqMmRteFYzSWFmVkFzWFQ5N3IrdUdmTld4T2EyZHBGZWZYSTFQaU5KdVY2T1FmbSt5S3NYZWZVaXIxN2sxZStFdlByMi94MlVybm4wRUt2eVBWT1NXY1BYNG16VFZhM0NBK3VlTmlXZGpzTGw0RHdFbXpKb1VONm1nWjBkanl5S2IwZEJab1A5M240VHMyS1ZtWXIzRy93ck5wU2pvUG11TmltSXVUNFQ2U0l3Y1ZQU3Y0M3RpT1lsUVpsSldjVjM0WklzdTYwVzZaVjN0bTE2QUxQQVN0bldidFViUndMVkIwdTR2bkc3dlk4NWdMbWY3Y2Y1UlAzclFmdVp5aXRpVXlHOERYTkV5WXl1RUI2OFgvekJSUE1PVFRkTlRKYWFteVB2QUFHZEpBOUJxTnRzVEk5WmlHYUI1VVVxaHNyN0tzYXc3ZnYyZXN3SlRHVDZLMkVJbWtIOE1ycnNpRmpSYWRxZGc5M2dPa2ZhSGhnQnRzV1NUb2hYMkFKS0ZtQkdGK21HWkxKRFlGcmRhSFl0YUl2Z05pSkYzOWwvTDF2OFpZdi9BZG5pMzMxTDExT1JrMFkzdUR3K3ZibDljek51RW5lSVllRnlhbXJnNEJUTHpFbU13aUdRb3l2c1NUSklWQlVsWjBRVklLbHVHZGg4YzRScUcwNk1haTNJU3NLbVVMSW1uTE93U0o0WTBFeHZ1b08vNWszOCs2czQ0OTEwUjV6QjBwOG1YdVRwbWkxL2h3aW1hY2VNTGtaSDkyWXRsT1pBcGc3anI1UzZrNFB5RE9wd00xaG43ektzblNWOVlYTCtiTVh2bjRJNncweHRxV1VwSmFiclhlZWxKV3pWZENiVWRONXhjNEduaE43SG83QlFINjdSaWllWXR5ek9IUzdDVkVUTGVFMkFZTkVIMVhNNFRTYndXRjZzZHBGR0FGcVo3Y2F6OWM3TFhualpDeTk3NFdVdlBMTVh2dlgwbHF4N0xEKzU4SktIbVZGTzN3aERJbktaNUN2UDhpS2VpVWExRk84TzJVYVB5c0xrWHFiWEhXYU1IaUJYb09PQzFiak5GRHBDSUdTbGFxU0ZQbTBmN3U1UkFpMFlUbSt4c2tTWk82NFVjZ0RjaVJGbVhld3VmUXRkb2pDK3hDbUsyTEFkMndrb21ZaS9SRnVka25VYnovVnFSNDIvYllHcVlFRUVEQk5vZUJZd0RMc1ROSWFUTE9WLzRGOGRuZi92L25HYksxbXVwL05BSWcvQ1VkWGt1Y2FwTjhPNkk1SWZjUUhvNStnVXdQT0FJMWJEdk1abDZzWWdoTS9PbEIvQm5Jb21PWUNvR3d2VHF4bHUvQlVlNVJUVFhkQzdOSTFLM2lEUE5yOGJYS0JTQStaN2lUNE5Vajk5RWxXbUtuTElpZUFZbWFBRXFrNjh5RXBmWG1ObE5jbnFOa3FBRVU4OGNyWk5kbmtvbzUyd3Y3K1BURGhvVUpIaEhSRW1WbmVtZmpCbE1yK2ZDWUZTamdqNlhlUElFU2JnNWRNcG1QWmlsZ3N0RXhuaUxtdXNiR0poaGs4bEFWWk9rUEV1SUhVSGtqMXhaR01LNzRPMmwrd0NJcWRHaVpHam14aGVTUDRNNW1YRHZMZUVqeEZ2RGV3VTZPRnB0UFI2b2FWY05wYjVqaVpDN0NGUjRja2JZNzFWTkRINHZGWGtsdzdoRXE5eXZuVEx4Q1M0eTAwKzc4cFpYd3Fpc3F5bG9qRDE1VWFmSm1ZdTNXTktwclBzdkVwS0JLVzBWcUF2RndWYUZaejB5Mm82RWRwWHU0UXVzMnlqREVrVWZTdGo0NDhSRjVCWVovV3RWZU9wSTFyb1dTUk1iMjdTdU9OQTB0NjZKWElzVVpCTStvdUllQkVSTHlMaVJVUzhpSWdYRWZFaUlsNUV4QzhsSXI1VmpITTZmbm5CMCtUUVlqaUJUcGh0cVNwRWJ0M3g2YlgxYVpxc1VMUFBwN1ltRU1YcXJFbFdzL3lGREVvYVYvb01lZ2xZejVZeWpUZU1pOXp5NnpGUklETlpyYVZTZ3B5by91dHgwRmhzaXFSYzVSczZIaUY4dExPTHVhem1jYjhzR3YwR3MwRFdTbGo3VER6UnBRVXozWGR6L3JjTndPRkErUFp2allrc0hIM1k5N3BKWVhIaC9Hd0lLR2dYZ3FPVVNlWlZtMGV5WVh6dHRyZFNlYXY2bEhsTHNkMFRJOUxCeExMOVFaaDFvYk9QdFV4MHlSMkpWNHBaemFLd0VnbzVPZjV4SUxYRzhEQVFzNGU0TnBqTElXYVpTS2c1RzY2WENmYjg0dzI5MGk3aXN0ME1UbFpQOE4vUmFscjBtL0RSNW9wUmlmbHFPdTh5Qm9JRE43eEJjRzliWjdyNi96OHdXblVUR1NLTmllVTZ4UWNEWk0vRU1pMlJnZ280dWhIUjhWaGdkOFZCVU4xVURoeWh1cWh5VUw5VEVQeFBPUVpkcUFhMnFVVEE3UEpCMFRPUEVEb0huWnJEYlU1a0x3WXBTRlczYWRncnVLZEw0b1BBMDdEUUdvR2EvczBRMW1VQ0IzZUI5UUNFVGRidXdpYlg5TUF3dEJKUlp6SDc3eXdwRmxmOWtDTkpWNXRUVllFWU5wVWpCVVVWM083NUkwNWJFMTY2VEFxdWRGUDloUzE5b3hVY1lzWkF3S0ZKNGVJMFZGOXh1cDVTTVFMcG5uT3NTT3J5aVV0aTFreW9iUmNQalNJWEM5a3ljNDQ0TnEwQ1lvOFRVaVRhd3lURmZLaVQ0Z0xqSUR2djl0aW5EZVBnR3lwZG03dGtvejIxYS9LZTNXRXVVNzFhU2lGV2d1dUFnTlV6eEhSUXZRL2xNNzBuN3lMTUtMeUUxUk9ZaUhRcllLRmN1L2dlcFExbnJkSHFqTy9wMHhzWHdwQ21hM081dzlUQktoTnV4azZiMUVCeTVvaGhGNFNuOEludlNJT3lWOTcyQXZDUHpoelc5cGtKblhveE5GSDc2S3A4T1hrdkorL2w1UDB1bnJ4di9XVThlZmM1MzUva3pvY3V3NnRZbjRob0xXa2I0Wm5nUS9NOFprQTFWcWxnZ3VXMHd6UjVGMitocWVJeVRrckxaWXMzVlpRWmJNMHZtbUFyUjRLeHQ4TThYcStvekk1OWhpdEtCbzNqSFFZUitBeGZ3UTkrMkE0YVAvZ2hmT2swOWpGL1BQN0JEbFdpbENibzA4WXhmbWpSS21EMlVLVktvNWszVGtEaHZkVjZTbmg4bEx3VDErR2dNeThZaUxIT0RMOFpRYzFrRWY1d1BLQ1VGaW9NZkFjL1dURWdMMWppcE0zaWFUUWptZmVBUlhJUXk1Q1VjOXI3bUdGQWtBeTdRbXA3em9rSFQ0b1lxN21DQlE3Y0dpbFl5bzJyN3JpWS9KVlN1dEp2Rm1EMlc0UW9acWVVb0M3bjBERjNPeUd1em9pMjU5UnM5U013aHBVMm0xY3pqc3R5R1NkQ0VYUFJCSkJ5V08ybnlUc2l5K0dpQU9OUWNsZW9xQlRxZzI0QitLSStJZmdNczU0bS9nMEQvMXB6VXJ3aitRb0VBcStrOGd5Q1QyMXBFQzlRYUhSUWQxWTFGa3NjMC9vRkZSNUU4U0NMQTY5SVlML0FHZVlmY2JVRkZGUTVBMndvOGhjdkUwYTNicW5LZ0VSaldLQ0tqR2pycGxtUnBFVGZROGxGczJobVlGeHlWYzBTcWp1VnJZeXBqWnpSUlRLaDBaV2ZpRlhBZmN5ZnFPS0o2WWJkZnFpQjJ3MDJXSjZIeXNkdnFlNlhXRlNneU1UQ3h3Sk9zZzhGbkVUanJBeUtjRVZvb0U5aUxxOUV4YlVpV2piQ1JXUGxtN3lNa2luc3VDSDhLNWN0aDNhT01KYkg1czBjaFhaQnRTWkp6MWt3RW8zWkRNNTJ0Y3loVUJvV2ROSmhNMnJWUjdsZlRSRXdHSnNzbUJsSkZlbU45emZsQktYNWZiNHVjU3gyYThpeG9udDJoZk5JNkRqTUg2cktiVHhvWjdMQlNtWXJZQWRBa1JQQmZ5VG40bkVlaTd2QjBPMUh4RDRJb3planJreStnZ2x3Tkd0VXRoSXQrNVk2WmM2eHVMSTJVQkVvV21GenZiUWt2alFxYjJXMHFobDFUbDlPcTBzSEVlUGNveHpKSVJjVGRIR3NseWJBcTRsZWhCWjRURERDYlZIdTkxaXNMWTAyYm81VlVDSGlyZ3lZUEJCOFpnSjhoR2I3SGt1RGlMeno5dGlqSTM3MXJDV2xZY3BEYllwU0Q1Vy9sRFE2R3BmdjVwR2pCWUoxdXVhZG9PTVd0NlhqNjJNSEd0WVlQVHMvMndLRXcrZmwxNlZSaGh4Tm9NSkxPYzB0RFBvbW5oYnJ4Q2dITkJieWlFNHJRanV2aUVzK0FPS0FsaXNkRnlTK3c4TUovNU9LZkVmZ2VFa3E3Rks1TXhFQWo2dVNjVzZEcVM1a3RnVk9LL0k1VHhER2lZY3VpM21PT0NsMFZ0dFF6dWpzZFNZdVcwL2V2RnkyTDVmdHkyWDdjdG0rWExZdmwrM0xaZnR5MmI1Y3RpK1g3Y3RsKzNMWnZseTJMNWZ0NzR2TDlqdi9XeWs5NVlVYVdKejdCZDJWWUlubE9RaFVTZmVuYzFtNnBDOEwrRVZjMlBGWXJMMVNLbWxFcHhwdmQrNkVJbVlaSFJaSitjNnBDd2dDVUJJMExySHNJeUw5OFhQTWhobWY5azk2NGZCSGcrdkFnQVV3VVh3U1RkOHhCSWlEZGpSckRKSXB2R25IMGhsM25HL1B4QXdhNEtFRWJMNElFNzVDVVIvQkc0dWdSazRTZzZrZkxEdGJ1bHVyUmtxOTlQQjh1OEd0U0dVOEpFMStvakpCR2pXa200eUdxektBYWdBVm1mTTEvWjdUSit1Tm9EQUhwU1YwSWxmNEJaTVpjWHlLeW5KQUd5Rzk1N2taaFR0N1E1ZGZrWERPQlNYYkU3NHFNWGRFTklrUmw3V3lzVlNhNDNZcjFBbjJGb0htMmxBV1VJY3J4YXFmM3pZRU5xTXBaelFSRmR0ZDRYd3FoUk1QeC9TRTRVSWw3d1Y1dC9tU3lzUXVTdzdTUnBNaXY2YysrQWVESWxNUGlTNDh3V2hnbHd0bEFXRnE4RVplbHk1QkFZc21OeE9JSTRIM0dLcmtRQndYellURFJkQTNVRU5taE5yelFuSGYvcU0ySVFqbHdCcDdSTVdoRUFySU9peFZMSUYxV3VFOVFHMVhLaWNUTlp3VU5yL1BhQWVTdUlXM0Z6bld5NUNnTHVHYldCTXY0b2NFeS9qNVI0Q3hlUzVja05QUXBQaDhMQ0JBcWkwREsvR2I5NnZ2NzdXK0oxR3lsUlk0RU9EWUFzN3FsTlVjeThzMmlZb3BYT2hDaTZZTlQrSm9KbkJGa0FnWTdrNjNRNmhFRjRXZW8yd2tSZGlTcWxsMElhYTdiWWpud1pZcHhENFc4WnkxRWV4VFdTSWwzTHhhd3JNYTNjUXdjZVFYcCtWSzZyeUx5aVZlRlF3dGxRaTFYN0M1MUZ4ajFoRlFxY2tuWlZ3OE1ENktsU0Zwa1RVV2c0OXdHUTJ4c1BmeFVGaG5hTWdNZDhoSnY3dGsvVzRvdWd0c2tSR01OQ2ZKMVJoY0RrYzd3citYaGZndlFWeGhsclI4Z0cxTEtUU2VaS2VtTlA0S2xPb3ZWVHZNdlNybkRmajdnSnQzUG0yMzZJdDJhNmZwaUtPRU9BSVBRQ2RKTXYwRlBJa25XNEZwdGpka0lGcElNNEp4VVFUenZwekY4dzBYckVhYnBvMDJVaWRvWEo1Y3RGOTFkbmFEYzN3QjkvTUFGUm02NmxCek1VUnhXRHkwejlocFRrTmtOU0NYSHVJc1l4QTczZkRleWRpazRNS2V5U3JEclhOUDVoeEpsdnQ3Mmk0UE1YM0JWd2YwQzhkQkd4STNuNHlFRG9TRFQ1eFYzdnhJVzZSV0NDY3ZOTWVSRDdvVVhXMGF6QVd4NWIzNW9yL0hSY2NkNDdDZyttRU1keENhU041dmdpRGZEVDRybVhPbG9tbngzb1JCT05RRG5HT0lzNmVGbDdpdHNxbkFjVUVhU21mb0lWdzlUUGxIQlFVNkFYZW1acUJTaER5YW1TSmJCb2FKVzBWcVdUdHlXREVoUzkzZEpaNzFtQS9YUkNwSmd5aVZrb2tPcGNSeWo2dUg4bUpIY0Q1WGNDR1dwamc2ellXZXZNVm9YYUQ1OFFub0tOUnZuSjRZenh4MlRXNEJNWm9jaGMwdnBtczNUVm1SeTJJc1ZCQlBXRnR2U294VWZLdHNLdFBod1NuNG92Y2dISVRHNGNLWkNqeG1LeHIxTUpBaFJIV0Y4b0g5RXZBS21NalRIMTkwREZCR3p2dnBqYU9aTThhRzFwQkFLNW1XeGpWYmZVczFNaDBodWdQdWM3WWNsR1NLc0YwTHNNVHZZTy9Bd3NEYjlMcW1RYkhlM1F4d085VmtOaXEzWHdsM3lETUE0c0RDVCtHWXkvanNLME9kMUZYUUdFZUxtNTFnT0RnTEQvVHlHSEl5OGljQmZ1ZCtaUkJFUzdnNHNBUnl1OWNKMjcwZWN5NHgvbU5kQ3ZpRHpYZDREb1owaHNXdGhJK3NxUWVwVU8rUUE3V0dzVVNMU1VvbUtTTk15amtUanBYendhcElLV2xXUHJKVllXbUE4QVQrTHdnK1c1YVlla1FHNGxUbVlueHorUlhpVmk0ejBtOWcxN0xZVHJHMk9jSHE2VGVHdXdwK3haU09sMm02eHRLTXdiaFlJNnNhMVVBZ2F3THJvUytEMThrcWVJQmVES0xWN3A4T2JtN0RkcWNUZGxxdE5uVG9Ja0hscE50cXRRaFlaS2JJWmd0cjNlalRjNkVBaFprdy9HMmFIbzAvcVFvZG84QTVOWisxc1grOTNhWTZuZzQreURsTlhpM1BDbmlIMW1MVWQ5RkhvN1B1d2Q1aHQzVkUzZWdkQm5QeENqS21pY3d0YXNQc1Q1anRtOUdvSHppcUMzeWt5akpyZEExOFFvdlRKYWUxM0gyaUhnbHZ4N2ZCOWVuWWdVK0J6TmxucHJOT2J5NlljQytGZzNjVDJUOWlkc1dHOWtaRjNFZC8yK3FkZFFJYUJYc0pqeDFlMzlZTlNJOVNLb2pON1lhdW52V0hoOTJMc0g5THpKLzljamx0TzlmR016KzZ1cndldEZyN0IxMkMyTVBhdEQzajl0YytHeHYwcDkzeVZqanA4TXBBeTdXYWZBeXFYUWl2V0JGZTlJRnlQeEt1Vkl2MmJvZytEYjBmV0ExZy84MFdVR2hGdG5GRjl1aEw1RCtGbFV4aXVuenVNRFZnaWxsTG1OQmpkaHAyQWhVaUxOVmNlbE1KSm1vTVI0M3lkend0cHlEUUo3c1VyWHBDRFRUWk1ZRmRNSDVqNHd2QjlERlF0cUtFeml4ODk2QldPbHhscHZvWXVnVkFuek5YbHI2TVMxMU9ITTl4MDg4RXE1d1pIQmdvaFdnKzBvYmxyS3VLU0hiYVZMK1VhN3FrTWR0UUVhWmp4Yk9FYmlDeWhsWDdoSWRRZFVTVEtOWDdrSUdQQmpJbzZRN3VxMEM3d2pxQmNPM0dpeVMwUHJVcU94d1Q4NjBYRTFhUFhBRmhLWDdSaDhFOXBkV0prRkJxbys0RnNIRFFkcnFuL1NKWENGN00wV3htV0R1NHU4akNvYVlxK2tXZjB4b1lURm1hSFFCYkJGNjQ4aHd1bkllMTFZWW1tQ0o1OVRiTy9xWHZaS0w4MTAzQVlNMkV5bzdVUnZ5T1ZWbjhtMWl6cDJ5R1MrUWhNb2I0N1pzdjJpMUw5VmV0OHNud1RoYUdmaW9RNGxocnZqOFlLM21EMkMrdWplcHZaZXYrWUoyRi9WSEk2VkxvQ0dCQUxxaytXck9VSEhXNGEwcGFtSXhxdGFvN3g0dXJ5Tm80Nnk1T2N0VDBTc3JOakJZeE5YNVhDOEk0djVweEhWN0piRXMwL1pBUHJxVWs0ZVRJK0ltdUZYUUhvdUk3cmRpYWxOWm1ESWdTM2krYmtUWFVDdThuM3ZEa0lXR0pGV2thSTUxcnpwejA3V2hjZUJXdXR5L0M5VVc0dmdqWFg0bHdmUkd0ZjZCRTY0dmUraUphWDBUcmk5NzZJbHkvZWVINkFpOTdnWmU5d010ZTRHVXY4TElYZU5rTHZPeDNHRjVHQlFBZHluNUVkUTFPWHZkZTdRY09CVHoxZzI1Y3VLeDRMUnlrbG9oU1hrU0tLZDRUdlJOZVJ0SHNJYUl5ZVY0VXNhUm9DWU5XT0QrOEZ1cVRxRXBEUTJzN0dFdkVvakZaVENIUk1xWkEvL1lVOU5MSlBkOG43RUF2bU9mcm9qUzZGV2dmZVVuQjV4V1hIc3hXU3ZtRUJGVUdpOUxhN2VLU2QzZGJ3WHFvNGVOLytpVjgvUHNzZkV6LzZ4VFVoRyszaDQyL1RzVDR0eEVzcnBGeVVYdzRYaXhCZzNpSXFSWmY0L1J6aWhCVFY1MjZuNkExbFl0a0J0OWpoQmdIaGZ4M01HSEZ1dnk5SEMvKzdoL0NMZno2WkxoM2JEYm9SWmVpc2ZCWEwyaGNkRi8zZGhETXhqZHVHVnNDR2RRbGlZdGhKbmJybHZOQ3BoaDJXV1UybVVLVzRkemJ0OVlUczFXVFQxQ2J6cW5hUkF4MlZqemJSclhvY0ZYQUp1ZUJPU2hIeHMrZ2I0QVBFSDZLVmpPc1pSaVh2RDRrTjZYWUVNa2MrVHhFc2J6a1hYS3pZNDhuUVN5cFRnalYrcGlLenVLem9XRlBYR0dmSWxnUHY3Z1hrQlVjd2FtVzBqV0ZVa2dGMTlmRFowYk5aZjY2M2VEVzBvV2pGRkJjSU1sb0Z6MUhvQ080NzlqQXdvSmlPZFdvdXZkd2lqQ0NlQ3JtTzhFYlF6RXdWK3BvWXRXQy9BRllwMHlscFlNSEVUMmJOZnIzendINUhFbzRqS0JlMFNMWXlYTUV1cmd2YnFJaURpcXZFYkpNV05NWjNkNm9CZW01MjRidUJKVWdad1NoOVI5ZGJ0a3dzQUo4OWxKWWxvOE5wWjl1SGp3VGk3Z0xtemVQUUREbmJES1NINHRWZDU1dlVOTGtCNFlDdnlvdVBkd2tIdHQ3OHZaNU1JSUt0cktzZ2Fqbi9DdnV1dmlxR05yTW9QUDdEREZhSklCaE1Eb3dPWG1DWVh5UkJpL1M0RVVhdkVpREYybndJZzFlcE1HTE5IaVJCaS9TNEVVYXZFaURGMm53SWcxZXBNR0xOSGlSQmkvUzRFVWF2RWlEcnlNTi9sQ0owdUR5WVJPNHFkZEJmd1YvQmFNaS94SWpVQTM2dmovYTRmV0RPWStTbEprM1ZvZ1FvUzNDb1gxM0lNaEpUKzBZaUlLWHc2WVoyVUcvWk5hQ1NWNWdzRmVBSC9qT002cC93OXNUQlFUSHNmcElEZytyeUhWWFlzTnlmL3NZenpEMGZrMVo2cFMySHp1UFVad2FqekRuWVZQeUd3ZmRzSlBRRDV5SlViUk9nL05kZWNkWnRFaFNyeHNFREVQOFFsNElWVC9PTjg0U05VQ292VEpmRjlOWXdYZ2x3NzBla2hpNTBpbHllQmROWTVOcHh2aEhDb1pIMlJxbk1wU3pPNTNqT1l1eUxHZkVMRW5yTkwvSFl1U1l5bHlDclA3TmFMSDgvaW45QUdOT0dOT0cwUWJ6emFSSVprS2t2b01idGJXN0Yvelp6ejV1dFk3M1BsMjhXaVpQY1lvRUpQN0dnKzM5V0RKS0Z2dkwvWkFBcTdmYUF1VFFwRVVoV21uU2dWN3lIZUhBMkFRdUtTTnZ3djVPbDNDSXBtdkxSTUxJcnhpN010SHBrQ3E1MkFrUzlqbkd4dWdybldPdnd1dnQ5VWp5REJIMFluYUZMQlloYmZQc1BrRnVmYUtiMXpJTWlWUFFpeWdGYmk0Snd3c0x1QzRFUWlPN3c2eXRRamtzellNRWNKZnJDWXllVGlsV2VVVk8rM3RDejFHU3RvQTc1RGlaQ3JydXNkaWwwZ2VKN3RyZHZMaC90WU5jSFZ1M1BvMlVDRGRTMDlyajQrUHVwQUFCRlM2aUpmNStwK205ZGFBRHg4R2VDOGJyQkJvaU5KdTJranhzN3Zubnp1cy9jTUxjSHBUOEtEV0EzQS9KTkM1ZlpjN3ZRak5HS1dPR0V6eGduZUVTdGpjdVdMK0FNL0FnRFpmWWN2SXUyV1hWSWVGbkluNWtGMjZPVjRKeWZqV2lSWGdGQS80WXBaWXNubzVmd0xLSWc2VjlzZ3JPVDk5WUpGaUdtNEZSUnJxOXowYXZod0ZuNVpyb3JFSDV3Wkg3VS8zTW5JNmF3RGNpMEYzbEpoekZUcXQ5OHFseTRaU3NBQ0UwRmc0ZTlQZ05RVklyZmVVK09IdWVEeDdmUFhtV1UybnBLRFQ3LzRjRC9LQklwaHhUdDdzVndTdGZiKy9oWFF4emlRaWxGTzYrM2ZscWtRcm5UdlJvWmdoZlZqbC9CQW1mRUozUUlsbVJzQVFCUERtUFJpOVh6OHZWODNMMXZGdzlMMWZQeTlYenUzUDFmT2YvMkFjVEdJMXRncThUK0J0bGlKTUI4b0JvNkh1VTFFUmVGQ0JrbHlrR09Rc0pYL3NPN0hQdUVOdUZWTWpUZVVZeWpUU25oRjRwNzZwZ0lzMWpBWmE1Vld3dVc4c1dDUm1JQ0VEc293dmFKbFN2b0FFZDNrR25UTlo5UWlsbVJjSXdaNEVCbTc0MVVjcHhiZ1l1bHZoY0pFY2l6N2U2WGFKcUs5UXRoWVdYaWd0dkNuSnp5b3hsNk5sWUNITlowRGk1SGNBSmpDa0hqRXo0SW41TUNuYURCSGpVMEV1UldtTWFNZEpsYVJEYmxObVF3RFVXMlFzUks4dVdlZUYzQzk0REhVSGZCZTFKcHg5M3lhVFFZcE9OMDl1ekV2cGo4ak1RTVYrdUY4RVE5dmNNTGc1Q2MyUFNBYnBGL0xTS0p1NFJmUjdhYWNxMStpV3NKeWRFbVNtb1VqZ3lYSnJIeER0Vm5reStzam1Va21Fb1ZZNFZzV2tiWmF4b0xybEg2RHZCaGFqM3l2ekF6NjhUMUxlWHNNQ01VVlNkRWxta25xZ0NHNmRuMWhaQnN3czB3OFF1cEp5QmJjdUh1dGM2bmVGSnRlbFExdm1udGIzTVZ1ZU1TSC9uS3JuTFg2cWhlN0dJMmtaTGV5bmtudS93NFk4R3h0K211WERUMktCWDM0NXB4S1BMNnpaenQrQjF5b3c3TmpYQTJUamFoMy8yRitsRFZWWi9jLzM0enY5cWdOTlR3ajFDdVpZd3p5ckh0R1gzNUcvaWxjTGhJNXNHWTQ4UGRvRjlqNmhXY3JLa1NFcDZCV2E0Z3V6Tkg4Vk55QWh1RUJsdjV4dW0xSXl6eUdTOTRlOUNhdGQvbFRabDZTTXBjM2IxQVNHRUhlUGt5QTBlSG15L3dEd2NiZy85MW8vSkxBNFZ3TzZ3bzdHL2RBNzNLT3ExSUR1dm1CdldBSkJuc2RSNE5SU0psQlRxREgrNm1STERxdVJoaWc0bnd6R2VZa3cwWEJkMHBWYVRzUGdWVXZNd292dGR5bXZERFdDemdGT25aN0NQT0JjdVc4UEw4V3pDZWRaa1NLSmFtaVE1MXdVVURTR2Fnc0NaMFFvd2xKcFNpT0ZJTFdMajROUzhHYmV1clhGWFR6ZXJuQ0RWc0x4OEVIZURzeVJqeXRmSDJOblhqN0RpWDY5ZklzZDRLTFZ1MVZiVFVMWGlzdTVTVnBHbWYxRWRUSjFvekZ0QVZjcktJV0lSQkRzU2YrS05oWEliY0pNOUpLakJvckNoaE01bFhNeWpaY2tGNUZWd3FWZ1VaaWNqNU9pKzEwd3FOTUNvVVZIN1lac3RWNG01N0t4b0xTbHpzWGhIcWI5OGRsNk83c3ZSZlRtNnY1ZVA3a2R0ZElMWW5BMjJSR0FMOUdmblp5TnBCeFZMcFJQdEQrU0hmOWZucFdORnlMZ0V0bFZGNVdxb1lDSkZXWjZJbTJKMDh1YUxRT2w2NlVWWXhCZjVoNU44V1FwOU1acG9iRlhCSGlscFZ1UlJNSTV0T2hXc08rY2lTd2hYMklDTm92TVhNSk9mZFJ2TTRLSmNhTTg3WjIyUUdqazdqTzY1MTFDQVVtcmFmL2ZtMk11U2l0QjBrZDVLSEN0ZXd1YUwwMFI1a01Vc2tXeG1VMWtkRXdFbEpJcm5ncExyY3NvYTVpeEtRNUxBMmExZ0NTMWk3QmZSeE42aVVVVGFtY1kvN1Vzcm5NZVVERWhSY2xHR1o2eXljNzNoVmJ3OUJ4OUY2YXBZVTk2bkgvWWp3N3BDMURCUG9EZkZkTDRKL0FxMFBDR1ZmSGlIRzRUa0U0ZEhtV3BnVWRtc0RTS2dMREdwRUNaSDZSaDlQWlhPTEhTenM5YzhPR3BoWkhXQnhxZlhoZHFhR091TVZxNklSUXlUZFVqSGVTVmJrN01YTGJjMWN2Um1rNFI4ZlZNc09oeUxYU2o3eWVXUThKZ1ZPR056MjRKVlErVE5BTEVQVkw2WGhRTldDSkJZcVh2TnNvQjlqRzJ4WjNSL1lLaVg3TGVyZGlpT3dnSXNmQXFNbzNtRDE4OVZoeTlNeVprYmxmRjZCaUlWTDBwaUJUQ0paRXB5VVZsdm1Qd3Z5YXpEU1lKVmdkbWpQbU02WEpKaGNqQWxkMktxbmQwYTdGQ0FYUjFUdGVzc005bTJQRlQ5aGJnTmNkVHVlMkcrYmNBWUR0OGN6VWs4OEY1dUlVOFFPNWdNRFFjYloxaU4vSDZPOVJXUXE4QUk0a202QmxtUlpNWVZ1WFhqd0VuQXVTUVBEcEcvNDVOMzFnbnVsMm5XZEUzaFBML1AwYzN5Q0dzaXljZCtCdWlMWkhtUkxDK1M1VVd5L0U1SmxvKytUMUc0MnpVb29yY3h6V3hTTWc4eDdqWHAzTzE2SWwrbXVMZlEvWlVhTGZKRk9MMElweGZoOUNLY1h0U2VGOG55SWxsZUpNdnZCY255MFI5N080WTJ0SnJFWU8vZ09OMW5ONWVJbnNFUWZzVU5tT3dBQkN5VVRyVUxqYmtTajZLTDVNNlhpTTlmTHlVaWkzNnlkU1lnL2xtTTRIZkgzZVF3RWRLcWNWWUJhV0tJQVRKelY2dUJWV1ZqZysyTzNsWG55Q3ZuM3pRUFN3K0NUM1hMcUVZSllaYm9MNUVtMWNHVVFoY1RnWEJMNzFoeUNNc2VsZlVwOG1nNkYvWlB4aUM1WVAwUzFnTStLZklKbkY0aUUycjgvR2p2ZXlBM3A4VCtpYzh3WHczeEtzSGVWaXJaeGszbno3VjJqN3JrSzZVQ2UxczZ2ZE1NTmttY3pwZytqREQ1dHBmNnZIbmNMaDFOOUNNVDZEb0pDM0JXSHFJVWc4WXdpOGNiUENYdmxBcVQ2V1M5dVZPK043OE1HWFBOWW5DZk9JVmxkb1VOcjMza3p5MWZWNFd0bFNUd1FKWXlVeXdkOVdoS2tWbFhjUFVsN05UM0NhZ29XNlJha1FwL1RHUzJocmxzZ3NlS3ljQU1hNUlab3F5ckQvd3c4K29NM09QaVRZbUdLbUtuUG1NM0xDY3doMlJ5WHFKS1pzRzV5NXpwdW1GbGJmWE5JZGVseTBON0ZpWG1FU0ZoR0c1WlBtcFVLUTJYWDVmVkJUSFF4T0FkTUUrV3BSZjBWOUpZcjVMbXRtRnowU3YzbExwRXh5SktYci9POHNjMG5qSE9KbGtzMWxtc0FTRlRJRXRPSDd2SjZWVng5cEFVZVViSEcyWUJWNGFKUHV0c3NRNXFCb2NoSHZCS3BJaGVUQ3lEa2dCbG9SQlRrWU40R3JoN2kyaFpwLzFpUWVDcUVKcXl3bkFybEllOXZTYXlRam1qRkVFWjQzMWdHeXhBRkhGQk1nZWZ0WWhXVTJTQlpWQ1pTZjRnblF3VXFSUkVDWVBmMHMxaWliU3BzMWhxSVpJa0pQN1lKUW1TcWZKcUpVdE1JSUpmMzU3K2NNQS9qb0xqYUJPWFNBVHBLUlV6QTJiajA4SFNyQmtjSTZsaHNtcFM5czlzVmpCcnNWTXFEZ01lQ0FXN3AzV2MweVZLK3FVelV3eUxQSUZaVDFheEQ1RGl3b040Y2pSZ0t1TW5mWVEyQkU4QjVTOVJZcFU3dmE2RW1MbGFnUlVwdUdXUjJabnFIR29nVksvK3JUdHVOK2pYajE5bDVSbUd5RHZaSnAyTkI1aDFWb2twMFE3b0hORFdVUFpxR09CWU5nanJjWUtIVXFiSG5FQlB5V0laTWFFY05DeTBrQ0s4TW5lRVJBRmJraFJCUFlXNTBFc05qaGtLVVR3ZWRvWWM0bWc0ZjlvYmhnZFN4SkFjSWNYS3lzNEZ5dkhsSEZXblpZNnJwbnVGV2pmODhNTHI2NFNYRndibXk1U0tUb3lNYmhoY2hUREpRSm9SaFNFaWdKMDEzaVVzY3IvMTZZdEllUkVwTHlMbFJhUjg0eUxsMS82cjErc0Y2R0l3QkYvUGhpNG1SVVdYSlQ3SjBPcUxvdHp5aE1VdTFORVNxQ2NyaG0yL3k3Q3EzQ05vZm5QbTJOMEVrUVdYY3BaMlpGVXhuTnI0YWVXbEZjTllRL3N2TUNBejVFbzFWbzhRby9yWk5YR0kwQnluemdjQmpSQm40OWhmbUZHZDNJVHR2YjJtVkhpMXl4bHlmWVdaUjNsUFpibnRrbUJWYnE2QnkyVEFKQnBtMFpKeFBUajVRb0RLRFBjZ0VaZkdJS1BYR25XZTVhSmprcWRCdjdpSEhZNkpBOG5nNm5MVVpKUG1aK3VJQ3NKUG5hcUNocG9VMzk5bDdQelJwNStOWWJNVHhhblJyUGt0c09zMkVVeWxVb2MzOElQK0RpSFZFMXZyZkthZERNdTFsSmhtdTVNUzNmbWZkaStYaU52TlpvU2tVYUhDMk5CakZyWDVkTE9LV2RJNFJlMHozWVE2RWU0VUlLU01hTmZ0T2lIdUM3MVV5cDFNWGdtc1RzTGpuTlVIMTEvMmR4emFYa1l2dS9Pc1M2Rm9XNVM2bU8xamQxUFo1RTNxUXFXbmxFSnR6RFovMnBNeVJ6K0dVTEZXaG1SM3Zod2oxKzNrMUdPQWpudW5RTkZmM2pGeGpvVXNsaWwyVWQzc1JVeDgzbE5oSmhiNUN0YVhrZWJiNE5Zc0N4bElZM3crdmxkb0ViRTVwUlBwbUZ5NFk4RU1SQlpqbGk0NVRnWGljTUJBVzFPdWhVa2FRcEUyZzBzS0lXTEN0T3lQRUgvdnpRaThFRzNENXdZTWEvWU9wSTJUM2lCT0tITkUyWnlqb3l1aWtwMUtwdExsaTVCOEVaSXZRdkpGU0w0SXlSY2grU0lrWDRUa2k1QjhFWksvTFNINTNmNnQxbkZoUnhpVjN5aWNXbzBZUDVHS2prbG1RdG1tMkJVZE4rdXJ5TmVyNVhwRjhabzFPc0J3SWhmUVUybVdrZk9WTnVYTjVYckNZNkFUYjJMbUp1RmZnb2dPUlJlOGpMSWhPSG4zZmYyaHhUTkRxdGFvTHhGMWhqTFBsc3dqaDRqNWdkK2pKVVdLa0pTcnpoeG1hOXZ3bVNEK0FvbHhteEpwemgwQ0d5UFFlQlY2cmVKU0toOWhmVFBKR2pFVWNzWVhSL0ppdWk0S2poVzZkQVk1eHZheE1FajhSRW5temVBdXpSOHBBd1R6ZDRrU2k1SkgrRjVLS0RUdTlFQ29MVXluY2Yxc0lTTXV4R1VuQUZFcEZjOVpEY2dSRXBKakVablRwUlJjVHQwMzU5NmdTR2JsTlQ0NVcwbU1FRm9yQ0RFV2VQY3NrUXd2bnM0elNteWkvRytYNVVHRlFZQU1EeVhzSGdaNk9ESFEzZUFhMXdRai8zQVpObXVObThGOGFBcS96Qk1KZkdyQW1VajRrR3pOMjFjUmw3TmNHNjNrbWNwRmNTWENqNzFGY29TY2FzeE1TWkpUWWhWMVN1RWtqMjVtTWFGdWFNQm1FT3lMTlBGWXVwendScFRPdWV2SXIrZSthZGVRUlM3TTE2c1hRZklpU0Y0RXlZc2crZVlFeWY5alhDREtLY3ppZTlaKy9VaGRZM3g5UEdCS0s5Qlk3MDBkWHpuMWJ2U0J0N2V0K3BoUVdUWU1SOVRKSk1kWUgvUUJGZE43SlpoeWFGVW5uQzdiNURwaGxCQmJDeFkrdDJGaHNuN3pmdlg5OWw2cjVRWU55K1RKd0JaeFNCaUR1MmNUa2lZU3JMVVVMVDljRmJmbHQ2ZTNPNlJKM3VHUmwzMnVwRnlYNzBGcUlaY042by8xVXJtbFprTEhFWEtMVXRRTWlSY1lReUpFTlpTT1N5QStIOGt6VFhFWjVRVlllYXdvV0ZNbFdwMXB2dHdvcFFzR2N1OXJ4WDBqTHBaS2ErZlVmcXQxVmVQSi9CcEZabGFBcjd2QndJWTl0dytZY1RxT2dXYkVNVFJGSlRGWnlNT1k3alBMblZyT3FhWWgybWtLdytOSmJ6cjh2SkhLQWE5WE5RcFMwd0xsUzJQaFpsYmNsV2JWSllJbHpCaW5uc0pueldwZUs0SlpKY09XcmNscUZlcDdMUFpaTG1GMTcvTTBXU2JjMmdUK0xobmQ2SFRPTlJSd1FSVit0QnYwQlU1cE9zeWt3cnlDQk14eXgvdElPRXhDaHVHeHcxeHVrTE5jakY2dld0ckN1TzlOaGl4Ym9KejFMWjlKblZha0RFNVRUZEhXZ3JUYndMZDJMcllBbUttVXNZeldlQlowbzFxbUZBeVgwbm5FMzBCN0tCdlJ6WU5laVdteTVHSi9DVE82a1dpRjljZlZSTXQrdXVJQUo1SEptcUVTQUFMVHZ3VVlLWUx1Yi8vQkZIUXZVdXBGU3IxSXFkOHJVdXJiLytwbnBVS1BUYmxlWlh5Y0JZT1RkcXYzOGF2QlNhODNUd2pxZTQvMmhWTWttYWd5TEdrNlE0ZHhUeVpVZk5sV05TZCtFdWZNS0g2bVRHalgwcnd6UVdadyttcW9ST2Q5dHphOVVFZmgxL0lra3lUQVozZlJGUFZxTGRXNm12dGV5d3A0K25RNERvUHhHZXprTkhrWEI3Y1pHQUJFS2JKWVJsbGltL0IvRmMzUUdrVDNHZ3RMRlZ3Z2RGSG41VTdhQ3ZaYzZOaVpDenN1d21QQlBxR3k3R2l0VHVjYmhFMForWUxNK2ZNa0Z1bzNTdDFBOGovY3lKaWpJY0FvcDI4L2ppZnRaa0NId0xpNjBVOWNhUDVFaVR0QjljbjZER1pNT1k4bFgrTkY3SFdxOFRUYzRjZWFsaGV4TWxtUlcydmVaam41KzRBUmJFSnhUL01FVnlFWE1GZjB0djNnTGVITGxHOUcwaW4rK3dPOVZjZ1NxbGhCTUNOb250TXhydTNKR1ZocnVvdEdxMlhXQ2VKc1RqeDZzTWtQUDdab01DVmd3M3dTTU9wdzNSNlNnaGxKcFI0QWlUOHZ6K1BTRXBXUWJZdVFLZklCODIwVGJLdWxibTVJSkpVeEFSRnA4S2RERUpBOUxxaU83Z2xEYUVMek5nVEIzQTZuUlh4Nk0rNjgrdmo3cjR1b3ZMcTlldlV4aHNMaVFQTk5TTFk4eExCbW1GVlNCTGN4RXRHQWJFZ204cHBUZkUyWEJ2Ukx2RkFhKzljMCsydjdoU2VoQ1V1c1UzM01tU3hUR0pvaGJWaUVld1gyVW9GWDRTS0djNWhheG1KRElWVEVwbEEzL092NGRCeE9zQVFCbHlSd1NpMUlkLzlIdHBpNVF6RlhHbUlrcDJjYVNZdnVWbFNSSUdZQk94eWNIWVJQY0dSQkROeXRlTzVwenVPRUREMlFvU0RucDJreWFjSmxrdHAvSUZQcEpGN0F3b1BVbWdTekNQbU04Uzdxd2Q4YkUrSDhyNk83Q3ZmMFExUnlFZy9zUnZpb01mcjhla2RpZVhob0RiNFd3M2tCbGZmR0ViTU9SZktLeEJ4dDhNYngrQmJVempzaWwrRzBnNlk4Q1hwamhNTnRxcCtoaUpieG1vdVJxeXBBb0ZYMEVVUWNkWldlNFcwY3d2bU5RaEJiUzgyUnducnpBZlJWTUlhNDhTbHFJbnBwL0FRbjZ3RjJ4Q2FMS00wSGppYjJUbE9lNGdvMXRlSGFrYWNvTmtYNVdweElHTHRCcWpTZkVsK3N3cE85YWZ3cXowaVlNY1ZSakxvMWJRNE1saVlhNW9VbUh0SE50c2hYNUxJaHZDKzBCaGRTekVFb2lSSUtHU041cTdZOHZ5TG1LNXphaDlpVjhLeUZKZmZDYUpTVDN6T25JS3JPTmJrcjQzdE1NaVQ0Wnlpamt1Q3ZZRzU1OVN3Q2xCY0dkMFhLNmpNQllMMmNIWTdiMlFrRnE4R2tyckNQU0dHbzVqNzc0SEkzUFV2Q3A3QjJUWXAyeTJwYjJOMU91M213MS9MemxYRGFzQmo1RHF0eGNZSFJTQTU5bXNSSU8yempFdVlacTg3VE5JL05uWWpOMlMyVHM1QnhEUXBlRnBCWVNNbUV0NTg1UDFSUTNic1lkVlYzS1BtV1VMZXdWMHU2dnhyUVJKcmNVVDR3UHVFczBtNXd4bWxFQ3lwT3p3U2ZqbGFyM2p5cjBvOU96czl1K3E3Vmd5U3RNRjhiaSsvbDhPM2cwM21PeE42R3lkaHdZaGt4aVEvRG9hUzVnb1crNDZqeGxpc1RIVkI0MHB5VjVvT002V3lnTEVaTDBFbFNWaC80SkR0TFlnNDE1VTY2YW5EVE1tT3h1WkxGanlDNWhBeGVBclc4UVp6UXJtM1owSmFKbVB6RC81MVRLUXBFNzlJS1FSYllIYVhMZVlSbGloQ0szRDF1ZitxVUszcWZGTFUvQ0hXblZMSThuVWVJRkJEV0k1OU8xMHZLTStZZ0NPb2xyR2dVeHNJbGRUK1dkRVJLSVM4RlA1NHZsZUNNOUUwRE40Y3RyVHkwdUlKcllVclZsazFSSnd2VjBDV0J6ZlNFN3Q2TkU0ZE80ZkxoNnhqOTRBa2N6ZUE0eVM5UHF0aUdIL1ZIYlliS24vWlBlb2J6THRMc1craVZDWldUOUxiVHNZcy9Ocjhsd0F4eDZJSHdWVDVlRTgyK1NKYkxYTzA4RS85RzdVbTBiRDFIZURXUllzSkVpQ2JKZ0tvalVRNzltTEEvdmlacEtPcVFhN2FpTXZvandCdVkwa3lVV2RoSnRHZnREclhkdGMxK1ozWnd4OTh5WTdUQllINDVzdGtsZUNGallpbXFDendsdllPVGlqZUlob3F4bEpKc3BLblFOc01wckN3QzlCaHhIbnFRV1E3Z3RlTVU1akk1NGM0T1poeUsyWXJtam9mcG1xZ0VJRGJ5OVQxcTBQRDJOYlFTbkhiZ0ZjbENqT3JkNERXUzdTTHRPQzRlZFEwdGFPb1o4a0JTSHNzOUtHZUdkem5JOVFhYzJkenowODRyNStRSVZJdkpubUdSTUNKRkVZZkpSdE4wbWx6aWdUcGtjRTA1bU1Wc1dBbVRKKzNBWjg2cWl0NjNvcU9lY3lkdjFsbm9CekVhNXpkdjJPRUZvaHhsZ3cyM1ZRMUNjL3hvdytVa3FnbHYxb2dsYTVqdEpVcWFOUm90a2lUR3N0dmNjbWFNMWZKT3RFejZsclFRSEQ1ODZrVC9ISDdwYWJHV1VCeXMwQ3M2Z0RDSTV6Y0RremRLc1RIcTFyWmVuQ25mSjlacWlMM1VGM216QXBETTFuQmxxUDg2eW5haWQ1YVlWYVNFMW03Zk5jWlg3NHRXNFNnMm5PYVM0ZVBEMDVOMjdVN1RzOFI5ZERwalM1dG9JTGx5enRBZUZod1ozZnRJK1JwSkZHK0wyTVVsb3NPdWpxRG9PU21razJOZTVWalZIbWJ3VG82bll5UTdCNlhKTnFXVmxkd2pQZ2tjbEV3eGIwMmRPeWFvWE84QTZlbnNzVUkvSzF0YmdtYkRoZm53UGZoeUViOWN4QzhYOGN0Ri9ISVJ2MXpFTHhmeHkwWDhjaEcvWE1RdkYvSExSZnh5RWI5Y3hIK1FMK0kvOVA5OWE5bnhDQnFTRk9XcWtuMkVtN2VJa3BYRkdYTUVoWm5nYW9VTE1mYThXZVh2a3F3SzNTRW10c0ZKK3lqb2hlM2o0MWVEazg0aC9LZkxmZDMvTkJqMGIwS2xDaUZaSm9BTzYyYjNKTnN4aXVqQlNlOWpwZkRnb01MaHAxZ3BOQzQwWDR5NmhERjBmUXk3dDRJN2R1cTlFSTg4N0c0S3pwbUtMSndxZ0xWTTROTjNDVE9neWFKV3cxcXk5cVp4M1dyYnFzRFRNWUVKdEpxRHJVQTR2cENWdnVnNFFSZWRVeFJWdS9lN3plRHk3Sm9ucnZ0cE14aGZuK21Ld3pkWGUzeFpYRjYxdXpzVTVwdm1HU3p0NGpua3lDSXFWM0d4UFQ4dEdCOS8wV2tIamZFa1hqRkY0WGwvM0ErN0R2aS9pQ1FtaWJ3L09SVkcxVHkvRllMTWNIZmhxUERpd1VGSk5Nd1B5RzJCS2prc2Z4ZzBpaGoweFNnRmtraUNZVmtrVHpIT1Yvc1ZOdThXd3ZPdzVnYWU3dVRQQ2F5aU1ZYlBkc3lTNGVXRitIclF5Z3o5RDFkcVdrUlVEQ1l5a3NFbWMwcTBOVjdFeGIybHhhUVVDRUt5YVA4c0JtdzNPQitHZzlzekhBeXpQc1l6SjZEcEprTUtHT2srS21hSTZsZFI2ekhsRUFZR2VxQWtnQlEranhoQ3lEc2RNU01jQVZSS250M2dkbDBzaTRSV1lzT2xEODN4ZFNjYlV4c1hkRGlxZTdsSzFLcTVBRHFET0dNMGx2cVRTRHhNTnlSZXVWalJpbzdvNmRtbkR6RldlOHBXWEZZUXpobDB6ZFJKNUEvWWRORFB1SFlVcGlhZ1J0ZkhBQy9kSzRLaXRKdkpCLzdodE1SWXBTcU84U1pWV1VDYnkwcHhZYjNpUmt5RnBzcjJNNVBGNkROQ3M2S0FJamdtbjJqNnMrTWNaUjl5ejV1aDZkWWV4aDVuT2ZXV1hxNFNEcE53TFl6UFNEcFhubFVpeHZua1N4RnBwcU5FUDJWaGhTWkJpY3BzS3VjbFpwWTZyTGJ4bytXMEZZWFdsbjNrQ1hXbm1OblJsa1RqU21PSmlUNXN4V2dTZ3pCeUZINVY0Rno0SnYwVVJiT2NCaDVta3QydEZiNkRtcXFBQzNMT3RLbkFRd1EwQmNPc1ZFVDY5di9CcitIa3NzbkNxNGFmWFkwdlVibjhCRSsvU1RyQk41V1ova3ZxNlNwaTlZbkN4a0lKS3luaGhDb05BNktud3B4MmpEZW40U0tmc2QwR0J0TjlUdVlXTFBZc0xvVjd6UWE4VFQrWXFHdGxXSy92Y3FUNkpQYTRaM29uZWI3bEowR2p2Uk5jNFJhNE9IM05zM1V4UEIySU5vWC8xQUxVempYTFg0N1B6MEsrWURwd3dUUTZPOEZvWFdpQ09aWWVZN0dGN1RaQnJ6c1RhK1VINitKZGhBZGMyaE5sdFJWMmVzRmNyT3NBWHBJdk50T0VkOHRvMkljWGRIZUNvMzB3MXNqU3hVNEdVNWhjVWlRYXZKM1JuaVpiZUVwSlBNd0Jwa1doRzcwZG9WUldWSENzdXdPeFFSNkZucy9LUFMwMk9TbEVKUE1WTnk1MDZGS3dYSk9vOVRjRytSTnFFUzhIYzBVdk5BeHBxL2RDN3FPVnBSYWthcTFVcmoyL2M3RE5ldWpTdFVFZGZ2ZHd1M0tqZ2dEOUpSVmZDY09JVVIwVFpCVlBpRGtuTG5leXdiYW9md0kwaEJoNW5lSGY3b3RkampmSEkrRzdHeFRJcFdSc0lpSkVzM0t0TDZOMUZhUW5NVnhVNXNualcwUnVkSUtQVWYvQU9OTU9Oc1dLZFh0dDg5aUtPSFI2YVdXOXorV29TclhlVUtPVFVKU3paQkYybThUeGUyOHcwckdiTjRsd0c4MTJkSURvbGcyUHdVQzF1VUE4VlpUcDZkUEpoa09NV2FGa1E2UHZDMUdjeUJHT0xBbkJ5ZnlwZTdETC8yUEx6WXJOd3lvUElZeWk2VWIxY0UrcjNycU05K2d2TVZ0VHBuRTN1S1Q1VVZ4M3JjUmRrc21XSjFnTkhjRnRyZnVXNk1uRkY5Qnh2UGFJL3FTMDE3cGVERTJybElpME56aEEwZUJjdTNmc1lMdGdlQmJlaWM5UGtudzZqeGU4MkpnSkFpZE8rUnVrVXhFN0ZGRlVjZGRvVkRNMTNIQStyOC9DZDhmcUFWTWpsc3hKUjJwTFlXdFFreWxURHRXRjBFbkUxSzJwbE5DNjFuZDVzWFVib3R3aG9QM0dnOTNEYTdpWEJHZDB3UDNtNk5HZFdWK0ZGL254SWo5ZTVNZUwvUGdsNWNkSEQzc09wNENUNEk3KzFxZDV0S1pTV1U0U1Ewa2hGOW9UbXNGd05SaCtIZ3lJTUwvZGxVd0c0a2Vhb2hwTU5XTm0zSXVlYVVYZVhneWdEYVIrb0tLN3FEcEpCcnRkTnVtK05lOSt1UmRyeGVkL2JXaHJzazVpT0xRSk9uaWwrSE1GMEx6SXF5VTQ0UHdPTGJrMFVteEZiRFUrempjMSs5L1hFNDNWbHFIL1JVMFd0MFFzbkYveHNLTXMxS3pFTkpwU0hRY3V4Yk5PWjZiSXhqYlRSeXFZT0J1SnJTbGxMdVBLSFNyc1RZVm9PaE4wWjFqTzVTeDArcVpLZFVYM3JURUY2VzNTcExOSi9pU3hsbEdTYzJwQTRMVnJXTGxaTkJydG5mTU1DQVF1ZFNYRWExMjZYclJRQ205WWdtRHJjUUFUaGRpMVBQWGIvWEd3WGlydFZCbU1GL0dpZmRCOWRUdSt2RDdIM1piQnpDR05WeUwzbTBudFlaK2hPaGFuMFRLYVNrd3dmazhuYkJodG1zeVE3Tmw5SDlFOXVDKzBoNzlFZ2lxV0s0N3ZVZ3hKSEJMY2VVdVVZb3g4M3JhZlVJQUxPUnU2aTNEREc5ZjloN2ZVaHpjVEMzUUphWG5aaXViM3owNkpURU4xQWl5eEE4cmROK1BCUmR1Tkprc1EwK2dMV095a3JHUkFhWENSZmJjVmo3Zm5YU0QvR2Q0blpCWUxKWVpFckcxQmJib2VwQzdQV0ZqTUsxVnNOQzBFdXBkTHNKUlRNUFphMzZQTGdPNUcrVEh6djFFaUN0V0hYcitEbFk2Q3hqanNYMTN0TUpXYTQ2OEY4YmhLeWF2SDNJSFJCTy83MVhiaURzNTl0bTdPeVVZbUVSUW5yb2lUMFptLzUwd0NKZmpTVkc3ckNQRkt5TXM2eURHbWl5ZU9aeUZjWFk5Uk1RdlNIT1JadFRQQ2M4WU5MREYxQ2xlZUsvSG81dVFrS3RrdXRjVkc1UW1uUkhaK3loa2JHQUxTVUdjaU5lcE51QnAxSkVxOGlXcFpWMDZlYjY0SEMyWUhZNjJXZ3M0VVlDY1JKWnVORnBSSzY1aVpnOTVWMjQrS0ltSTNKMFduTVRpRk9RNm9KVFMzenFiWnc3cGFwYzJpOXZwQjJReWlhbE1ZRTZZeEhQNW9VTzNDYm5BVE13T2xPa25sT25VODZJWjlqbXNSYkVramx6Q3oyMU9LRXZFYmNWTm5VbmxMdXMrbFpMaGFWMXpQb3pTYkVuZVBYSnBDeitRRnB0bm5xNWVHTGdudGN4dCtOdFFBZGwrb09xWUJYSlBSd3oyT0t1QVRwc2RqTGFtMjQzaUtlWTJOOUhFY3BPTE0wckI0VFM1aElLekVoRDd5cmxJSGRvUFg4UWFtZkZaK0VweFE1RTlUNGtVaitxMkZxZmFVMkhKUHNuSVd0cURxMjk4NWlkQkJocW45QzVvS3JIeHFPSmttTVUzdnV0RHRmWXRzU3NmUWQxbjMzV0NVWXNJMnJ3YW9nRU5ZOUN5NFR0N0IrWDhJcUZBU2ZMQ2I4UWYvVFNUTW5HQ0NkMTdBZ2J3TE52azZlS1NiZzZ3d0xybEg5RXFSOXVqM1hrKy9WNTE1eVdqckhtMVpnRCt6K1ByUGZ1K1VHSG0rM3NQL2E2NWFSUmxMYTNLQnNrRURVbllxQ1hNbGNVODArbWREcW5hNG9HcHZVdTJRN3UrN05MYXhMbFRXVmtsS1dpY0ZhSFVtVFZCVERsQzM1ZUpqS0JIU1lFVG9GanR3c3FFSjFaTXhjc3IwL2QrdTloMk9xWGhETmI1QmJBY0llNkZyYUZKZ1ZPSU95NkM1UTROVmJiZWVRSmtXZFp3TlArcnZKYmI0ZzZETTcxYVBxQ1lUeWdRVlBMajUzNWsweVc5Z01OLzZqZC9kd2ZCYWdzekhFVlRwd3R3cU1aU2t6RlU5UUthQTBad1VsSkJxc3VPcFJHZEEzb1p2WXBIL3dhV1FQdERVb0dKaTJBQ291U1hmb1JpTVR0ZDVJV210RTRyQVlYK2NUOG04bWNTcFJpVXhFMytNQ3duOU9DZlh6V0I0ZHRJUEdwY1plWGxBM25JMCsrU20vOE85b0lIUEI3ZEcvSTROQXh1ZEMycWFmQWhZcDVNNVFUdzFENVZBNWQ3WURUcUh6ODZNRHIxNEczc3dOQy9qMkEzUnVXQW92bVBObmI3WWdNcm9KQjRIalN4K0pFWkQyQ0JjdUJydnZUUmF3dDg3K3ViLzdHMkN2Q1M0dGV6OCtmTEFicy9UODdOUlNQWVhxa2FmZGZiYW9ubDZtYyt5aVRsRVErdEZhQjEwRWsxekdoMnhCaytMVFFxek1NUFVldFdtZjVTRDNmRmJKZnRIMXZUT3c5YTdVYlRMTzlvOUdyajdwUnJrQTJyajZPZUlVSTAyNGR3dWhxazFuQlhZYkh2WWdmUjFxMldZWnovNnY0em1laGRna053ZFBqeEtJK1ZoU1FvMFhwL2Y1TGlZODF2SGhpSjFFN1QzY0FEYlJ0YmVOL0d5YlNOck95UDcxditZM21DWUFrdVdCUVRZVXVBQzN3QzQrUmFrSnZvai9vWVg4aFMxZjhvWUZvVU5WVFBNR2VkdDlrbXc5RmVDUGxhRUEvYW9hVCtxeTRGNE1ZbG5zOWhZVFBkY0xZaGkvWk5TSytIeWdCdDBLcEZrQmt4YnFvZWxqQW1iWllrL1VrMUs0b2oxdHozT1k4ZklTNmowSjFOWDhSdkVQNENkTUMrTFpuUHlzcTNRVlplYWMvaHYzOW9nSzlONzh2RjJPR2dTVzY5WnBvUEUxTkFrNVVzVGFNdFR4YTdMVE9TSVJDcVZRWURwVDBnSGhUVy91Nk1TcEl4TEFwRkgxZzB5SDhoZWdsVXpXQmxLYzFkeUtoUkg2Um9yaWRHdkQvWmFPcGhkVi85UXBlU0Q4di8zakVMMzNiOXphNjlNanpzQVU4aVIySlJoUHpOMm9wTEw5bTZkV3VPWE9ORU45YlpEN0Zvclo4czFzcCthd1RvRGc0MzlsRi9GRGpPNXgrUmxqWG9ReWh1SE9kOGhYd0l4VVBJbW1zVUxYRmVtdUY5RlFtQmlxNUV4cnhRdmRsbmhFQlBON2dKUFZKT0FJRVRTU25Kc1hkenprb0dKT0ZORXFuSWFJTzRSOXdHaENmbGNMYU1DR1dBUkY1UWxoaEVMM29lS2NQVVFXQml3NmlaWTJJM3VQeFRaY0VhVEdkclcwQXBWU1JaQngwU3NiamxpR0NZSk8rSnZRVWQ5TTRBVnlGTThaZHpXSTR1L2FFbXdTdWlQa2haUXNXYVh0Z0E3bXVNdEdDRVlDeUdmeXhYN2MrUWJsSk93SlZoc0VJR0Z6MThRR3lBSHZBYmRhTUpKZ3Iwdm45OXJUU2Ewc2tYNUJJT0V0V0taSXRaU3gySlRuTGhBcFJxYVhydFMwa0FZS2ZqTUVWUW5YaWc1c2ZZTVhvZnVjQVNwSmN0NHRZcERUbnFnQ1ZRamY3N09aaURrdHU0YWh0M0lrdE5sa1NhVEFzLzdFcFkwS3BRR28yU0M0NS8vbWRadXV4WENmenV0Vnl6LzJZeEd1Z2xFMXVHMlRhTk0rTkZLbElHdzUyT3NjdUJ3TE5HV3NYeGtDZ0ZEYlpPbm1ncHJveTZGZHlET0lSVVhwZ09NNXhHeFo5Nm1vdE1oVlhuZnUwVEUyck5LY0Rsb3RJUUR3eXRNUFFJT2VCMzVaNGwrOWsvZXhoZzQrQ21CeFA1Y2NMcU5uZ2hrWUkzTjF6UWxlS2Ezc05WS3ZOb0lUS3hnZmx0bmUwSmdHS1N5Q1pVYk9ab2l1Y1V6VGtRTkdyQ3JFTHBiRUZLVmFhd2F4K0gxNlhsQVhrYTlNVnl1SWcwQlRPZEpDdHVESTVURVU4WTdtWVFQU3JmMi9tRmcyaXFEMENFWDBkL0NMcGhoN0JsdjQvTFZCdFVOYVFyczF4LzFkNXkyY2FLY25XOFBSWUw0eUN4YTRISmZZL0VEWHVncVVUQ3A5dzRwSTJqL2hUelZHRnozZDNhRC90M2RCbm1vazZmZzlucGtYSFVpU24xU0dPUWlLN1R5QlVkMnNqV2lhMEhIS242ckZMOFgzL0paY0VLbGxVbFRVNERSaEF0SkZ5Q2dCSU5FeXJDbytZazRtYm1TNUgxY0xNak0yOUlPSG8zbG5EWTJWZng4NVRZY3JlVHFvZXJRaTBUQXdYQyt3Q0o2aURSMTZ6dFhhNHRkVHhqVmg1QklqbCtzUFp0RnlXQVdlQ2VScklOck81MnhNS0tUZ2FFaHh0U3loSGJhYmx6ZkRxNEdPMlNXMGdZdVZ4U2NnTk1Ia2dxbkZtNC9yZm9aelI0aUpjZXlESkg1a21mVjdpV0xZaldNUnlWZVhoZ1NIWXpEZTdoS0VITVF6Ukt4clNWdGFnNnkyMGNVM3FPUTBhUWNKWjEySHFGUVNpN3JvOWxIb0FJc2tEWjlqSHJaSGJIcktGalhIbEQzUXFZNXdHbG00Q1JGc3h5S0llNmQvYW5DRFVqVVNYMVAyd3R6UUdOVStpakVGeitHbGM0bk1mRTRDOWxpc0lIelhpb0JsOTZHSmhqd2lpckNvak1XOXJtNUd6RkRabUZrdit1dDErcTBHdEFnb0lPak9kbVVoM3FNeUExZ2NPcWRWSnlSbTZyeTF0ek9IZkpNd29wTFlWL1k5dzQ4UlVLV1dLYTNKRENqVVgzY3M5RTRIdTRZY0Ivc0JkQzRsM2xpNnJoWGFnd2pZeHR6TU5rbE5DYTZNTG9weWFtVTVZMW1YMFkwMzNnZzRDWmJxaFRHQThIb1F3b1hsSUlMTnRBTEM2RVYwMDU4Qk81SjBuY0xxNjY4M3cvM0VBVW5YZDBPZFMvNUY1S1ovR2JGSWw4eUl1MXdKMDVTQXlaQWdHREdDREQ4d0R6ODNQQUVWMGs5OXVlSjlaSUtEeit1c2c1OGE5OGFDU2p0RkpHUnlLRDdvRUVYa1dxV0YzRFphWUtqRXkzYzhWbHZueWtzSkpsdjZHTEhQbW81SWdVZ2tjY0hkaFVzQjJpWVZCQVgvUkpFcWM2VHBvZDhOemlucG1DRW5JMEdKa0pCeDFIU0wxem1YQkNCTUhkVVpEZG92QmxkZzVWS2tvbHdMWTFCT0NDbjVkME9YdjNZdHdQNGNIQjFvRmN6elBJa1I4Y1NOQlpnUnNmdHFMMGpmVFZqMWlGWTlJOURFSXBFL0RIc1FONHI3aDdUWTBESlc4Sm55L3ZCbnVtbzlKS1VEUDdLY1k0Nk9yS0dnaDFwT0FjaGdqT1A4Nm5IM1FXY0dDaXZpU1RSenJvRFJXcHU0ZTIwaFJZRWlvb3lyV2RnRFNkdG1KZVloMkZFRVJuSmFoTytCazNybnFrYkNSSFBMS1djWUNKZHduaWQxWUVVcHdLdldOUHRUd3RUaWJtNTNOZWs0WThwZm9VUUd0UEFnS3lOR0V0QzR3M3BWeCtqcE5VNnVHTFV2eDYwNFh5UnJITUtwVmp6Q2wwWkNiMlM3NVdMQkhhVWFUeEs3eEdPTWw5VUVYcXU1dThWcFNDZWJjRnVYT1hUSkJpQmlnS0g5UEpxaE1kTW1MVEZzWUVCUU5hbW1TZ1B5UzhwVllYZWdUL3g5U2hrMExNUk5IRy9zb3NsaSswTU4rdlRhdzQxNk5Kd0hXUUV6emJ1ZERod0o5Zm9VNWhEUHdyTkFlV2NJQmczUldyWXRNT0hMaTg1UGpzZW5Ha3VaZE5jejRsd0pVcjVsNmdVeFJzSEl5emtUUENkTXVHNThQNFJ0UjBtcHU5OVR5ZUhoZzhhQzFZMG1lbGxTaUZON2pHVGVqN0FKcnVMSDdsQVBUMFJtcnhIREtqenJONGwraEpOMy9YVGVaNzVMZC9WWm9VcytNOEJqRVZabHEvVU0vR1dyTnlNTW5IbHVyRVZ4NWZ6cUZoRVUrT2lTTHk0dmE0TDNCa3JMVE9YWjlKZnhGbWhDNlhXVFprazJlaDJXenZUeWkwOE0wejZQZWtEQkFlSXZjS0VGWUxjbVJkM3JaTzFrNEppaml0UG9KK3BqMjRUTzNXcVhmL2FMU25EQ29jeGtENThHdFhtZEdNQ084c2l3Zk9JT0FWS3FWM2pxYU1TYno3bVJxYWE1RmVrcVlxNWdCVnRtSm5xL2JFWDFlUHRwc3duUEpBSy9yUDFKK21hTDJLRGFkUjRPVy9hMHZZZXBBZTV0N1h1anpobXBvU3VqVkpTN2NrR1FOTlV0VHNkRWc1ZG5CeTRaa2xKOTZuVEh3R2ZhUnBycElpRWNFSXFIZDhtNGc1aGU1TXNBYU0wY3kvcHNFYXJ5RGJzT1p3WS9ZdE53R1dMSjkvUzlmS0tsNXNNcXpaOUZTdWFkekZOVmhGV3BtbmF6RnF5dUYxcll1TllLM2VrT2xiRXMrME82a014WFRQUDlJRDFhS2ZHRHZkWklCR1JlSExSd2R0clNSdVdWQURhazQvNENBaEVDTU40YWJUVUl4TWp4TEUwVllCRUVTSXRpek9aV0hWMkJoOFFscHpDcURvUVMraCsyeDllWTlmMFppRXBpUGdyT1QrQ3N0Vkw4bXU5UjJLZXRaemtlSmxvRzViSG1ZODVPUXVjbG5BeUgyTVRDK2RibFM2RlN5cmhLZmNBdTg5a0RCeGVaeVowSkRmRzRBbThmcUc0Wm50N01uZ1JvUzBpam5UQk9IVlFIWEJ3WEdic0hDL1YzV05tVVBOUTBYTk9FQlppK1FnTjIwYzJNNStoRnlEUmU1amtzcnVmK01UaThCUmJoUmU5VkpyeUdGVForK05Pa3hHSFJvUllSUlhmT29zb1pvTU92cVJvR3NDbWhMenA1Q2xFVmV6UzArSFlJcUxmWXNZZkNnMU9HK1RlSWJUS29tR1dhM0ZoVncrRVVUTUZTS2UwTEs3dGJGMWE3cURNS1lZTmRqdnVqN3ZONFByczlYR0hXdXEvSHJlOWVsVGlISUR2aEpuWTBXN2RWdW5BVzQ1cVY2VS9IZDgrazNiZE9MMTZEYStELzNhdGI0MEthK2FGSVhhNUhyeHVNNVVCelk5Y1E2bzZTNEt0YWhGcXZ1ZDNkMkwxNjVrM3BydVhPV0VVRGdmWFNPdm0zb1R1T0xIdWh3OXpOem53MEFYQkd2TG1YRko0bWlaR2RLeXZGQUpuNHBqL0lXN1IreHdPOENOakU2YWk5bTVES3BvM3pkYlVMNVJjb1ovbER1dlhESTc3SnpDcE44ZkhuV1p3ZVg3V3Zta0dOLzB6UnFTZDNyeHVTeGZlK0QrWElMNXlVQ3RNNHkwbGNtYkJjWnFqeVhvSjg0TkFRSlVPcmpNZWg2Qlh0enNPWjBzL055UkU0VkhzRWJ2UWJyWEpoVXYrUHEwZ2h5NWxka2dqRlFVbVFHZkJEUWdnRVA5Uyt4VVVyM2Q0SEhVUDNNRFdRTmV6V1htM2YxVFZKYkNSb3J1TjNPK1JEdnl6d2UwZ21OKzNqeHlkVC9OUjRMS0Z1ZVBMbDVSdjhnaEk5MUdZSVB0S3NTRDJjODVuR1EwRFZZRCtaVFlHZWRNeUY0K0V3MUVMS2RVNUt3dGhjRW5pQ0FOTEtRY0xkbkIrS1JRMHBWTXJSSGN4NWtXTEZZd3d1eVhxTW5kOHBpeE16dlh2RDVibjFQUW16UmRNTUM4NmJjK3hKWnpvWitQMTNqN3Nydk5odTNONGNOZ005dmJhd2V0Mm1JeHVwVjdLV1RJcDJORWU5TUdDQzhGSUQ5dnQxbzdFOTVIWVhXTjBUdlovNCtxSDhQdTV1QlpFZnJSYkxZWUF3d0RhL09lT1NlWDFjVDRONU5Vdk9kNUNLSlhqSW9udk5Pa2ZKVW9PQ3JtR1dWU0ZXOFZMazJsRU1kWjdGTzVPY0w1Uk1nazY1bG5obW9zOVQ0ODFrbDJZTUh4eWZIbzdGdDkxay9JUEJQWVRMK25Ib05ldE5Ec1lIeC9TZFBNQ0QvVG1LTUMwbFRiNGxkTzFnenhybHl2ZE55aWdzRW9FL1J4T2hQaDVTTjlCL0QrODZPYTA3VGxyTE5rUDdIKzc0SkhORTJKTDduNmRVSEJGdjFiWCtqcHpQam14Yml2aGZJYzJ5TmpWR2JBTE9FdnVlVFBSREoxb2tYaVpiQmd3Zk5TazBTWUxLY1JNK1NSZ3F0OUpjWlBoU1YrMmZ0Q0FTYm81SFYxZHd1V1dJSXFCM0U0NFNzN1UzOTVGbmdKUnNrM2MxbjBOelZVYXYyZVlVb2xiVW1aNHg5RFBwem5YT2lKajBGdXhEa1hDVm93bi92Q0NkWnIyR3NTd09oaEFoR2RBbmJ1aFRwYTlWcmpYYWsyV1ZBN3Nyb2p1eFdtSm5ZTnJUZktkeEUzQWVBanJYNVNvcE5rWWZPdkVXWUgvZ2swUjBoOTJ5QTN5T3JCdkVQZE1VcWJvKzloUjJnT3Njc0NxdUgySFR1OTBFelRVempSODg5VkExTTR1eUFxcVdkV2tjQlU1Q3hYNjRSQmdYWi9mVmlvUjhBSkljYVZxdkZIbXd3VGZST3pZd1hDRUFLMVVWVnRGQmtqRldUUVJPQ3hENFVqUFMwS2ZnREJJcEpLbytVVFNheWFwY2FiUUY3UW1EdUJIZHJJWDkyUklqWTNuVlE0b2FvMTBEMWVDNTNnbHI1ak1neEVEVGNuZlpIQlBCQU5Ea0VZbFpMNWQ5UHN2VXE4WUhHdWtZTUkrcmpNcXYvdVFrR0xqRlZqenhEQmNqSUlsK3hvakVtRXFjMElCNjBsc1M3dGJWSW1DZkp3Q1k5Ykx5SEN5TFFBU0IzMGlQbXJjNVZ2N0VZalQ4NDhQVFRWaFRXcWxTNTY1T0pxc3hCam5ITTF6VGtZY2l4TDlITGNmT21aeFg2NXM0SkJ1b1ZEdzhCNVppMlRMZU95QmZKTlFOMnlONDFsT3FiT1NVR2Y5Q3U5dHZwTER4aFdaa3JKWUwxWEhvSW9kN05QSlN6eFRRblFrMkFXc2tZaDhkNGFCekg4VnpTMERKNjFqQ29zRmt4SnMyalJMVm5LcWltU212aWM2THlrK0FsZXpucTVJcXNxWjk3T09TTEhUYXRjRTdDQlVtSVVHYlJMWTBDem9NL1E3VFBKaW51ZnNZM0tJcE5DM0pkc2NYYmlKNC9NbHJ5aVN4V0hVS3hTYVRTa1loZ3g0bEY2aTBCUEMzMmdSck5Kc0RleVUrQ0RjWGdURWg0ZEdNcmR2RW52NFRJbGZZMXZ0TjN6ZU9pOHhtckV1SnBGZDVYeXBiU2NNY3ZNTGxwbjFGWWVYZ0g2M0xUZWxQZm9GRWgxL1pDbmx5clcwWGdWWUVURURHVjVLMVM1bERQVXlXYVIrc29wSGVMUmxhNkVMQ0FrNVRjSjFpVzVJTU5ZWm8rZEdseDNQcnZhV3ZJUWFiVEVWejJYU3RTelV2M0dTbEhENHByRzZJSStkTWxka1p5RXNJUnhUbVMwc1JYTjhPdDVSazFiOElkWjVPcWM2aWVqNFkwSG01WXZlcFJGRy9EQVBTZW9HV29lYWlBZm1LOEJlbkk3dFM1TE1sSGljbXA5eW1CNGtPUW9QTU5qaEZxMzRZN0VONjNkckdoSDRneCtDT2prQkdmSE9mWTJoVjZTTnc3NXNCT2JBelVGOGdOZzloTmZBQmNxRkd3a2lZZU9yMk5SZHRNRGlXNDNqWWdZS0VQeTNTLy90MFg5UncxdEVCTTlKVm1TTUpJamRsWHNCVjVRdkhpZFV6bW5aaE1qbGxoY3hRVnllY1p1WlM4UFdxRGV4Yy9kc0dVeTZxRDBMWlpWeVBKcEtJQlE2REgvT2hKcGdEa3dtS3Z0WUlNMFMvMkUrRGJ3Y3YydUFrdGRydFlKc3VHTkM5eVdMSzRMMllRQ1ZQQ200a1M2dmI4TzJqZEtUaTQ2WnhmaGFNZXlOY0tneTlMZmlHK3F0RW9sU1JqbjNUb3ROaWttdE9WMlcwdTROa3NCMGczUndRb0FWMGNxaE5RQmxrVUVOWEVUZTZ4WXRFblprRm5ON0hKYzNpd0dyaVNWTFFjR1k0Y25PNWNMd2U2YktHa1gxdFZ0M2NKOXZxS0pma0QrSkNRMjdYS2ZaajhOUXIzSGpVYmR4MTluTVpaMFliOU0wRFJRSTVZaDVhV1VTcTJtYS9BYkt3YmNUdjcyamIvZ3VvQnRuSTR3R0JTR1c2SlR6RWhqdzRmTW5YbWs0aVlTT0JTWlJtM0VjUDlUeldEM3dzRWtRbG95T0VsSWNjNVkyWm9EcTQxdTlBa050b2ltZkFtaTQwWFJDMElRMklwK3RMQk1aeERsQlFrNWc1SnNnc2VDWnZKaVJCZVBXcHkxaWc3UlNUN0VVNHJWUzFFbllOSHh0eHRIV2gxdnBNU0lLWVZmK1MzalJzQnh5dUpxOFNyWmhPbE5ndm9USHJLMFlxcXMrcVMxWG50cHlaZFFXVkZxWTVBd1dHUFUxUXhGRzVlcG9WazArV1pQZDhRVmF2a3JyeWlIRkJkMUNuSzdBTWVNNU9tYlZtNjU0YzFnelZqRWZZelo5SnVza2xXTEU2SE1YNVRIUzd1TTRCY29ja2JjdFpZOTNOUFBEazBaOUZPWDQvTkprOU9qTTdZWHp6YXpJbnphc1ZXTUtVVWx3amIzNVlyRGpoOXRTenJKU3BBSkNVZ1hIejl4bE01TnNnUjRpeVQ5aXdKS2x2WjdEVCtMQ1ZkQWVYUU10WUE1ek5jWVlnc3hPUFZYRnNHZWtuTG84ZGhYSno0d1RVV0JQQ3YzS3hHd01ZWG1GQjIvRkZqbk5qL2dJdDJHQkU5enZNNzZXdE53Y3FGRUVOV1BpV1o1Y2ZLZFA0UGJ6ZHJObENvQTM4RGNoUEJUZXhsRzZveG5yNUh1eVZwLzY5UEV0Z3BCektqN1NPeVNod2JyN0hHNDJvcXZ4UVdFVm9zdmRvRytJNGRHVU56a2pYdmNVSGVvM3hSY3JZV2dJeWhjenZhRzkwREl4RUJUblpFMkQvdkJxeHlXZ3E1TEY2NVBtbG0xV0FVL2UxcVU1VnBrZ1BFWEZoQnluSmk1b09OYzVXekFFR1IydU0rZWRYaDF1UTgwa01ROEJvOCtWQ1plbVhpeFFHaXlNeUZZV05BU1hwWFVwYVJTN21rcVBKcWV5bkJPQUd4SDVuQmpPSkJZby9jMVd6WEVTSEg1WnY5cXJ1QkRFSmpjbEFabDdpY0JFNkJoempXaXpuU1MxZ1pQOHJLaXgwQ1ErN2twTitUOGdFa2oyWDVPVUZSY3RYbk5nSU1WZmNlUnVYVEF6dm9WYkptVU5nOTRmOTNHYi9hd1pXSm9UdFJuNExwSlNzNVFMS2hPS3NsUWRaVE1QVEdXc0dadUxnTk5vdWtnVExuZGFhTmJad0VjTUNIdVI0MjdtTVpUZXVkRVhhcFIybWE0TFBRZ0UzM2N5SWswS3BOaE5MUDNLSlprWGk3VlVWWTBJNDdlcGdrTFlzd2szYlRrUG9iV3Y0cXpTS3lxRmdGZlVHZ05kUXV4azU1UDJIZktXc3JWSUhFU29IYkFISHNSdk9NMXpsQ3crdDZTdXRTdVROSUNoMTVRNmVVVEVzY05NaUZDYjZpTm1BazVqOFlLR3hFZU5RUUUyN08xVlRPVmxwTTNuOWFveWNpcnQ2cVlMWWR4QWR1ZS9OMW9YR01iN0pIaUxydDNCMmVXaXM4ZjBZVlJ1UUprbDVOajFSMzJDS0NueVAxbXdrbWhTWUdGQkVWMUZMdFJwdERTQ2dHOEo1SkJIRjhFTndkck53ZVpuZGlsZ2tDTWpnbm1JQ1VuaksxT0EyUzA2cmRGb01pc1l3c1hkNXc4NEpMQW15bHpzcFluMml3NzNDUVlsVU5YRExjY1VEckQ1bVNyYVdzZmp3WG5mQitJNU1DOE16bHJpWlY1WjlqU3IxVXk4Nkozam8wOC9HOStnV3dya2FtWmlwTDhsczRYWTF5eldJaVBFY3lRMGFLaXVXbHB5WEpIUWFyMjdPQUIwVXNMZm45ajRjYVdRQmZrVStjWHdrZWxQQ0IyaXROajVTb0xGQ25wa2RaKzREelNadkdEaVpFSUcrejFXNDhGbDdlTVo0R0FkUGc3YTkzdzljUmlQM09IUjBTdmlpY1BYVHNuUDdMWkQwVWhoUm0ySWt6clVFcFpzREs4WWlXUWwvc050cWRsRTJTTVphdGY3WVFSWEdpdHlMT2hwSkhjTUNsVHJmM2c2SGwrMWUrSjNZbExuc29MTWRDQVFEbitWT2N4Q25hSXR1WWRMQzBKakJEakVrdVc0b2VCaWllQ2V0MVdibmVSK0xaOWQ1eFB6MkNDemE2SWhKcWVSN3lrQ2EwUUNIOVo3aXRvak9mVG9QS1VLL3ZDWjJLcStCVnNOWXF0T2FaVElHb1dRVjU1OWdhWlJtb0FDbE5rZWM3a0RQSUNPZDkyVHNZb0hvNWNLQlo1ekZra1R1SXR0MVlMczJla1EzU3BlVEVDRUVudUx1WllvaGNJa05JdGlSOWtySE5Ddytwand5L01tdVNQWkcyRzJBcnVkMW5JQkU3YUljdzA1ckVVS3NlbFphWXNZZVNBdFppaUtaODZqb1dHMVUxVXVLdmd1OUZZSTlOdGlKYzdWcVBZdEw0SFl6L2dNM2FuV2RlNGlUMkE3aE9vSGM0eHhqWCtLbHhrR1R1NWlwc3ZTbTM2Nk1YQVk5U0J2YUg4cDBvYVRpT3c4VkVwWHMxNVBHYjJxZGNYNHIyd2FlM2twUmNoRmw2TFViYXhwOWNxUDIrNCs0SFRHVlVKcVJkTUtGWlArdll6WTJoRjVNWElCdzd2QlZWU3VGUEtiMEZWZ2FUQkxacktMSllPT2Q0U3p6bmlsUCtWWWZRYlY0T0JMVTJzNjZLY3JvOUUrVW00L0JxYm9rc2ZqdUdZM0hTdXREQk85WStva0Fsalp3Wm43dDZsU1NUS2lUZFFKRGdhRFNpaGFoc292blJ1N3hTUk9MV3E0NDJzaDM3V2VXbGZxZk92Lzg2dkcrcnkrNmQ4Mnp0dWR6M2ZrZ0JIazV3WHg4NnRHL0h6ckg3ajgreVE3ZkkrTThzbVpTd0JqYlphU1N5MEtreG5FTzgxaEFFTWRXWEI5NVlyOUtvTG9jUHpYeUFWSitRL3krenRpVHRIa05qbkxkd2EzVTRwamdrcHVtQVF0R0lsa3RDM1RmTVB1dURpV0FDV1hXSEhvakJ0bmI3N290NXZCOWVzdnVydHQ3aEw4bjE4S3J4bjBiM2JVeVpaZzNJMlpmRXVKOERLMDJjVXpWSG9sbERGMGt6ajlid3E2anlBSjNzblpKbjJiMmhoQ0tMQzZoWk42WWErL3RiZ25pQk90NUJRNGtTSWd6RENsQmlueEUwTmMvOUgvNUszTER5MzFDa3l5bHdaTXQ5eXZ4aStHNmhOWjk4aDdGRFI2cmRZb1l2Z0YwVndFalgwa3M5aGhSd1p4bFhBQnVESk83MEFkaHJ0ZTRoelYwaVRXZHlqYk5GbU0zOXpRb3hjbi9ZSHJFMlk3SnhBV3g0aHA1V3pnejBtNnplaW1MK2YwRUttZXNBdUdvK3ZiTWVmREVER1JKcnZ6ZGVYTkVOazJsVlJqZk5lMm5qSG9tTnlVM0p5N2NGaCtBYVJFYWVoUFRDSURaUld3WWVaVWY3TmphM29lNGxweFBrRlcwN2xqQTJGaUM0U1Fad3h6S0cwaFFUZTNTaW1tWmNJZkNQa2dHR2pMSEZQMTdCQkcwR0RlcjI4R21NYVBpbERqR28xWVExRUVsaHNvVm9qamdUWEZMTXIxWWtlQUVRWVkzem5zR2o3QXpQczFMNVlVbG1FN1JEMnpsTWZCcmx1U2kvSE0wVzZNV3dLejdKMk03U2JkV1pIVUpCTE5INno4alB3NlJwT25iNGMvR2x4WDRCTmNZc2NCbjRCc2g2T3dYanJBRktjTnplQ3FKNXNaWkxYSlI1VFovOGNJUG1ScXh0QnltU3c5dWFJL3VBMmVUWjhFaStIODVLemQ5Z3FOMk16VUhPdU5ITGVEb2RudmNwZHN2VTZkbHp6THpjb1JXTlRRM3Y5ZWZvYmY3andqcHRISFk0dTNzVkVVbDVpV0hSZUNWUkVqUzVLQ1hldk9aVDR3MlM2bENZaWhZMVo0YlFsSFFGYXN0a2FDR05ZWGp5Zk9OV2RVTHlMbU5VbFc2NkJ4TXJpOEZVakl4ZWxONTJQUjRDaythMHFQbUFUNGVrT055NVBCam90VnNGeldlaEc0QnZuRVR3aHorUjlRNGRQSXNNM3VjdzZJeS9ydmN2YUNQbU1GWEhYVEd0SVIrRTRiOEdqVEhVY0tIWEZEWG52KzQrSHh4OFBYbC9zSEh4TWp1R0VTSGl2dHF5bFlCMTNIZVFRZFozQUR0bGRPaEQxNDRCSG1JM1k1ZW0wd2RqZ2pvU1lFUHZ5cmE2ZVcxWmJXbDFyVERIc0YwNDJIMmVMdnFtdWxGZE9nTTVmbmwrektHSjFjdFUwbG0zazhmYmZNRXdIM2tJa2xYZlNPaHpPSENwakUzbEo3MkFsQkFucXloc2pQT3dlOW9HRnlsUEhWTzV5amFCS0J5SnZqOXhwYjlFdGhPcUZQZXE5ektOQjVtbUxaV3hZUDBmdnFTM0FMazVnQUNRajk0dmViSFMxWHExZ0hFcUlTcGM3TFYyYU9WQkF5Y2ZhUWdEMGxwTlBpcmlIWGxkMDdocndldFZsU3cyT094TlAva29lckhoSDhCNmRremNQcFhzRmE4eElRZFJ0SjBPT2tKQ3FvTk9nSGplT1JjSmlnRWxXU0I2bHhmbnE5czYya0xXbWZZR1dWbElmQ21XMHpVM09CYkt4aVk1eU9Mamxoa3hOaUVCZ0Fad1hydnlXWkVFVGF2Q2lkcFhKZG9ocXFmaHlDaHhteUE0ZGRqZWdsWVNZU2x2N2l2dEdoa3J5alFkUzhhbDZOUyt1cjV2cHFESzFRVEhocE9yaGJDN0Q0QlU3VnRJK1g2MG1NekNQQjhhaHZPZk1vUmxSdW85cVZPSWhyemZ1RUZidkJ5R25Wc3ZEbEFTeVVabGJpeXo2bUQwdzZqcE1pWlZOcUtKSU5ON2pNWWEwWVd0T2swN3RacFl3VTVwL2dPK0preGV6RzdHelBEUUZER2JEUDZzNEd4c1ExVGFGd0V4KzJJNndsK01OSTJMR0R6aHlGNDhYa0IvakFBcnA3aVF6SnlPNUt1Y0hNSGtielRIVVZESWR2TDNYd2tFUmtiUTc0ODNPQnpmVlhLVjVZNkdybkc4dUpOYlk3cmhrbzhwRERoL3BtbEJhVTA4L1lrYm92bGRMVWEvWEpUVkZWaSs3d2FQRVJDYms5dTFyZ1VleTJEU3B1MjR2UjdTbG5GNDV1ajVwVlpnYWNzQW5scGVkT1FGWmRLakN4OTZsbTN1UEo1dTFKNmVLOFpmbG00YTNLT2o3KzlUSHRWMTlDRkNCN2tNNVF2VU95aitPWmxRc3NIUVg1Nkd3WmFGS3R1Ly9ZdUhSODdaR0xtR200Y1F1NXQ3bmJhM1U2UzNYaVU0a0NlbjV3MG5QcmVyREo2TzhoQ2tUOHdpMzVhcGZENlNMMlZKVk1TVFhuL3psR0Jya0tuOVZnWnB2U1FWT0M2dUcreWR5Q2ltK1dRTGlhQ0Z2bVVGTVQwdldVVXc5ZGNna0tpVmMzbnZQNmRXWUxqak1SWk1idjlTcjZ1RDFVdmgxTVFUQ1FCd3RsTTlhUjB0dVFKWU5LTHVwS250Q3Y5Tk9HeHF2OWRYdFFOYzVoNU01d2JBMVF2TTI1TnFqNUpXdmlCaVNSSmdUTHh3cnZkNndVNkxKUnpLcXlhbTRmU051Z2hCMXZLYitoNWZNcDJzVHRKR1kwTzFQTDMvNEtTakJDRjZhNWZXV2VuWENPbEgzVEUvN3Q2K3NGbGFkY1JNc3k2UHhXK01iTE96Q3diaW5qU0ZGWjR0TGpDQnVNa3JSR1NrcEpKam1uRHhSWkZEaFZOTWxWQ0NLelF6N1BidWRUNXlVdzRrYTJnRHRqdG9WQ3JGcHBpYlZjem04Z2p5Y0lQS3ZuU0JFSWpCVXQwR3FrUk1BRmVoU3J1Q3ZzTjNNWUtyd0t4VGYwbXE0dTRsV1A3aFdENUNydUlJU2NUTnBueG9OdnNGOEpkaWQxNHo4MEtYanZ3cExrdFBFTXRwSmpheHlDeXhhU1B1a2dYNXpJZ2NjYXhla3JPaHllZ3kwTHRTdU5Pa1duUEs0WW5MbktrdU5pc3VqU2FKekRzdUdXcWNvdFpPYTdmM01nRmV0SjM2UkxWalRuYVg3UFJLcDhqU0tnZ3l3WTBWam9ka1JBTnAwTXE4bHdQcFN5dUtpakNYUjlWV09RSkpOVVh3ckJjTWxqMVlKY3JZdnI0bXpZdFNrSktLWm9FT1hpR0RXZklyYXMwODdJNGZaSVVJNG5naHM0U3BiMVFWZ2tla1UxYnRyVUZQRlRtcGM3eHFEeTA2MHpTdExXcUt5aVNaZFJGaHFvcWhXUHZXYjdzT05sTWVubDdTWTRFdXRWeUU4Rmt3UU13YnZFVDd0cnZEMC92dDF4UEhuZGx0NitPc200dGJ0N29OR21pZmdkaEFsVktwb1JVRk5VTzhXRnVWWXVEamljNUxNTjAvcTRrb1pEbEo0NUFXUGQ0SkkxSmtVZVNVV2pzQTZDWTJzdDk4Skd4Ri9hNjM0UHVhcmlmSkkvc1I0bzlMendwY1U2MEtLWWpCR2lpSFhacElqcFBCY1ZIZTdiRUY0V3N1ajErS1U0amwzU0RBajl1NEZrelFaUmVSVGVyck54ZEIrZVhBL0gzYjZTbjFLeEJ4bVJTVUxoSThnMGNFUk94RGRabWsvWHBiMWF0azJobldDZVBFNXV3RU9tSWRhbU1IanhySmhkZUhMMUJRZmtSbTgrNjU1MWViOEtxa1RSNEJTZHFaV204UUY4Mi9ZbzEwWm1VOGNSR0U3eXVOYWF4eDFRR3hZeHdYSm0rYlpEUjdLd1BpRDNUT3RkdDNhOVdaNzRsS3kwZXNTR2pEWmNoWVRza2duam9za2JRdCtEZmREdXdQL0JqTFY3N090cjd5UHQzV29PYjBtMTFQR28wbmFsRWY0QlBYLzk3cW03Mng0VThlbk51UFBxWXlxQmgyMC8vOGozUnlDUTd0TDg2UlgraDJ2bU5SaVUxdlRoVmc4eDdQb1Vxek5ySDc5MmU5TkluSHJibThRQlJaTUVuNEREVDIvb2ZOMDNmSCswMS9WZjk4SGVkMy83YmYvQ1F5RXRjUjRWRDJSNjhSS1hXYlFNQktSNHg4NVhzY3kzRUlocWdYTy8rQWlZbm5Da0N1TkQ1OFE3NFNablBTQ2ZZS3hGR1dWNXY4QUpXR0hCMFBWQ3dtc0ZSVlV3QlZ3aUliU2orTzUya243RXUweDRLZU5pRGhxamsvNk9Ea1RlRENMd2lxRGdpV2FUTXlMY3hONHB3TE5HUS95TkpJVnExUDJXWmRybm5LaWlDZHBTM0dzR05qdkY1T0JhV1dDbFBmaGhHM1BFSllJZXhoU2daSnB1VzRmVEN6Z3dWdGZobXJUU3NCYVFJcFZwSTVCajUzSms0bWpzSUdVZmtJNXNXSUY4dllybEZNanhIUDFGVEhIYTZKOTgvbWJRSDUrQ3pscm54VnhFZGhWUjRLM1Rkd0hNc1puYkNpVXhUc0dlV1RrWGJjL1hRNlNhajVycDQyS3QxRWZYYS9RYjZOU25ac253dTBhUzdGaGdObWRLVUFrN0pSVGpSQWF6VTRuVVF3R1BVcFRReGtMY1dpa0dJbEIzR1d6aGMwSW55Vk5DdHZvcll1NmVraEJFamNEU3VocEdWNXE4NVp3US9ZM2o0Y213M0pHejg1L2c5ZmRBNVVHY2Fwd2x5UGdJbFRINEJPMGhUQ0hiTERoMGNqc09UMGZYcFhodDcrSkhKeldaU0wvUXFzdHNaaVlyOTI3cVo1NjVlWnZ0ZHBPNWo1V3BtcEpXT052YXFEZURkanN2N283MjJIbDBldFVQR29PYkhVa2VIOXpvNDNpMU1sQVJLYzBkRUxXdE80T3FqcHkxaFZPWGpKWXRJajgycmhpV3IrVnN2djZueHdhMW9rQk96TmdrUGRidy9MREtIVGwzSjJyTnF2b2tMclZ2UXVoMVZCeVlMK2h4enVYYllCUitNaTZlR0pqcHdDWmhTOHhjY3FGUkdwSGViQ0VpK0xtbXBsZFI0TFgyMGViRmFaSmdBbWVsdWc0UldYWll3Szg0ZFkzRnZIRTJzc3JuaXVVWkh3ZzZDOGhJa0ZCcHBZUnRNcGFjdkgwcU1EYkRwR1RVTFcvK3laRkxlYndhSFdNYXNPVVN5WnVWODVwRGJQbks1b3JscEZjNWl5enJLS2JVdnpwUWo3VHl4R09SdldSbFNsU3VOSUhYdUs2cmpockpRRFFLalFjcUVOZFBKVFQ4WExFL3J3QUU1dWhPRXNJYnVkaFFnMFdqNlJEdVFwUGRNQ0Z5SHRqMFN5STNyaFpEcU5DL1l3WU93cmdFMXVSamt2aUdSV25odGpMbW41Q2N3OEltTm9iWktLZGp1UERnUk5JZlRFbUIrZUUwczFpOEErK1hFS1pIMDFHYjVCOFR3QklpUGhjeHhla3Q3aENkdVZGQ2FjcHVTSnhjRnpQaXR4WHBTSHpCeEVIc21nMllJWXJhc1dhdSt2UVYxYkxjcXJZbVNuWEV6SW5rYXBRNkN4TE9sanZWblZiSHNsdWdlMmc3WkRab0xFNXZCNlVTdm0vOFpCQURqd2txVEp3czlBdEp4YkxKQy9VY0xKNTZCQzlTQkNiUzZpb2Jnd3lIYWRJaUxEcEVkcit2bUlXQXlpMEpQc2RKYVVMenc4Nk8rRjhiVHI0S1ZkWEYwQm5pdVd3U2x3aXFOWHNZdk13WG1wRWRtL29nWjhVTnExQUdXbWp6bHgxOFQ4WE1TQ3lyWEpQV3BBYkhaY0ZJaUhrczlFUmZjcjYxM2E4TWpwT0VsQ2hnMDdqUVZLMGxnbVVRcHNmNVJ4em1zbk9NdTQvQW9qbU1vRlRlZEk5TXJuUThVRm93YU0wUkxTYzZpeExCNFd3d3Riai96MVFZeWVMZU1RT0swcWtwclk0azhUWmFVOGRQWWZlazA0a20xZ2RDdVIxVHFKQlhURU5UYnIzcCt1czlSaWwvQktZRVUxTXUxbXpqb2lQaUowSndrVWREYXpVUm1TVHEzaXU1WkwxM0xTSUNMMXNXRTB1R092VTdWcHFDVVJva3hUQll1ZlZkbXFLTWR6ZUlqRHNOemFjcm95TTRoYUVrUmRqZWQzUWFKYzRpUmFORUk5SGdHM2ZlSkN5NXhhSlNTU3NncHpVNmRhVFFDditLU05Ta0xGMFJyK2lLbUdFT0Y5eTZwRWw3Wk5Kc1pmRUpJL0crWUhpcTIrbGFWejl4TnNRVVp2d2ROaHhQa052VHBFYzFUZ2RuMStYM3pZVDl2QjI4VS93aGxWUERJbm1tUEY3RFB0WnEwWVBrbUZkeXlxWUVBZERRMEdYaC9lSFV0Q0hXbWFSWU5KMEVuZHE2NVhlMXQ5c2RnSGNOVXQ5ejR1djdKcExRcEpYbEorSnRaSmkyYjhWRU83Y0NEMUVqK3p3Q2l3Mm15aUJadGpQUlhCVTN5U3hhSE91a2xjNmgvdWpmN0FiSE4vMnpWOFBUMXhad2FaTHNzV1FoWEdpWm5XRXkyVHpUZXRSM2Z6azY2eDdzSFhaYlI3Ukplb2ZCWEd0SlNIbW9wTXFNQllPN0dZMzZnVitEeDJoWUJNVnM0Qk5pTUh6M1B6aW5TUzhsTjVaeVBZeitqODQ5akhJeDVIZ1dDeXFWeUV2YnJ6cUl1N3FBL3hYYkFUdG1XY1dNdHc3RHoxSStERW4vTDRjakFieGFrQmJXd21SNGl1SVBUVGliQ2dhU0JmSUlObWhJamZCYkhZeWplTEVwdTRwY2xTU2hOQlBEY1dTN2NRb0puWmczcVczQzBBMDhrV3pmMFpGc0NxUW5WR1cwMGdvdGlISnVZQThNemlCMWk1d1pyQVoxL05JeFk5MjhRamQ5QzhaYVdSQWZXc1RzKzdLRklzU05VMm0yS1RsRDNHUnEya0xVRWdHNEx0cWd2NnhYK0lmeUw3clRHelFlNWJ0NzJSOFZBTHBZSVlzMVBVMkdoQUFXdGxnUk5sKzRZa1BJejIyRlRuaVQ2NHVQaUMveURyMVg4eTIwSXhSYjBzRFJmWW9wSXpoL2pVNTRjYjdUMUQzbDdTVkw1SVkyV29YRXpFVlc4dmh4ZDVWNTAwbHRvMkh6b00yeUNFREZLYVJlQlVZS2h6WmNlMlhUWVRFbUtlYTY0bGRhcFNSMDRzdXk1T3pwMkEzT01ZaXE1RkFXNkppQW9FMmRpVkdvSFVrYWpiWTRub01tZTlKZzFxT21saDlSSWlvSDJjZzR0K3lkZ0xoeWdZWnloUjZmMjBtUHlrb0ludGk3SWYwdzNWT1VKYzJoaUh5eFdkRmlkK0JNa3Jha1NVcVZJeGZkM3d1a2d5OFRXNVpCR3lVRW9zaTU0YWpDNE0rcXJQR3htNGlDVU1BdlV3S3RPMlhUNlVTS0thMWhIRkhGdDFrZjlYcEF3akZnbHZXWm1nSTFtZVlRMDNPMnVCK0pKSDhlNThpdmhJeWVLald5b3dacnRlRVNHczJjODd1cFpDT2FDYkFneHNmak92OG9RWnlEUEhEaFMxS3NRaDdsWW41a21wK2N3blFqemhtL0VuS012b2ZKUk5rejlzSUlUcm00eHVpcVB6NUY1eHhpZ0tXRDVhcnA5YWRTY3B5anU1eTNaQkpwUENaSWdld3dPM2t0UUc0NTlCc1g0OXNkTTl4TEdZOHVJM3NjcmZOMEVoVll1TlRnQmpBZVU1UnhOUmxSYzJlWFBDbktHTUpzNjJ1ckU2YmsxRU4zcjJQTkt5TkN1NFdENklqOFMzRUpURmxLY2NxNWNDQ3ZRS0xRRS9xVkJTdzVKdDg0ZDdFbDVqYmhlako3ellxd0tXemdzQ29pSmEzT0oyV0JOcnV0SWVkZzJlSGduTTVpakFmWVJxdS9GTG1MSkVvUE9UWk9qYkgzMFMxaTZGcFNCbnBGNlFTQ3AxUXhSNm9JazlienFJYlJFblFQK0M5ZmRycExwZWpMUGQ5bzE5NXNHVy9TclVWQk42NHVyd2UzV2hIM08vL3U0Rmw2UlhKdVNFdThXVzN2cUU2TlJNK0o3cFNDMlpKaGgvbDR5YzhVNE1jS00wWkNSTDUxVC95c1hoWUFuRXJLd1FCOUcrZGRyVHpxSTh1ckQydHdsd3BqMzhyeEEyMHAraU9CM1ZseVQ2bFNpVFBPeHRSWUpxaHZ3RkZsNmkvem1oMnMrR296cHBVYUpBdldTODVTOURoQ2FHSWE5Ti9PYm10SGJYTlpvREtRR204VnlqWXk3OFd2NVRWbm1JSE5uUitTTjJYdHJwSHlWOVdueUJoLzBxUnh5ZG5IbVF4WlQ3UERBVGxkcjJocTQreXJ6WUoxSFFsU3ZVdVFYZ0ttcWZGNnNoUFkvaEQxcStBZUJITkRYTmFNQmlRUkN6Sm1ocVhTaEs1SjJSS01wNTIzd3pveksyVE4yOWhCWEt5elZDQlVNVndobkNEbGNQK3l0WWt0VWR5WlJId1VWdnovWEw2eE5rWGtvZU9keThObEpjZHVHTTVVTS84bTM0TFpadHBCSjJ6bHVqYVZjVXB1VU1LMkVVZGoyWFJwQTJycjdML1BBZWRZQUFwWEd4SlY0WFRnakJVUHBoQURvL0Z5dmNPK1VDd01zNGlLZDdSN0JMVk9SdUxLcHkwQkRUU25mVkFVbkhyblVWekN2bzd2UGJwWXVGeHppaSs4SlpJWGVDRy9qNkk1a294bVEwK3hCdHVhNUJsWERRVzUxcURYWExDUVl4TVUzakFwMXZGc0czOHN2a3pBRDZYYkJock02MUpYVTVRMW9Yb0ZTd2FFRDNQeE90eVdyc09UR01TSXhBNW1lamM0L2RCTXNESERKRzNJZWc5YlcrRGpwSzh5ZXd5aWRKREtJR1BraU1lL2ltd2FlTEFKVHl4V0g5aEN1TTVxb1NsT2hic211emlsRkdiNXlnOWYwTVBuL2R2d2RueDVmZTRQS1NUSG1ZWGxzNlZrYzZZenNGakE2R2NENlBvc2ZIZHNvZndnSGM4RnBtRWd5cExDQW92aFc4aGd3eUVpMzFrWUpTUUJYVFZqb2gvZUZreThodEd0R09FbzdISW1wOVQyR1pmTmFkYmVPcE9WZ1VQc2VlZkZVVUJURWRiNUtDdEVFcHFmcUNBb3R2VTRyTHJtNjRxYWpVdkxsTVVaTUNSR1lCNmFhZ2cwTlVPR2twK3QxaUdFNTJUZ21rNkdzRjBWRG1xeWUxSGV1SnpUbU5kb3ZHd3c3NlMyZ1FBVkRoQ3VPZkwrV2JPVkFWblpuOEI2M2lVckZTWi9iZXdoWlowc1BNY3RnUXFlaVlzYnVnSHpXcTNIdXEwdzZMZ2FYeGEzQjdOVGtPeXc5VjRNcXR4Y2VpTGxqQkMyekNOd0JOWlBDUkkzTUFrNlh0LzNHS2NRUE5aNzZVU2FGY21pZlptUVZJNVRQU1NsRXhDZ3FOclAxZ1RoNE53R0ptbzJNV05zUkpiRThud0lIWWVlMHcvZEZFRmozRDlCcmVRbVJocFN3L3FNR1FRU0NPSDhnQUJ6YnhORTBaS09rQm1tTm1kWnZJUVhrRmZvYUVRaXJVUzEvQWRiTW8wM004MkR5MFlwSzcrcnZlQk9XcU9UREtmK1NZM0pCZU1lUkJ1cXZtWk1qSEw0bVpvdUEyYVN5VDhFMU9pVklOV3RSYU9tczhkYkhGRXNTSGhMSFdNT0ZycG9HSUZtN0JTbkxhUkxNQ3V4ZlI5enlTK1NTTTZ5Y3pnR0o5MWZUVndxRTFsbTFCeVpJMkplT1h2TFlNNnIwVmpMMW1JV1FrR2lXa2N2SkJwazJtbUNBQlEwSHh3azlCTFR6REh2dkYwM3NBT0xKQzRjQW96akdBN0J6R2NwMFhjeU9OOWRmQlluZXU1WEhpTzJNcGdRc1k5RGRWM0hXUlpyNGhSQVR3UzkwMDY2ckxTN2JUUnhvRm1yMUU2WEs4dmw4OU5SaU54VEtxMmR3aTN0cnBDd0NRcHFrb0RPbENoUFBRdDU1NTRneHdlMGdnbDRrbXJIUUdncTdNMTRLemlPOUxwbTRDU3lFM1MyNVVqeUhmaTZ6Yi9qTW1Lb3BDTytHWFRvMjB2K2ZhL24vLzdBL3oyaERRKzVEVnpiOVNKbzNKenlULzAzdC9mY1gycVZueGpaeDJMS1pBU2pna3g3aXE4dThaS2J4ZE5vRm10eGFLdGpvYW8wejNtemljaU9NcFh6REpOVnRVRHB5cXZBWHNzdDUvSmlJVkRmb0o1QUt5b2RwNk1RZnhJQ1IvajdsWGZkTDBmdFhEOFc1U0oxQkhDS3hOOGpQaGkydncwV1I5RVNJcTZRbCszQmxrZ1B1RWl4ZFR2VGZUMEYyYTRwNDBWOVFwS1ZXMDdiajZ2Q3haclNJYXVHQ3czTmpHTkllWkJ2NGZLRG5qcXphdUFkbGRRMEJwN0s0c0FyTVBzMzBpSW5mTTNaczhlc1YvRXk0YnBJSFBlQ0NiTFhJZWFjd0NBWEZhNHBHMS9RektjcDNYcEsza201MmZjNE92VkpJcHJmMEtGL0l2eVAzRWNoZ1RMZHNOdFBibjdaWUZnbVE0RitWbVd6WlVqV25DT20rMUF1Y1JwblpWQUVMQ1pvdktRekk2UVRneHNjNjBBQUVPNitLSm5Damh2Q3YzTFpjb25VN015STlFWGViRzFkazQxUFplcnlvSUxYZG92Mk9rRW1VMXBXK0RZTTN5RFB0Ukg2bUJYSkM3WXRhczZlV2J6bkM0YitNUitabTZyQ3h3b2R3cGpWUUM2NGFZNVVnMVoyMm9OMlppc2s0b1hsMWVDTDVGeVFjczR6ckZZY3lxQWtnOUdiVVZjbVg3TUxjRFJydkJSUjFMUFFMNjN5Tk0xelV3V2tJbEMweEtoamExQm94MThac21KMG0rdkxhWFhwSUdLY0VSbkMwQjhTTUl1SEFqTVVVVWV1TzNJR1FXZXdCREtEOW9zRlNMUU5ySmFIZ1hPTnhjcUFDVkFoY1dOOGhHYjdIbUhKaGhmUzJXTWVpNWljTmFSazBkd3JBaDdNWWtQSloraVZLblVhNVdocDZWWm4zTTJxbjhlQTBackIyZmxaUFVlYm5wZGZXM1MrUzIxVFNVUE9EYlV3MWhvcDFnSmZNK2w0V0JGbFdoSGFWUmdLSHdEeEtHaG9CcmNiSWdMVThjZE9VaGlqclUwbDNVRzZxaXp6N0lXTjNSWVU5V05XZVZ3MmlhSWI2dTlaYlVNNW83UFhtUlNOOE9TTkpoK1ViOWwvTFM0OVU4c0NJd0JubDdjWFd1aFUwS2QzUVdjL01FVk12TkJJSmR6T0ZGak1EcGU1T21oZytldVV2d2VkaWd3ZHBkM0FRT1RJb1E4NGdVbFRoUEZadWdaTi9INVJ4ZWk1WG4yNFNsYllSaW1sUWlPVEpRMk5uY05taExVM0Rzc21ZVSs1bkN1bFJ4ZUNVSE53Mnc5UllVdFcwYlkwaGJKWFh0bEFHcGRhVVdZU0hVYTJiZDNGYXh0NzFTUjM0YnRZck91SXN2eTE1Z0Y2d09KWnVwRnl1N0Y0aFd5NHc0U1pRRWFRbXhZSnh1QXFUSW1YL3VjZFpENlgzU3E4SEx0Qlg2UEU3dS90NzdocWtmVXphb0dzRXMrZW5oWGljQWtaSmNwTUpuelZHZzhqaGVzM21NU3duTU5RdEJMTTN4NXo0akFJaHRWYStGbXRJVlZKcW04ZzAxbUpLTE9ZRndQZWZZQ2ZocDhmN0ZBQWtVNkNqZjY3RVVTWFNZUjhpS1dFYmtOVGs4SG0yY2daYmd4dVJzaHpZNEtERTR4endoSVVKZ0RpcXA4dWpJQTZGVGdWSDZZa2J1Rmp0cWpGQ2lraTVPUnNCcWlzOEUrTVphWEtpTFZwb0RYc2tGRURLVkpEN2dsSnltTlhRaFFNNXBlak1IN0tEZmJWdWdmNEpZanZLNlVJRE9jdDJpcER3dmxKS1ErU0Vsa1NvRHhOUTZ6TnpXUzB0RFNoVFRJR25aUURmOXBKbTBPdkVCTzVUTkVWZ0pPSVVTZExjVGtySXBaTWxhQXo5M2VhVURvSjZXN0NzODlod1BlL3FtbW9KZEVoWWFqNXhhZEJjVndxbit5U2JsQ0xIbkxQTi9PZG5FSSsreGY1MHpHWWFnazZtS2hYZ2xkMlBDc01INlVDWVRTYnpMZHVWa0lTcUN0MU0yU2sxQjhUY1pLWExhRmpNV0phSzQySXBTMzI5SElPV2prSHVrMlFwYW1kU2FOSlhsaHVmRzRJZXJGZUtndTBsaXYyVWhDcm1SVzVZd3BOTnRvL2ZBZTNpRmtsZCt4UVVEZUNZUlpCeHVmY0ViQ2FveTQ0dTZTWW1rckJuUGhoK2R4NWxiWnphMGdmN00xZGRldXFOT1dwWlg1bG5Ub2ZsOFpqc0FCNFBZdlZtbHFHNkV6SGp5ZG1tVHdRYjl4NktacU81dzJrcGtNS01HUit4cCt5VXRKVnRJcGRyTlBUeXZIL3ltWnR1bG5QN281RXBZR3BnNms3ZFlBRTA5UzcvYkNKaGd6MUVwL3FkOGMwLy9mcGVvb2E5WHE1aXQ3RnRMUnlaOUtLbnAyY2h5T3FoaE1jN2gxWlloYmFYemF2UWZLbCtmd2FGZjZ0cEZKSld1OGllZUxjTTFUZDVYeEl6UzN6SGpKbUkxQjJ2eUxYR2ZWSnFGb2F0NTk5dnVPYmNaS1FVR29SV2VPcmRKT0EvUUg2K1Job0pQdUljUkF2U1VrUkthcTlCMzJmeFk0elF4THlCQXlsMHRtRnZMT2RZbkt1WEJWMnE0dlpaQlc0OUNoOFltU1M3K2NLYzNDS29QakRxbFUzZ04wVlZ0RGwwdWc4NHFaZ3h1WEhXdVlWMTZXSWpHTlovT1RQdHlMNEwrM0JtQ0U5Wm5Xd2w3QmtIRVRHWEEyZGRtYkNtQ1R3dmloMXF4OHY0K2dkR2lyNHEwN1lZNE9TSjhEOTZqQnN0NlZvaUtUOWl6cUE3b0FGQVVzSXorbFUxREZYWXNJMDFnYnBwSXVkVVYrY01Bb2xlZDh4L2VWdU1FQmNKMExraEU3WlZHR1M0UEVTMDhKS1c1RkpWNTM2UVhVd2xDMk4ySk8yVE93ckdpWU9UNnFJd3ZrNXJRY0ZESFRTWVpWajhLcGhMTE1oanNvYmd2b3JsUDM5a3JWUkNySXFWYmFXQlRERW5obW5uanFCSHdwcm8wZDFTb3FwYWhEV0tKZ3lrbFE5VFVsV1U4ZkVTYkxNRTVNeVJtZ081TjdEMDBsMGVkZ09VN2pDendtUWFFbHpVWGdXR21VMHJHK0V1V0p0OE02WmlGcmc2cEVMUnEwUkQrWkJxN3k2NE8xZVQ5WDhxK3RCTk5vK0NnTkNKbk0xOHlESlJ2Rmw3bFZIZGRaa0NYVXdCLzBWQmxIUkRVVlVxcFVaaDk1d0YwUkI4c2lpM01CQzVKTENyelBVR3BGb0VHTlFKRVU4OWpGYkVWYWlkcWEvRGgvbWJ2QW1xNWFiblZIUnh3M0JMQlloMnppQ0RaQU1OaVpZbWVtZGJNZ1FlSXVVN090QzF5QkhFbVlWWXVKMnk1a3NzL3R0ZFZOQ2RIRncxV3dIdVV1ZEFERjZudk5paHZhQXg3N0JVc0RTN1V2eUhHY3VXc0JtWVFxV1ZoYSsxTlFRcVE4M0UybFhHSkpFZlF1TFRXRVpkSWpWVEFFRW5YRDM4T3hXZlg5dW5wWEpnUk56SFBVQnVQUndlOVg4d21nbGVGdFZyRnEvRkhEcUxiMTNzSXhaSTFnU0pkM2p0YXpzVWE1TnB3WVkrY0NTMHZJTnE5VDV4MFpSRnEvbW1pZ3hvalF3UW4yWHF4QXhIQlRScDRxSzZEd1JIa2FXMjlVWWh2TDZFOFFIdlFJRWM1Z2tFUW9YMlhvbUc0cldiTFBLM3lXay93NlZxOVJVNDdPa0xIWVBWSXFnZ3BacEZjY1JIbGUxSHFHSE1CUnVBeXRpTTJMVXEvOGtmVkRtUzVQbHBsL2FnQkhGbnZKa1pzQXNYSVN3YVRKa09jSFMrejF1VjFpckZldjcrbUl0cTVINDluU1RLaXFDZk1qS1J3ck5JbXFPUjJVZ1p6YXZhQUpDR1d5N21mUE8wU0EwOVZ0Y3dTQloxc2pncDV4SjZTYlViTzNHNEhLbmxqanF4TUFrWlpBcEs5MEtHMVI4Nm82WFBIWVM5WGpTTWFkOVhXaDBuYTBpVWFseWVnQWRoWTUxcjlOcitlYnBRbWQ2emJWbDVLNVlJNVV5cUNJanM1VVpucUVZbmNTdVBlMXRUT3RYeDdUb05hSTBRdXdpVS9WM1A3WHdLQzhDS3NQa1hvM25hNkhFNFRrUmJ6NmRBazRzS3NWa3RIcTZMY3pscktHN2RPaENnR0UxUmJEd1pVSjVvc3dTbnFlMi9wbE5BbmJUNStaOGdtbjhIaHBRYWM3ckZYelZlZlNIYk1KdnhabG04MGs3cml5alBPV2dRU3ozSlFLTEY2Q0NYNHpicmNNV3ZlellMOFUwUE9tSHcrT3cwNVdNRFV6aXB2eEgvSjdpckU2akhKSkFoMi81RG5FR2hray91RGc3MjBHMy9vVEtSYUppOTVnN2FrYjNoTTF4Rk9nd3ppSjUwbVJBZHJnSzVDUmZZdXJWY2s2R1NCV1JhaHB3YWdPenpYdzZHTnAwZTR5dlNma21lT2grTFdnR1o0S2N1a0EwK1M1cXdLUUN1cTQwWmdrU2k4ZVJBemI4NWc5dXFnNEhsc3BMcWt4TGRoTEZkbURhNHFLMDNFQkQvTTA5VnNKUkhsMnF6eXUxeUo0bDgyYkR5MkUrNFhobVVNS3JwL1BBOHRjNkpmRWN6TFVEbnhUWHB0bTdTb2R1VVpTOFB1YlZ3azFnY3RZczEwUlRsOWZKN29RVklpWU8rVVlpaGp6K3lVWS85cUF4eEE4Q1U5NDJDWEkrbzFBZG9jUlZTOUdqWCtWUTFORTQ0YUhTbHRnaUQ3UzNJUjRpckpTbnBBeHV5b3dUQTVSOUVsdmJsL0ZrN0pxam95bStyUXhQanJHM25Pd3ZzR2ZVdERDc3RneWJOL3FvQnN0akhSdlJPWWtjTm41QTRYbG16Wk9sa3gwRHhmSlI5R3lDeHVmREhaczF4NXpVZCt4VjQyd2MybmZlS1RVQzNFNlJvV1hNZzgrSGF2NDcxZFk5MWdHSjZWQ2F0RnZxMHA0b3J2VGpFR0Jud20vbWh6OUZSZnFOR3dacnMwUXNqVTFtcUU2Yzhsd1VyNkJpNU9yMzJrYWJJbGdiVVZSc000cFAwM3kveHNYbEdlcGpLMmxUZklXZllaVjBpakdrZmkwdEtsVEphNlcxMkJ6VVoxSk1veG5obUtneHdxMGw2eUx6eVB2UjdIckVvb0xjcTZsajRpQkhWN0tTWEZRc0R3MVdYZFBWY3hRc0pOak5DcnYzYm5DOE5naEZvY3ZtVmd6ZmVXRzhoUEFNTXNjUU5VYWkxeWw3Yk5ic0JTNHBvbW9IbFpmVEpOV1QydmZidllNcmpDaEJYY3dtS3pmbW92R2gxeFVWYUt3bXNzYWJDVmRzYTJ1b1B4Y0RYTXRvc1psS2Zra2FQd1dZbmpoK2N6T0Z1ODRZUXhnVmV4ZHZmTWNsTFlJdDErUUdrMjM1Yks0L3dhNG1xbUNGMDBOT3h0TGx4U1dHY3M4THhQNC92RzF3Q2RZTWJFazNwUVVBMnBtWFQ4TUpiU1hzdlFzejVORTRFV0oxd0hnRFdBbWFxN1JyUmR2T1dTZmZVbVl3UVpLSk9WTmZmc3hMWEp2MGQzTnh1S1hGN1l6cG9YSVdiTnNoc0k1OWlxTFA5ZTZ6cGlrL3A1RTAwaHNrUi9ydkQ4VThjbkJ3bk9FdFlseFoyL1VsVXdwaGxtN2lOYXdTQm1jWGs5VGt4WkNxUnJFOFB4T0hBcVB1L1VuNGpSbG5udkR6Q0RRTnBHcUhoazh6clNNcHhRS2xCOVpDUjJxeEtma0FTU29MdHU0SFl5Zm1CaHFrbGxpSU1YRWpYaEg3a2x6MUx2eUVxanVYY2oxUDg1QUxoTk1DenhKQ2pUQjltZGJNYmZTSmVJVExHVGxOSytlWmVaQlFTZlYzMC9HOUxPZkp1K2d4b251MTA0YWJFQlBnQmxKb1ZPdFI1eXZEeTQzeFFuNHY4WHhuMC9Va1V2YzFHYmJSZ2txSktEQkRYY3NPOWNoenhSMEUxdzNORzVKNlNiSDZNeWRDZDJ0eE54Wk5YVTI4SkxFT1IrQ2RGT1VxNHJuOFpwbE1OZGxIeVlIVUFHdlcvZWpHQnZKcE1OeXFKMHE2eS93RG1pVGR1RGcvTDVuWFhlRVEvcWtEdlM5ZVl5L3dRVjdBUlVSSnJHRGRZR0pkbXNacGpaT0cwdnJZaUliZnlkcWc2d2F0MndYZWZaakZTOHdqRDZSWEw1amgxNVRGbFVNQXR6dHNnRGxsSlBJa1dMMng2YUhrYTBnL280eXVNL01iMTJxR3JYUHVra2RRaW9BdHF1aTF6VnBRS29YdkUyYkFpZEl0S3lOYnhEZTdoS0NVVGVRd2ZnS1JyVE9KY0FSVFdOeE5pRzV5S1ErVm1icUJIQVBQaWJyUU1NamdjRktvZDRPelJNcWhQM29CQzMzZGxsVnhFNnpkeEd1cTRqVGZUSXBFUUlmQ20rR1YwMlh2bnN5bTVTRGg0a2FVaDIxaU9hSnlOWTdUYURhTFRjMlFoS1gzWFhLSGswUDJORmIwVElsOVJ4NWg0K3l6M2R0ZGRxY2twYnJnaU0xWEF1OXBKR0FJUEZ5U3VHNnFTN1ByeG9Jem5RcmdreVNmUk5rN3pnOGtIZGh3MkJuL1Jab1lWZDMxL25EZmllVy9ZSTRRb2NyM3h5ajYrSWVJK3pqNkJJcTAvMVp4ZjdwK0ZZUEJTVGVLVldibFhmSE9yby9MZlFDTldnSllVZXlIZk9YaUlEQk8yS2tzTkxtK2NldEpqcWF0ZWs0QVJCZ0ozSTlQb1AxVEFUcm85blcrWW53Q2I0ckszSEZZdG9ncHY1RFZTTjhyenVCVUp1bnhDMTBraGFFeGNHc1ptSWp2dEZJMnVwSjNScVlyWFZheFZrQmk3WnhJVll4bXdYU1l1bkxjaG5FUHNtMU9QR0Vjd1Rlc1gzS3F0L1RQMFRsMVBGVmIwdmhzSGNpTDJFQUtOYlZNVHJJUHFzVXo3UkpZdjlVYlpzbm5kQVIxbkJyamhpM095bFovYnVCTS9jRHVTZGJqeFB2bjFTbXRUam1IWTUzQmlhRmZxM3F3TktUemNsWlFmd0lkV3gxVzMvcC9TMjBTWityY2lwR05RZitzZEt2NTRFS1JpNFhqSmxPNEJwUVl3UzNDNDZGVkRGWXAyUktuY3p5UnN1ZndsVko2eDROTk1XY0VXdGJXWUxJRUVOWlVMbTFDcGdOaVRncXBBVUR4Rm10c3NlM05kNlhrd1pEd2s5RCtqQzV5bzQvQjlJd3ZoNmRLOTQ2eVhSb29TTW55VmEvRzhOVHFhRnp6UnMwamJpQm56QmdQT2RlS28rWmpieVd1Y1NFUWN5QzFiQmlhcTBPNmt6YXl5anpVT3FVWHhmL0dScUJoTzhGSVVlZWZScUFaa1BLL3dUREtJdWJzTWQ2U3hDT3RGZ09JTmVhdGNmU3YyS25QWTJMTWFFS3VpUEF2VzRNQ0t2bmFRZmt1VG1PcXVya3VwMEl4cTRxdTBENHJCNEpISDJodkw4bUFZcWNkRzZOcjZ6cHNYTjhPcmhBb2Q1VXpNVWoxaGE1dnpTbU5zY0JNQWthVnNydVJrVGw0ajJEOUpNcEF3Sm1MRWdNVDF1Q2FWeWJEblJaK3ltSEJxMDVudVdCZHlhWHZqN1A3QkFGVnNVbVNKT21BUEpvNHNscnhhandwWGt3d0lnYk4wb1RvMHUwVDBUUmYrTlBmckl6ZlU3OFljWWcwblpnQXFZZFJmVUNWUGFRd0UvWlQwNWRNem5vWGxSeHY1bzVTMWpkWkhod1VVT0pNQkxIOWJCM2JoblhhVnM2aFY1NEFTU1hBN3ZqL3o1cHQ3K0pWYnVsU0JDV0dQMGdSQVVUSnF4eXRqQ2wvdjhsZ2xTbk83NVF1WEVheEZJbDRkUzExTUh1Ukt4c05VeWFqbWJWRTUvR1NjM1prRGhVTms4V1dXZGE2REg2Ny93L1BDZTFpR3Rnelp3RE5EbmJlSWduK0kwWHNxemd5TjFKRTI4MWdSYzFBN0M3R08xVGVyTzk0akVxbE9YTE9wMStuMjF3R1hOdVVBZkl1T0V5TEJwdU1XamFFYWpUV1dwakgzbGZHWkVSQ0JpeG1sOSt2clR0a2p2bFQrVEpQWWhmbnFRRTl1VTRwaXRma1VEMXNDNmI0aFJHdnE2QUxXMUhSYUtyK0MxemkwQXN5bzZVZmppT0FvQisrOUtqNlFBbmRWSzdDNXptbEEyeDlTK05zSEp1U0xWVkdIRVhjYW13K1ZydzhKUWd1cU54UUV4WE9LZjlGK2pWemJucmVhVjhWb3I3QVpDUjNYSFpTZk91YUhVQzFJakVJSkNrVEszSjlJVXRHdktuTW55MUV2UnVjb0twTHVRWnVtWUs1MDVZdDArVFFQREdKczlTM051MDFnNHZoZWIvVGRQMFVUZ0lEbFI0dGM2WldwckltbE1GUThwUlluNVE1Ryt4bEZJeXBXdzNON1I4WVVXZ1lESzVlZDZuVkpzb2hCeDFNWFRLUE56bU9qY3o2OG8yYjJFUU5zN3d5NlJ0YWh3SWpGS3Z3Z0RzcjBxc1pFSWd4NWpmaHVhWnU0RXhKNHpqV3lMMGFrYmRNcGF6eDJzUGF1c1hVdG0zblFaNm10a3liYXN3YlRuWGpaTmF0dWZFd0dWSjNaTnRHWWZlTU4vdGJ6NFNEbHNHN2ZicVN3TEt4L2pVRVQxWUIwZE02YVdodVJvMGhEVEdIR3plMlNxUy85U0tSWGlUU2kwUjZrVWkvK3hMSjZJQ1NTL2ViRHZtV0ZsbUtxa2JGTEVISG40U1BOV3FoRmhqNVA4ajFIYTlvQm8yT1RMK250c0VPZjhSVlByMEpUYVhScldWUkRiYUs3Ry9NbE0yVjA1M3NYa3laWG9pL1NvdVkxckY4NkFkakg3S1FvSE53QXJGeUJLT2FvQTZya0kwMFptTTk1b2lFeDVvdlI3Vldhc1F0b2FEOUNERW14a2xGNkQvWFZwM2lEZlFaQVhPb0E4U0p5bjdBYldPQjdoRHJrT21GeTlCdTBUb2VBTkRtbmpsaFJNcnRzSW56Rllxb1NzQys0aUtTeFZZK3U3MjNzWW4yUkVqU3dQdWoyNm1zcGczL09vNExjWXRJYmRkYUtJcW9ETCtIejdlL0Y3enBWSWhjS1FiVm0rTjFzMkl1UTFvVlNnY203SVpUem9KOWMrT2J5Ni95TkdoY1pnUUVnOW5kc2E0eGRRS2VYS1BNdVF3YS9jVUVYa081YzZrcEk0T1pBRkZ3YzNuTmVSbzQxTis4WDMzL2FMZkZ3WHlUVFVMV1c5Qy9UOGo1Y0p6a3dyZGN1QldBY0FoYVpNYXZCa1JkZWQwZjlZTmJGQWdZZk5RSFh5ZFNzZ3h4TDhSaXJSNVh3dkFUNjZVTkN6U0RLU1owVzc2M1pzQzFnSWdDWVpYck43RDdVK1J3WTM2M2ZvaDNFOGZQWnhGdEg0OUNydDFoaUxKZzlHNzhldW9JbkNBVFhINWJPb1dHVEg0RXp5Z2RQaVUwWGdnMDljbXAya1BGelJsU2tFWUV5cmkxeDdGMkNpL1RkSTBRK3VBaXdUQml0OVZxdmVwaHhxamtYYlQzc0NZUzhRN1NMS3pSM2NpQW5wK3RJeWFXeERyejFQSU1yMW0zMGR2KzUzaHRtMjdXdTBDdk1jOGZUOU1PT2kxKzFna2VnczV1KzBEaE5acTIvRjNRbEN4NjJRbEtwNFNzNGVDU2NicHBSYXBLenMxN2luemc0cHowVFhyaGJKRThhU2MxT3V6NkRDTWxvM0hEcmw3N0x1Nlo2M3JCd1NVa2cwblZ3WndGVUpTS3lIQUp1ZXd1bGN0TnEydVlYc0tvUWZWTkNLQWljTTNJQWxQRkZWdGFSdzdxZWsvb2pjL1hLWUxLUUlSbHhwMC9Gd29GNCtuYU1tajFYN2hVK3BXYTFFbFdML21sWkRkZWNLQUNET2RNbFVxTUFRNXRHV01YUWZzbU1nd0ZPZnh6YjJPbnFoZWRZcjVNbkZqODg0czJUV1pyNXdGWmNMcEp1aGltcDhjT0tXQnZubGIwcFlrTWlHM3k5MjdYMDZud0kyczRFdzhGS0xIa1IxWEtZWEpDYXNMRGgzMnJCT0pNUVBUZTU4b0dqbDcyTld0NFdaeUgwZXpMTlFISVZCRTA2UVVoS1RZR1BldlQwcGhRdVIrL2N6UXhVYXc1VTZIQ2hxNzBmYWdrdkpjMGphRWxVUllrbHY3VlZkM2RqdEtJYlpTUFU3dGVGMUVaWW1pSzhKeEduYkpnMDhoeFY0dWt3QU5PRTBxcFdVSDcxWE5ma0h4R3lZeDE1OEwySy9qUEZZSitVZWVObjJJV3oreHhkNTIwZUpuaVZvWTlnei83MkNzZFRtMTQ5U2h0VUxHbUthQWdyRzcyRW1jZ04rV0lOQmhqb1hLeUZuVUVtd2RBeDU2NWFhM2k5azFWS1JTTnAya3J6MnRkYWx0M25vUFN6dVRWS05NcEF4SWR0clNOM0FnOUNuMGhNeU9PTVhtVVNOb1pyK0Q1UFJGZkQzZnFQU1BXbkpBTFErMjkvS2FzTmppamh2R2dkaXNrMkNhQmtoRmRHR0FTdWdMcWlOWDkzUXdPUyt3Z2lham9aSTZaSjhLQmNqRzBUUE5XS281ZGRiNVdLTVYwYlcyd1VkbFFySVIycHNEdVRaY3VrMFc4VG9HWTVUbW4rQVV1MndBcXY3U2orU1I3UG1JdmlDamh5ditUWDFWUEN2eVk2K0Q1bTVNVnhnUWpFa3ZSNVM2R1Y2ZlBLYldhaDJwTW9wVmM3UGQ1Y0RvY2t6VnRWTU9EdlU3WGZiY0s2a05XclZvc3BlbTZNdGxvZko3RzUyZUltNjdVVkhsMDJ1NzJqdmI5dGhQcXZCTWVvbkhZbnJQU216ODVxTmdmeDVOMlV6clZlYjQzOEtNTmFvRVlIdmFRTGxZMzZZLzdBd0owSVN2Z0NlWVZjdmE4NllNZCt3Y0hMUVpIRXpGRGRQY2g1SVowTVhwWjBEZy9IdTVJd284YjU1VUlLcGUxTWRRMmJ2VG5MaWYwaDBjL1QzdjEvT3lHUzlDMVAxVkFsSmowSzFNM0pNdGxmelBGdWlTT01iUWx5ZHpJRk81QUY4S0hibzZ2R2NPRG9WazZmbVRRblNKYXRobHdMdVhVbTdTdFBhZmQ3MXhXMkdDTmVVanRKRUtxb3g5Tk1wQnNBV3FPZzAvVzhLdHFoUzB3VktBVjBIdmJXQ0J5ZU4zZVlUdlQ3d3VJelJMK0wzU0s0VEdpTjdKRU5PZ25TTXJRY1h3Z1BETXVzQU9TOG9xT0ZLZnVQSnkyaHlTalRVR1pMSjhmNzFESzJ3cUIxUnlETmVpSDJ2VEFWSWd5Ky9reFFRYlFDSjhWa1dGNnNsbTRKaHNBZTBzbWdva1M1bGpYRUViTmprU3VZMmN6RlF1Qm8zRElTa0x5UWp4RzhVaEhib1BheWRsRU5ORXg0V0k0MmlsNzF3d2wwUlJnV2s3MWw3Z0FPN0V6ZmpUT05XZkswWTlzUUhHMUtaRDJPRmFQbnRIeFRJYkFGRmtLekh6Nk1zZjNJVHMrWE5hYXRRbW5XSnlUNGEzZUhYN0JZc01sUllMR1BCbmREc0xCRUVFTXJubE9OdG1kRktSN3J0dFl0cXBJNFFMSmtra3p1SXB3YXVqUFc3aXI3bUw2RTliaEZtbDc4WXNkUDcvQ1ZIeGJZQTFidFVEanlpUXdKRThLRzRkNWxtNVVNUWthSjhQYk56dTdSTlRzdXZkMWJ0UXlRTGowVFBGb0ZRTkw4a1NrTExDNk9GQ1lLbU9hV1FCcmZFMXlSRCtoejRxMmFMWFVIZTc1VnIvMXFabGN0c2tUaldBeklrRko1Z1o1c2R2N1RNVDBjbDFnV1R0MXExelRYS2hRL3ZhL1AzaUc2cVF4R0dPVVFPOUM4bFFnN3dKZU04Z3BVaG82ZzBrS2VqYlRqRkFFb1dJWE85eVRwRm5BQVpDN1R6TGFqU1hNR0ZpTkJIZzFoemsyNEdET1BLWnByWHN6NXltUm5FeDRQNDRCUDZFdWlvM3JKY1JiR3BjM2Q1emlUYlUyYUpNS0M2RmNNaVpBNFdobldvbXI2V2ptWXRYSnY2YjVjaE55R1RycU5oS3IyaXh0SlR5aWhUTUpSTlJwaFdIV1dMVlZzUjA3QTFlanVTUS9GS05rVlVaVit5em9OM0x3Y0d5S0pSSHgzYmsxTjMwV0VLdUJrNWVkbmUwOHJZWXN4K1dtNFlGeG5UR2JDRit4TXVBOHpuaVVjcnNVU2dLNWlLWnpXRVR5dFJsOElpRzFFa0hPMHl3UmpNRHgwYU5IN0g3akFCWFVSdjlQUnVzQ1haMmZWQWhJdkdwYnJ1eDJnaUdhYW9TVThTYkRtbURWZDZDQ1I1bGYyNnV5KzlHV3pTSzBaWG5MRTVVdytSQU1aTjVsVmpGa1BqeGhUbTNBT281K2U0K2w4SmVUaEhIcVZUcEZGWUpvSERuazBrT2c0QnJXM1NobThzNTdXSnlzbGd6LzdlKzlFY2lhRHpzbXdERVlXbk0wRmtFMXVVY3lqSTFCSEdlMGFyZGFrWlVpcUNZUDNhTGo3S0cwQ1NKME50QzJSNGh1UGwyTEtrVmVBY2Z0akdqOXpJS3ArYXcwS3d3RDBoM04yWmgrSFVSa1V1K2U2MlV2TlR0ZTRFUTJDNTFrc2w4S1pXV0w5YmlGN1dzM3NZRythcmFGK3JTc2lzdDkwUnhzS1hoUG1ZMXczN3pUNUVyWlFWTERDNDFhY243clBTUmRMUzMweWlYRng1ZUwxa3VvcnZqUjBXQUVxS08rY0grSzFJZ2JLa3JjMGFPcmdYT0hsZG80RGcwRWsvV1FiWTQwbjhtRWZSWVVaTFJHNTltYkw5NjBnMlZTVURhNFE2SmFEYlpUR00va29yQ0wva05QQ3dWdFNkNTBtTmYrY0JRMHBuMnVkOGloL3VBd1BDNUMvTXp5NzJEc0FpbHRVQmxxakhyT3c5QXNGcmJ6bm9pbU1kZTRHNDc2U2svOXJmL0Y0S1RiL3ZqVjU2ZURhUFp4d0FyQjZVQU9DbHoyR3U1bHI5Y2l1bWM2VGt1OHcwNEg5SzFTVFlyVHB5V0hLZXF3VmxVb0VQOC8rVkoyS2lwVkNOS0hqVlk4R0MyZlRkcFNZanZCbkZMVU1jSEpaRGZCNnA0TVQ0Znd4ajRaanRWV21sWlg4c05COEF0bDZJSjVYNk9Vd2lVcUZqbllyaVdHdVc4SncwOUtPSVUwc0w2WFJMU2d1MEsvdWFsdFBUZnRkWnFBY1NveXA4azFQeFJESjZuT3FEeS9kZWxhbW81aVBOMlk5Q3VkUXB2Uks2THpiN3haR2dyYUdKUTdVcVVtVkllRXNueXJSQkdSc0ZzalRYV2hVUmNpMW5RNFVjMUNVMFVMTHNndGRjc3dYb1NaRHVqa040RXJWRFZCVzlkQ1FVSWhJK1dSU0xKeWp6amYxNExRcWNkODg5NmxhOHljbnpMekM4YzFsZVBGcFB2VEhhdFFmb3dRb2J5anZMdW1RNVlnQVZXc2pNWkdjazB3a0ZxS2R5amxla2c5YjhMWVNJVW1TZDY2STFiV3FRaTgvTm1aeGhxeE9ObHVHTUt4cmxNd1M3WElBbTkxVzlxc1gzTDJjSDRYd3YrbmtPYVNZUzNrbmFKRGwwaWhhQXVseEZYRUhFZitHMVJkNkpjVXFwYktWVk9wWFVicjlDRG1CR2g4OStMeTI1SWdGdURnOEVabGZ4SFZkNWJkRll4MFpBSlZjSXZ2M1E3ZWpMajRua3FUNzc1MXZUNG1BR2FYeTFkTDBObDlkWGwxYzl3SnFKSUM1c05oTXJuV0txeEVpY3cxQk50cDJMZ2EzWExZZHRpNHZPcnRNTnhJZUU5cTMzcmVWamhTQ0daUVMxanNYMkhkSkFZejg2YXFqamxzQnc5SW50TVIxaWVMS3JINGVWV1VrQ2NUblRJd3FrelR3cUxabHhIbHRrdmttNHlvcXlLNWI0ZWc1Si9lakR2Zjd5K240VjM2Nm1QMi9ZaTM2MTkrNjJ4UjBrZ1k3QzVRR3VzK2RaZlhJYmJIelFoSG9qQ2x5NFNmeTdyS2wyaHh1WjR2eXU2ZlVUVWtQZmdWYmhJbXFxcm9IbUpROEVuR2M1K3MxdkNZMlhCdUE0MTJheXJxNUE2WkVxS1RPMEpCV1FERTRqSGhPYUw5ZU1ablJ1Z0p0SDZrSHBpVEpFVmxLTkJDTHpaNURIYlVES1dRcVRGcjZsSjR5Vm1JakRuZWlBV3VaQjg1RzlyYkJ0OE03TEJncmRhbG16Umc1MXNwajVFdFNTc1MwUW82RHEwSlZ3WXhKcGlEWjZORUgvOHNlMU5ibXBuRk8zSTZKUzUxNG4xRlRWL0puMlFia1VaQkpxQ0UzTmkreUNmTXV0bmUzVlBkc01NbEpTMlJzNnlEcFdGbUhJc0VYa2g1NTJ3anl0Unh5K1NhSGtJSEI3cTNPZWxseTNoSkVHTFNHL0xiVnBlaFB1OVVtNGxjYmpTOW1MQ3d6aVlKWGd0TmI1b1JhcjdobEg4bXpTWjNGSnYxZmlvYzZ2dkNvbS9teTVoRmZ4WFZ2UHM4c293ZVhsNkg4c1pyVW9lbHhzVUlxeGF6dEl6Qkp1ci9kc3dodU12ck5nSTJwKy9RMXF0V1QzTGoyS0llL01uam0wRy83Vk11bTFXZkdHSWs1ZkR3Y3hObitYcUNwVXNKY2tLeGpuZUNGRUVHQVJzN0VjK05VeE9ndVlYSlJ0MjNrbmRyeGw3RVhvMFpNZVRRVjZVMjM4cGt4aFlNTDJDRElLU0UxbEpLdFBGQXJlbXQyWXJXaWFLT0M2Y2dYNVBMN1RIN05Nd1JrVE1vdXhpM09JOVFGbVhsV3JJNnAzb3ZWVW9GVlVhbFlNMXRaZklNeWNWelNDZVNPNC9vMU9LRFVCMWJnejZBZjcvNjJQZ3F2VXJPbXJKeDBYM2RPWWltYmx5VHVLeENMVjJrRytVUC83MjNiaW5leU5OL0RQTzhnRVh4SG9oOVBqNlRDeUpvTStFS2RWajJEV213aWJSWjVXTzd3UExnU0xqcktqNDlGTk5LQ0Yxam1FVWdHMVY2aWxGeUh6dVBlcjNpRE5XVWZWVUtDeXBqdGdyWDVaS0pIbWd5MEZ1THlqOWVweGtYcGRkcGFaUzN3eHNwTm1wTE5helI4MEVPQUpsR2xpWk0yU1JxV0pwSHhFcUZoYmpXRnFtQnZGRlBISkhIYTUwNDgrQTM4UU43cEIySU0xNituWlo2WldIWG9wRzBHNXdTcHNxWnJLVDBxUmVOY3U0VXJxQ2FhY3o1NTFaZkYwV1dMNzRvY3dZbU0wY3lRRXFMVStFU2JhUlNaU0ZTV2hjc2FoNHZ3T0J0WExVNzdkYU9wdk9FeHk0QjJkblYzbTY3czhOVm9sMFhscXZRTzFTd1FzNmw2VlErU1RZdDdiTmJsZndzTmxQUXNyaFRtK1JHZHhDTGV1S1lxU0FVS2xQdFNLVWZaZVhWVXVPSVE5WkVoRWllNHkwTmxaVWhHQnFyQ0F5QiszTGx1dk15cWlrb0NDdURvTjJTQ2swOXdDaS9RcGhoeVdpZWRldGhjUVNCbjdnU3hXbktYRXFlZzUwbk0zYWtKS0ZjenR2aExaOU14ak9ZMFhrTWV4Szg5aGlSK04rVjVDN3I3SGNaWGtWQnNRNkt5YlBuSFhUeHVJSW5JVDNhbmlqQmNERjhFbDMyNXBnN05TTWtKN05XdE4xSm43V1hnSVVrQ2ROaXhlekRDd0drM3pLTmplRzNjYWtjcXdtaDF1c2k1Mmx3Y3VoRGRaU1lDb241eEFubndyMzk1OG5adWxIdVlSK3dWK0ZEc2lDTlQ0SmtoN01ERFordTF1bHh0NGpEOVZzOXVYUmZtZ05wTkVuSkhNWFdMU0dReDMzcnU2dFZBUlhLdlVlcVd1VnNWdkhpdldlblZqTHl0MUhMb3BzU1M1ZXdsbW5YUW5OWGEreDBIdGhNakR6eWVHeEt4MWkwckM3YnJzOTZUVFluRnVub2JvTEdOc2xFVnh6RmdlVTB4SjVGTE5RekFncFdEZENCT1dvdHhzVTY0MXlYeVVaQVpLSEJqRmRxV3h1bjZQdWVhM0w5dGt4S2h0Qnl1RERDc0lvamJFb2VLT09MWEJra2hWR3BRV3VWR2ZBZkxoNG1NNlh4ak9lSS9kRmV6WEppaHVKMGFUWjBLS2VXRkxPNFVuaGMzUStDektRYkZPNzIxUHJtM3pyc3NKbmROOVhqYWlkVnNvWGZOMTFtcVJVNmFZUkpWTVBGcVMzNnJQbEhYV1J4c3ZJOGFxNzN4U1dLZlcvUEhDTHpFa2tmTnhtWlJGT3hROXpLd1dqNE82L3dtOUZNQTZlK3FvbmQ4VndMVE9aZUFzTHU3QWlCbmVOcHEyb1pMbHpPWHU0ZVBzbzRiOTg3WHBWaDQ5QkIxQ2xMYmt3VkF5MXByR3hwbHpGSU5hWmdDV1pVTXNYaFBrUUorK2trMVVHclM2R3FDam92NXNZWVdlU3ZtQ09NakkvUEVIeXc5aENuYWVYa2NUZWRNays2dTF5OHNqK1djcDVRb1NWWkNiVWpQeUxrM0RTV0lydFM5WVFadlozdHAvQ05wQlE2U3BnMEpMUG5hK2YyOWZEMGFrK3VIWEszZWxGSUxyZWNWcUU4eHpmOXM5Q0tCejh3dWlTV1hiZkVEaWxIY3B6TjJ4bFVLeUZwdk94ajUwdmVlbkpOZXJRejVTYzJMb2UyeWUzckVFWVE3Z1czQTlCYW02VFFKMXgxei8ydWRiQ2pDTk90djIwSi9hNTFrY0t4SllhdXNmVVl4RS9SUXJSTk8wZW9CZkxsWjhMZmpaUFRjK1NxMUdFNzQzSlB1WjhsTnFFaTNDeVllZElyVllwb0dweUZVUDlHcDFiNmxVTDJuUDNtYWxGV0NBbTM4Vi80QUNaRU5HcTNYSzFXdTlyR0NtT2tmcUpaVkVvb3p2Z0J4Sjh1WWhNancwQUZCMEFVdlZFQm1SRFhEZUwvQWdSM0pSaEd6aEFvekpSOWxDRmhHTTVkWGkwKzQ4WlRsY0ltU21ic1FkeHdqQUczVmJtTlVKeGlLOGJHVmwyUHIyRktTbVBsVm95czB2V0dwcHNRNUVpTTNucUdMS0RWNWFFSHcyZlFneVEzbEpTVDRtbG9OR0pLQUNtTVJqTmcvR1VCSFk3ZkNTT3dsdTB1SGV5aDd5ZGdueGtIQWVFT0JFa2lZUWlDNmhXOGdZbGxINDViaVBrN01KVXJvbjdoUGlKaE9udWprVkVjVFIxMCtTYlF0UXkrQi8xdWpVamtVUmF2cWJZV0RkU0JmM3VkQWJQNWdZaVoyTk5OODZTNkx1Vkp1VXl4TTdBbHBnYmVFM0sxYXJPWkV2VGRRaXZvbVp3Z09hQ2dvMjJuNmVCeDc4WitxSWJDODhMV0xBWUZUNlRXOUtSQU5lL0tNbWN0MTkyQ1NpS21QQ2RDT0l0Z29oQ1h6VWJQVFpiTE1kVXNFb0VaL09DSDdlMktBc1Y4eE4rQzBSdWpRdk1tOUhUaEdFOVh4dFhOVGFZZytWSExRRW90VGVTZUQzbFdLbFUxYUZ2amxpY0ZqSkxqZUVVOEI0d3BocWJaUnB4Mmlic1BucFlKTWpFTzJXZ21rcmZSczRWQmZzNmZzNUJMK0FKWnB3MkZPMFovQkRXUGJsbTRtRXN0RmtFZFkzQWVUL2NxUVozRUFKbFVGS0NpQitkTFpzTkJPdXBlTTlYMXRqQ2FNWVVOUm9oWGdnaGEwejUxR3ErZ2ZoUmhvaExNb1NtWDhOQS92TUpNQk1wSWVzQTdJaTAxN3hsc2s1VVlDNHBwVWR5S1Z4QkVzL3lqbE91MjJCeWJ0MW96T0NuY2VKZlZ6NmVrSWx1U3JoUk5TaHlZcWJvM2t3UWRqMWZUM3llNWxKN0NNWlN1WjlibGlYS0VxWU1COFlyV2RMdE56UE16YlcyajE3b2llaTBEVExVbHIvQzdhL2hxc25tdmJ2MlpCQkswb2hDUFZkSXdVRU5lUkY4cS83ZWRXM3pyTHYwWHZVbUp2YlJEa0ZRbGV3bEE5bVBKcjhIdER2NE8raEpFRTd3WDJRMWtGQUFRZ3l1a2hFeFNxaktSUnlzQ055Qk1xOG5WZ1dFUFZ0L0V5Q3hVV2VRMVEzaUxiVE1LQmlFRjFzaXhoekQ5VHVzSUhhaW1uQXJ5ZkRrRm9hN2lSMWoyTCtBYVAybnZrYytXZm1MNTRwMWVPclVCc1N2RFd6N2E5b25RQXJybitVSlVpK0V0RHdKRHdrSlJhSDloN3ZLcmF4MGFlNTVTS2htR2F4cE84aUtMRFFDTXp5MTYrcHZLTmlSekF6dTd4UGluOVNQaDFPc0dFVklJMXM0Y3llSnY1MjFPSWVqOUZqckZkZllRWS84cnRZbzA0NUpPTzVkTTFRV2pXYkJBYXJJcUVjMHVkdjkvZXBwOUZhWHJGZWlOaU5OQVB6WmlhRUtiN0l2djNWYUNGRXVVMytmSXFkMGtzSVdYdldURG9tSitrK2pKREFqTWhiNjZlaG1DNEZOdnBpUTdxTmo0VXBDcWx0bEFEZG1YSmxGTHFEY1VpYjBFNWNyTExiTFVqS0FYeUR3YUdhcGM5UnEzc05ORG04a1FUbkFHdlBCSDF1aEpkR2FRRDZDQ1BYYjhQSVRrZDk1Z3NQSlZ5T3R6S1lWYktrMTRQZGFranJpc1ZJbFN5aXZMbFN1UldHVW1FZjJoWHVMVTFNQjBzaUcyVi9jU29taW5PeEpCb29JN2JwRnBxZVNwZkFQbi9USHlrUFJ2bXNHUUpBTFhVY09kV3diRDA1TTJvelBnang3YlRDaGxSM0JGWDE1eXBTVlRQMXJxc1Fvdm9UUFI5UUVOTFVVOFp5RlJML3dvS0pjVXhVWDAra1pSVm40OXhtWkVXcjN2ZmZEY05FRlNpNnBQbVY5cUZiSFhCKzJEbnY2Ny9EcWJaV0tLZTVJb3RETFlOUCtxZi9OSysvNUtwNjFXMHBRSThadWNqMERVOUlJQll2dk84VjV2cit6bWo5L05DZlJZY3RSbDV4TDBTM3FnWkFjaWxUQnJPWlg2NVpXcFV0cHg1NlZrcXlwb3doUWRaaFFNNXVxcWdmcFhHQ0ZEM3F5S1RWdjNIVXU5SWtJTzdvczVSQVR2RE5va1AwZ205YnJSWlRBNGVkMTd0ZS8yazRNU1VSYkNWL1p6Z1VIOVUzNjZJV25hQ0Vvd1NGelRzR09oY1NLQ1RTM25wZmdrZUgwNWFBYXZSM2YwM3dHQ09SVGhYYlUyeUJpTnBkQjR4N0g2NGR3OXczRDZnYWUyZzVuNXZINzluem9FMWhwMWJqRFdMQ1NzV2I5Q2ZIUkZQQ1NuRWh4Zkw0SWJVcTdLNEVUQ0toZTFPeFVaWk1wU0ZQSWJ2VUYvMUI4UmgxUytpSE5XbUZuU3hNN05PRllHUjBrWmpFMHpoRTZRSUI1dHJCVzdKOWhzTlpTbUJrRVJDQURMK3EwTDg2SUhRa1d5TXk3aHl0Rk9pbytNbTd1Qjk1RVFucFBoUktkNm1XQk9CNHB6VHUzQnE2U0NIbUI5czhuOGlwSStSVDNDbDI1Rkd6U09VUkYyTGlCUVliQ1lUNDFPNjJzQ2phUU1keGtMT1ZGVkhtM1JoV3dsTFpkeWpQMHNGVUMrekQrZGFGUVN2U1ZOc2kvWHhZYmxFdGZsS1JBR3JWNWpBY05HZkdzV3lYMkNoV29NeVFWUFBJR2xNNUxZNGxJTmNJS2FLdWdvbHNGS1lyU3FqSVcwTStrVEh0NWowdGhLRGZBNTVWanYxMHdXUGtHbkYyeFFwekNFcmJxREwrRE9vWUpTanlhdXlMdnRTaG5ObUt3OHBMOWxkMEtLNVB1a1NLaUxtL3BKQzhHSlBDb2FjWTdKYUVCTFJsYmxXTFJRTnk3b1Z6bGdUU1h4VmlRNGMyeEdVYzk4d1FWZHA0TnFGWmRxMVhGNGMrQ1ZZSEtXdjZreFQwRkkwSzNqRlg4RG80RkFWcEtFUUMrek9hK3l5aDR5TFNjWWtLbnlMcjJqQ0xrVkQ5U1dQV3lWbktaVi9oZ1ZNMW85bUhRR1d1bnV1c054cjVkMEUra2thZHAwcmh1NE5rZTB2TFJoMk8xU1dXaGNlMklpTTBxMjVIdnhPM0MvK2JQaVhuWVROUEd4OGdzS2hUNVl3T3lRVzlLRFpUNERJUnlhWjBRaUVTaFRJd21ST0g1TERZSEFmaUhUKzU0ZGVOQm9vR1ZwVEpJamdaVXNGVzgxSnVTZXArQkgwUktaM21MSkM0TjJjWTE0dm93aW90SHZpbDNGK1RLendMbXcvTlByMUpxVDFZcnQ1VU9CUXFWNGcvVjBpUDhJY2tHSnJJVjc1VVFTNDErSlJWdk1lUndhR3JCM2dwTm1KZThuYUZpS21TSk1LeXphVFl6eFBNa1U0NnZlTlFSRy9VdmtqZ2h1UHh1Mjk0NmVKU2VnYkdVaXlDSHdNaW1DSGgrNHZPenZ2cTN6Q3JIc1YrMHRMemh1TTJQeUl6ZTluOXpyVVJtbGpKQWVYeDhQbkM1Y0RBYnRkcThyZFkySHA2K2J3ZWl5Qy85RjE2VUVKSTErYVBSTmo3VWZjMm9ONDdORXFmNW50MXhQd25IRldVUWVrd3R4bEwybUNmb0ZWaVdZWjduMEZ6cWV4TUEvc080Qm5NMWl3MGxHZDdGR0tCSDJTb0pqaWpVc1kreUlVdzBlUVJna2hja1JTdEpxYXJQYnNUa0sxeWtQNG1PU3preFNkSkpOckRzZmoxakN6Z3l0STYrcGdXS1JPbllxT3BURFZMaVVFYm5PaUJ6Y3NqUVhMcXRnUmpubnhGZW5TZWlEazBNREYvR1pRNkxwZW9VZThJTDJ3WjNXbjhiN2wwRTVrY2FPMlRaZ1M3VkNHdUozRytVYWUxbHBMZm13a0ZaQUNRNWJ5RVBobEVya1E1ZUVrcjZLZGJsMUNKcFBhdVNGdWdraWdSczYrQTBEOXZFclFHMTdvVHRKZGhQSVZ0TDBhNjhlalBodDhqR0RpWGl6c0IzR2xWcVFVSXh6NnBRNmlDU2lmN0FmRXdxOE1rMjdVOFE5MWRRVTdEN0t3NVZuNXZzdHdwVjBuNWxxSXlUTStZZHdDR2NnMGVuNmNYKy84c3NuYU9tK3JaNVpsK1dDbW81TFErenB4Mnc0eVlydUVZblJKM0pUaUFOMGFzcThLa2lKVjRSTEZ0cEt5WmllVGJNVXlpelJSb0FlQ0I2Rm1xU01lMmRBU1ZFcFZMams2cFdHN0lNamllaURnaTBJZXBNTXdrWkVxTWF0dzI5bVNjalJlNWc1VWtTbWtJclI1V0lMTWhwS1Mzdld4NWs0ZFRqVTlkLzB3bGVTRStUV051WFRaVWRsK29vZ0ltK0tISVFqN2Q5NnhSMjNvTXpBVVpUV21SQzUrRmFsNkNFMElsdUhTR0pjd3BvdlBSZTBOdDB6aXdTdlpnd1JyN0ZVYXViMUdwMXdYS1VwZGFtcnRxK2JLYmxTejFoWlVjbWZlditNQTU5U1JOMXFTcm93Qm90R1pwNW9vMzV4ZGlueW9NR3pCYWtNRTVkQmxRUWYrNDVCenBBTEVuZStiaklWQUxLNXpXcmppRHdhTVZNNUxWWWdMb3FuQ2dFTnMrQmorandlQUUzUytvOGNzQUhkVGUzV0YwaFJRVXd2emZkaHRPbktpV3dhZzRVcE9SQWgvQVlwenE1dXI4THpkdWZrKzhHNFdPNTE4WjgzN1lQT3hmZUQwZXlwSFE3ZzNtcThIZzEyYWxGcXh3Y2kyaGhsVUUyakFqb0JkN29FcGFuL3lwbmc4YTcyYW5IRU0yV2JsRVJ1ajV5SVlzSW1wcGpyVGlVazFrUENlZ1h2YXhHUDVnSEhLYksxSExobXBteEwxdUhzb0dwbWlKZTV6Y3g3Vll3NFRQRnJMRjM5Z1ZueTgxTysrK2RCd1FvbldEWnhscFAzd0tFYWE4QjNDZlB5Y1owZXBIMHczbi9ZeTR1a1pPMTIrS05CR0JrT3VVcXVmNFdPcitJaVI4OG40NU40SGhGdnNHQ1JkVWYwdExiU0VpR0VrSUNYY3ovWG5IbEpwcnJlTTRxd3FyZ1R0eVY4TmpuL0l3NHhWeklPQmplWHQ2T2JWNE9vUExLTXk1bzJZUU1EME1NM04yZXZpRFJWREM2MlgrUUcwQ3B5Q0h5WVNLVVhkZUtobmdSRGlYTk8vVExqY3VIc2s0dXJpMWRrNFV6eXA0cjNWeWtpekFzWVIydEp3MUVOeGd1RTNmMDhDa3FGZ1hYa1JLMmpUOHZBaTdXNDRaSkJiRXBGUjFNeXN6bEV2WUw3cUtDclZuTm9JbVl4NFdLQTRzU3crZXVTOENiSlVxU1FlV2FKRk9XenV0alhHTFMvaWVCOU9lMEVQaVAxSGpUSkZVYWhRZi9kZzhIMVNVY3IvVEhUTTRYL2FDWTF5bmNiVWhuUDNXQUlvOHpwcGVUcGhmL3N1d2NFRmhaUk1UUlpwYUhuYzZjVU04aXBoSnRqd2RlWThvUnEvMWxsSFpmUGtPUVp0cTdsTW81NFZieDN5aTIwTk1xV0ovT0ZGOEtrakRyYnlIRmljNDRSdmhVemF0OTd0c1UwL0l1dXI3WnFUYW4xeFNnU0JkdzZna3FFTklGQTdxRnhrQzdqNDlkdDRyMEFDMWt4aDMvcjlrUHVSdkkyb3J4YVlNcHdnbVJYcFpnSnVkNEpwaDR3K1hGTEpzcVBwTElOMGdVSytnL3hYNFRsaUdkT3hxek5ETGRWQnRndGFiRmRIczdPMW5JMzFQOGkvc1YwUm9CTFNIUWF4SmNLOHM4MTl0ZVVjOGxkcHdBalhvcE5oTEUyQXpBNjJBdkI3TFByZE1IUVErT2dzbFRvRGlLQi9SYXdldXJ3UVQxQS9UUE0zSVY3Qy9wTDZXVVBId0FCaTQrRUhNb3V4cC92Zi9MQks1RVY2U1V1UE1TNGRIMGN1UmRFY3YxZEtqQVFhQW5uaXR4RE14ZDh3cHF6NFpEMnNvSkp1Y1JESXV5emJFakZpN2k0ajJuOXdWcWFJb1hMak53Q1JyMzM0RENhWGwxaFhmak8vM1c4UGIyUlFMVTJnWkxSTGpEa3hKYWxYbUMrY1JIY2p2dm5LSmdLVzlzUi9aMlU0OGVPVjQyb2p4M29ELzNLeExMY25FcGJXSUtNQWllVDEyWmxPbmdhMnVFUEFtS25nUFB0S3JydkdOOGFlVmRydFQ1ZVZYempWUFlEZFRjbnMxbmRVLzZ2ZGRGY1VpdlFXZTlnbDJYeG96S3ljdjIwZUZhbFI0RzdhbjQ1Y2xWUW82WXoweVpoazNnRTJBNysxYVo0S2FJZzVoRlRCV3BvbkpKQU1XamJGQTNjY1B4d0N4cG5CUkVmTTBCdG5hRVlXd3BoTHJmT2RYSXovazJJZWdueGhRUTRJWWFPQ1BrY2hKWkxkWXRxTHlQUXh1NmpsVGRqdElUOFlNckpBQmlHZEFqQW5ra2NybVZCYnJ0K2VYTkxDVnk3VjA4bmR4eUxIMFZQZTAzeUhxZ2l2SFhGUkozZ09BRU9tdkljQkFjZ3pvUGowTmlVMEFNbkxKT2tLS0NZdnNJNlRYbkVTVmF0SGJ3MXVYTlRPa2ZWaHpxZ2ppbXJUbTJUaE9mWlZvOGdWZzBucVBsOUVUT1J2Ujd0Zit2bGFQK2pmN1FwVEpXSWFrUlZ3MS9PODljK3oxVFo0ZmZWb2Yzb0wydlJlVUlrbkIrR3l1RTFUS0pSTkkxQ1hxRUJLRUhkZ3oyM0tpK3hVWGxFVkQ2RG5qajgyVG54aktZckdRNy91ejdsWUxBMko0NDVLdGZGRHRlVUdGL0lULzRRS2MrYlNST1dZTmZET2tVUHRLdy8wbEVZM2pzc2o4d1FjTTdremFrRU5EYUZWSWZTT2h2eThlNzlyb0FXZDJqRDA4UGFOcXZIdG1HTEZZM2NGMFRzc0s2K1FWb3ZpTkluVzhrTHFKZ1lSbm9ZNEcvYzBaYkJRVVVlaHlzaUpSbDFValdiajFLZ2dhdTZCL1BORW4zb1ltV2NFdVBITExoU2R0Tkw2cG5NVk9QMDZuSkhFcDlKT2d1TDZoSU5SbkpSWjFMQ1FMbmV0RXhzN3EwSGNkYXRVS3MyUUU3SkF5UUVGb0l1N0VKS3dKeXJvSE1ia2hTNHBUQWxqZFlaMGtUNFlVMkJTK21FQVFxVGlnME5aVTZoM1puemRuVURrU014alI2OWtoWU9qNFJUdWdNbGhrU2pLdG50OGlLWEZBL2VWcjVML0RMQ1ppK3BBYnJ5SnREYjVzN3NUTlhUb0JYRHBkWnJ2cWJ5SmxHQkR1VXFPNjdGY3p2Rk41eVVkOG80OG9ONFV0OWQ2amJKbUx6cUhxK1JPNFc1VFI0RlBHbGhrOUMzaFczR0hiZUpwZmdaK1RqYklBQmN0eFY1Rnh4L3V0MFk3RERYTFAzbnplZklsU0lhbXhKcm1zODBJV0R4TE9BVXdJdmVJelRNcER2Y2d3VGJwQ0p4WWk1dk9GUnRxUlB5dS9lSWw2YnN6Q0kzVGRvZU1UMFA0M2gxTHliT1FkME5Mc1ZTVmlYS29IbngwS2tYTkJLYzU3WW1uazBQTmc0V0s0Q1VhRHRnR3UxbklqUGlHLzN1N3ovTmp6Yk4xMUgvTk5xMFJRVXNmeVU2b0NwQUZDRE4wUm1UTEJPOXoxQkYzQW1lMHhFeE0wZEt4UC9PbUlCSWZsTFhHSnNmVWhsTjRmcmZGMXJqTDJFRkJyL25GTW9YV2ZBaUMxNWt3WXNzZUpFRkw3TGdSUmE4eUlJWFdmQWlDMTVrd1lzc2VKRUZMN0xnUlJhOHlBSkhGbnowMFIvNXorRC9TU0RxOFpwTEJtQXBRRUh3dXk1S1E5UGFtS1RyV0ZqQWxLMjFBYTF1ZHBURUtkaktSZWZTWnJ1QVk4SDAvcGZmdWlEalNESll5T1BwY3Y4dG9xVTR1ZlZscHRJQmhTWGM3QjRHU29ZSWxNUm95bXBkVENTblk1cXZseW43Zkl0OHNzWUVDdGV0elFSODd4SjZBUWNkVE5JMnNiYkQyYVluRDdycU1YZnJVeUhTOVg2TlBsNnFYMGZ4SWt5VnRpajFKbE52SklRQmJmZmF6YU4yaDNJTEJEQnJwczh1a3YzZjM0RC8rL3NpeVArTHR3UWlGbFM0SU5LY0tyWERkUm1WOHlSb0RNdGtSd3RjbHBybDVGZFpRdlNwSVdSSHdDVGxPMHA1UTVpRjYrcEhISUZVaEQzbjluSm1Ed2E5MnAzZFBVd3lQMjEzNFE5dXVYU3JIQ0NUVWZRZ0dac0VmWU5PdHZFbjhMOGRQYkNZYlVqVnc2VUJubUtpZDBmYzh4TXZTU3g1Q05RQzBUSmdFNFoxUFFyRzBTSi9TdTdpalBrS1V2dzVBYmdIV0xSaWg2OHBxZzFxd3hsVWhrSHFiYzFpTFdBSXo1Mmx5ekJSNHVpZzhXWVpaOGRKZnN1VXBUc1NsRVJ4aTloYlhWQk0wMm1ZMkNGR0dkemhVcjFYb3NkWGlQMktDaGVtYVlTa0p3MzRxOTF2NzZBa1h3dEkzNGVMMGwxZGZWL2lVbHd0T3NWNDNPZUxjdHZMYnZJeTZ1enpHNExHVFdjZlp1WDFSY2VVNjhKQUM2ZHVhYlVublE5NE5wVFdNWUtWUmh5bzhwWVQrN1liREc4djJ4OW8wR2xNRnJMTkE4TkVKWm9GYXVaRC9hbzMwNmsxTTlqYUYrMCtMUUR1RHRsZ05EYm5EZS9kaEsvb2hRMnUwbFRhN2FkNWZ6QzNnOTdXSWVpZXJiMmVPSzArK0U3RkZmd0pobXVXc1NBT1g3bk1iTW80Y1VxNUVEWVZDYUdxVW9PVEFQWUd1STlCTnh1Y3RkcVpFNnpsRHdnRzZxVWljOWpVRFpqeTgyL0gvTEQwWlNsYkdxUUpVOElSbVEvZVFOek1JbGx3OE12TmpUVlU4SVRFUVZJNFpwSjdSUG9WcnZMQXVaUVVLWlpLRksvZndQNFp5SHUvOVJ0anI4cVdTY2RnNWhrR3VXSm1DTkVaZU5LdkFRb2MwcVlJblVJTzV5bWxxNW9Ua1hBK21lTWEzN2FqOVdvWUxZRXc2cE1FTDQ3RzIvRW44dWZkcTdzbTlFNy9HYjRLa1l6VDVvM3F0RWxNbW5RR2wvMC9BeUc1Qkszb0lTYitHcW5xU244NzIzWU1pazRQQzhnK0hlRWpvOGxUMTdrSXpIMzhSOGUxNm91TUptQzlrRGxvbk9weVRLOVZLenU0bmRDRmFCSnBkY2hVZUhzOTlveUJSMGs1cFFwMkZCUWxZVVdCNy9IZzdPQ0tsS1pSL3hvT3NGeE9BM3NoZVVYd3RKQ3RORVZaTFBTWGdmU2pJaWFOS29tUHR4RmdzRnJsUmJicS85QnVtWHlDMDZyYnhXU0lYUXpHN2ZZK1RhL3BwR3lMZWhmYnJmVXd1QnljaDYxV3U4bi9HdXozOXVucWErMjI5cjdIQ2NPY0NHRG9Cb241QmJRR2VPaElDR0IwNmY0VlJLcHdaZVpZb1NTa1hBcVNlWEI1ZkhweisrWm0zS3dYbDVPelRHbWpDc25Xb2grc2QzSGh0ZklUMlA4N29MdWdLa3JabEt6VFd5cTZaMm9SU1JVamFKd0xGdkF2TU4ybmNYWUYrNzJSa0tJU2h6amdWNWhNbFpjclRqN05oVEFuR0IwUEI5b1BicjFiYVovR0E3Mmc4cHZGUGNxODRDdTBLZXpiVG9jL3Z0ckI2VU1URFNGU0tlNWxvOEtiNTA2dWpnZFh3b29MbllQZUhlT3Y5QmlhQ29ObTRsYklYTUI1Tkh2Q1I3aFJJblhOK3RhdDlBKy83bElKU2RkNlFSbVZlSXhoeHN0bkY3QStRL3ZQZFlVRzFuNTJSWFJpMGNoTC9YYTUrRE55U3BEQ29XYmRSRWhLc1dnZ0luSTRQZXJzelJlajdzZmNiZDJvLzg3WEhyM1NvUGdOTjUrcG5rblp4MUhwWk1nUjRhc1l4WjJXUHd4UnhXUEtHeVdKVDJ2M0VJbnVlTTlNWVRIbmRpZlpIZGcvMlZlUnNOZ0pCVlhqZWpCdXRRODdCNzM5em82bWFmc1Q1UWlVeXZ3UURRa3ZiV3dvYnJIU0NQTnlDSDAzYU9DMGNuVGRWQWZPbERIb0FwaHlaaWIxdmZJZTRaV0pIVFp2QVp2Wm1YNk1KK2dLQ0JyejFXcjV5YXRYb0puSEJlWVc3aUpLQ0taenRnczI4Q3VVeGNneXRydWNMN1Y0M2tjL09CT3pCY2ZCS1ZkS003ek1DMHdtby91QTdqUDBJeFVSWlp3R2w1S091TXpUVGRqSFBhMHQ3bzM5cXh6OUNVTVFxSERmOThNUmtjVUc0N0IvZFJYOFlGMjhnOEhRUFNBLy9uc0RrT3NHcE10K21Xd3BTaHhlQ3ZCaitSbTNRU2VhQ2cvMXAzQzBQcnYrb3MzbkhrbSt1cjl3UzEvajlVaVN3TlFoMlV6cUZBY1hwNjg3UjEyUkx6S1VWeU55SjRVeFBIYlllanBzSWRPYnpCVzFYdW1BL094LzZmRmcyQ0tHV3lwYVdQUDMvUGJTU1pqSGkzYkZaYnl1MzR3SEYrMUFHWGEwRkE0cVdLNGVnbmxFSzlBMHBaeDJ4UG04L2Rmam9MSFlGSmpQczZGYk1vU1BTQUM3V29zdS9Pb2I2YmtoYzZjaGdPSUhiM3ZQUUVRc0hROCtHOHNhUG50cFk3b2hxSUNqVFFGU0FVbFdSczNnOHh6VVBlSkphUWJuY1RxRHJpMDIwd1FVbXFzSW5SSllNRDRZTklPMzBFQjBoemxPUWI4WmpMQStVNW9YTU5yb0szaGJNK2lqa3BsOGxXTlJsV0VNWi9obmEvcDhqUG01ekNkRHY3eUpsdnFDRWVqVm1PbVRFbi9tNTFFS2dwQ0szQ2F6SmxLelE4OW0wanEwZ25UYzluVlVJUE1KamprSXRRVjk4aGFPT3dqaERGdStpVXVVUjJTejRQUzU1Q1VvUFRxOWVVRXFkdGM1cDdxS1Avb2FNK25PeG50ZnNGOS93YmYrdTJnMUNIYlNVclk4UngrajNDMVUwazc2Z0hmVFFXZGVpQzRHeXRlNGlCYW8weWFUb0RHR2l4OC9Pejc5Y2FlN3gzOGpLM1hqQnorVWI1eW5QN1pmajMvZy9kRDk2aGkvSXQzY1VlNWt2QWd5ZHEwUm8xQnF0dkFQTC92bnA5ZE9aZUNiYXhqcUpuaVhySnBPVlZ1YVpTMUFab3FEallzMWlncDZsbkl2M2V1cFdHZnFGcnJHa2l6eHovWmFyYWJKQTUxS01ZQ2tEQ3dkMFNTRyswWFhlc3dvVWVneXA0MC80N0kxdVlYd3pTa3FMZGJuZEFvQ1lCWVhDd2QvSzIxZitXM1hidjF2b0UxMERjQkN6amZpWWYxdHRmbnZlKzY0dXZIRG14b1VnUEZwLzZUSGpva2ZEYTZ0SS9VdWptZEUwNTdtK1ZKV1hVVzh5NzFJdjRlRCtuWjgwN2JObEhQY0VzWldvcjdUTld5SzJSK2Zkb3pGcENaenBVeWFkbTJWVFBJWkVWSFlIK2s5UDZwd0t3VWVKd0J0STdqdEVZYnRNQWl3ZnV3N1FyWEYvL0RTcVl4aENRVzBuaUVWcGliRDZzMFgvYjA2Q1JJNjFPQjlLVkdIOFlsQmJMa2hlVkVFUGFZRkRDNkhvMkIwSFp3ZkQ2MmxHUVdqay9NekpTYmpiejFhQjFNM2dQeGRnLzd0cTlWRDVGUzVrcnNxUUQyMWtvZnY1R0pROTNYTWYyM3N1Vis5NVRYdUlnZWVQUnljaFFlVnU3YWNEMVpGU21idC9QVEhGeDFKQ3VId0VSdlhzN1VJVFZsZlU5UDRJc0hWNzdaYUxlM1J5UnN5WjRQRHZjQnc2OXQrU2FVR3BrTEsyZDlqK0ZYTWttcGJqKzAyK2NrSkM3MVZEMjVNbmN5WDBWbjNZTyt3MnpweUx2QjdVQm1YeEdWK014ckJmYmRncGlpUTlaMVdpOG1HeEovTnR3cldpWi9KeGZBL3ZRaHZ4N2V1bjFvaUFHYm1xUDZxRnY1bXo4VWFOeXg1UjNOaFJhT3ExcG1rSEpQYnZ2QlpwRTVQd0p3Z0MrcFZtL3BFd3JYVTBqNms3ZFBjUE5oQ05zaVhRdS9aYjgzcEtuaUk1OG1VYzdSb1FocDRKelNER01jcTg3T1FmNGluMmhrWE1xbk9xRFYyTDhGOUtkNEJOK2JCUGp0emJlakZzaHRjbVVzRE42Z2U0VzBYQ081OHVFSmtUNnp5S2ZaVWQ1T1VZSEEzSHU0dzJrRWR1RWtRNHI0cTFyU3U5a2Q2amYrYjl0cXpobXp2a053YU1oamo3c0xCY0grTTcwazVFcXlqeHgwWHJ6NVdmeTJNbVc1ZTE3aTV2UDcwY0tjMlF2d09mNE8zNWZPanRDRUJPa3cwVU9kaE8yYWtTOFU4RElrbVVOYTZ1TjFOTkF1RlFPT3p3ZTNnMWZ5K2ZiU2o0aGg1WjZFTFJDTUdRKy9zdG5aNzB0OGVLTWF3ajFkVVhwZzJZUXNhZjBvV29JK2FjaWp6QkUzSFd5Lzc0d09GZWFpWDB5aWxvamRtbUNlbk9FU1hyZGlyQXVTeEZJRzlNRHc2UEhJb3VOSGorUkF2MWdYb2VxQXNOV1ZaWlpHWlZVcFB2dkNyTEVYY3VpUmNQbXVGOU9VLzl2cHkxaC9jdWlRM3ArZG5OeUdsM0xnbDFLRWg3cUtwWkNXKzdaVmNVa2lIRlZDRk45RHoxNW5vaTZEVlVXRVozT0RlY0hwY2I2YnkrWTZlS25kMmNIQklPT2lWWk9DeXB5UW9pUmVDTytIVXlxdHIxMzlBaC8wN29Reit1MjdvZzB5QzU0eUkwcmRlUGtDeTNZZ204UUtzc0dtS2s3V00wa211LzBES29FVC91WU1MRUNlazdMUjJ1OEVhZEpQMmJnditOMmhRTFFMaUxocWNIYkR0ME9XdnlDZklQeUpuYzZmbk9ZSS8ramVlMXpCV1JzT3daY1MzS1JqTEs1UVM0V0Q0ZVRqZndJVWNucCtOOEZYMGVSNWU5TU5uMUE0WVQwb1RhUFNQOHNNS3lFQ1ZEbUp3SzJ3Mm5wRm1ObnZ2dWZXUnBrNVBuNGd5NlJ0cDdNUW95Nzk4VzlmSFVUSE51WGlzOHFELzhxMytwUnRCcGlDSkx6R1o4YlUvU2NwMWVwZXNZdmNrTm01dWptOTM2aTdTWDdJUG45MDZ4a0FOVy9ETE5mNXJQMGExNS9KaEU1eW5pYlZuK3F1VXpHUmZQM2Q5UWovdndaMHNHYk9URkN3anBWanJLSm5QalB5VnBLbjEyazUxenFDUHZPOXpydm9jRlJROHc0cVVpaWppQ0tVaVZyQWlOdFkxNDdKTFAyOTNxSXJQeFcrZUJzbUNYTWdJRndtZUFwQzhDKzFQcWN5clV5emVPL3VTTWhXeHBaOTNldlJ6ODRDS1UwUWRKS3QxTU45TWltUm1uTStYdHhjN1ZyRm13WVRkUUgyRTZnelNjSWhpY1dyTVV4MWNsR1c1bG1lbnlKZXk0RWg1WnJBZnFRQU5sYWxDaFJnTU5lRnY0dTJMSlRPZDFXWWlRNVkwRlQyU1pyNXowREkxdkt3UFhnTmJXR1FVMXJKZ241K1FzUk55anBrSjBaRzJJQ2hmZ1Z6Z1dCWllxNldUNXpFUkVFMjcwK0VMU041QTBSanphN2VrTUpucXRCVStDUXdNakFxeE5xNU9keEF5cG9VeE15My8xN2hFeDVEaHI1WVBCL2poc296WE01aXdOQ201SmJsZkM3UXVrTWk3eUhGbk5rYjlhM2lhQnZrUWxSeDQ4VGt6RzhQUFJ6dHVCakZNRGU2blVpTzVzQmxBNFJPV1BKNGVwUXkxVWVydGt3TnFWMlZ5RElkU3RRbGxaQ29yWFlFOUp6NnpRNmxsV2NSU3M0TGVoeTdCbnQ4N0Q5YklPRXVKSVhHWW4rSVhOcFlvc1FtdVZFSzFtcTIrZlhON09vVGYzU08zKzN4aHlvRkt1eFQ3V0w1YllDVzl0VzdEekVaUG5FcTFPZ1ZHZ0xBS2pGblloaEF4Y1N1c2I5dUN5SDlPVkF1RWg2S0tiTEFUVXM0bEZvYnFFNG1ZZ0FJUlRRS2hlWHBHb0QzR0UxZlU3SWJ2LzMvOU5SelBvaFFlOVQ5MUV6MEdjdnlRWUhjaStDVWI5RkgydU5ua1BCcnQvaWt4d3Y3RUlGOXVnbXhOK0Y0alF2MUxnaGVnZjNlM29WejdKMmJkak4vQzFyaTlIdjEwMzFRYzN3WHB5VllXN0szdW51OENJSmNMeDIxNzVHbFJvYXZVZnhLVHZFK3hDcDErYTNrQndiSlc1VkFsNUllbTZCdWFvNCszSVdaY3ZRcjE0QVFNVVJEcEtVTlRrQldpQklQTUpTalE1SENQb0lCMk1ESklFSzg5WFNtZkJPMGRKLzI5QWlabTNzU21DKzVBZ2p6WW1mM2hLR2hNNGI5OEsrUllTZUl3UEM1Qy9NeWNGUUpCNDlGR0piWXg2amtQUTh0Ri9yVHhub0RiaWVhdU1SejFRWFIxZG9JaGVtVzZPOEhvL0xRRHBnRC93ZTdJa1FuaC9YdHYzUmpYNlBLNnpSNUtOQWlIcDJmS1l4S0RvWXlMUXdSMGVOMnBaU2krYWkwaE5Rc29Ia0F3WGRSNDBQUHBxUCs3NU1pOUhPa0d1KzdzZDZ3ekV6ZnpIRjlSMnRzSTJ6RUZMQ3dBeVRNOXFOTG92YytrOXRILy9sYzhNQTBLZkdNRCtJK3MxOFdxN3RUbVhZTHdNaFlGSEhUZGhic0FjVmRsRXFuM3lZbVJsMWdzZkVFL2tsaUQyd0p0Nk14NEd4QmVpejhhN0lJQW5xQkxvblRZemF1dlF0eFlYWUNqNzRRNkwyOUFzTUN1YWEwZ1h3c3lhbHJyVWdmOUg0d2Y4eERVamJ4d280b084SXl4YTlqQnFtWDUvRHhZb2hLNk1XazZKc1NteVhjYXV6cGE4TVpzTFdIc0tGM09JeTAxcHBVc2RuOWRuWHZVQnJHV2ZQTHJpQkRiYXdWM1Y3L2VtWCtDM2pUOGN4LytQR3p2OFovQjRPS0xUNEp1Qi84cDQrenRpLzk2ZE5JZkJOVUluRy9rOVpGM053RExUbjRiZldiS2R4cXVpeXJHZ25SNlVnNVJzRTBKNkZZdHdzVjZFYkZYNWxpWmc4N0p5WnN2YkNDaC9pTEJNSHVoR1B2Q0Q3YjRkNFlPS1hzWnhoa0s4MWtnbHNsZ0N4L25zMUV6UEt0ZGdRQ3lrKzR4eCtxQkxnNFlYM08vUUNDcDd4Z1VROFF4ZGUvbjZncjlQZGZUZitvR0ZUdVJUSW9JdlkyeEovTEV2M1VDTmtJS1N0OHhhVkcvM1RIMDNqdUdkdXZKa0h4ekdnM0YzVVhoK0pyREFtdnc5OTRDSExteDlTbzFFcUhVeVM2a2ZyczY5anBUMVk0STA5RVVFRXRnUlRCOU4zakg4WkF0THJzYXFSZ2N3OWQ3K3lhT0tQTmxQOXBDVFBaYzQ2L1lyTFhOR3lkUkJOZGNlc2Q4YnByL3NSdGNVdllPYStRcmQwZ0lhbG85d25Sc3ZJNlFCNHNUc1d3WFpGRDRVdnk1U283LzlEMmN2VFZQQ2Z2N0RPYlEzNlQzdWtuSGd4c0hrZmFPSFBHR3lGMSszS3k2WjhlaE00c1VLNUlOUmhobWJGTDNqc2tUVWpkTCtDaEpKMHBLaUx6T2p6bDZPRkQxcFd5THlHNGw1OWJUU2ZoLy9TS1RFRk54QUduY1RzRmxodElnZU9pWU1KRXphbnE2T3VUQlNXL3Y0OEF0TUZJZi9ZZkcyVmQvWTA2WmhUcEVnbnBFNzVDRjNldUNaa0wreGtqQXJYQUZ6cWpTdEZMbEgrc2YwRHRGZTdMSzVsUUQ1TU00MkRzNHZucTEvd09DY3dVV3o1WGNoTzI5UGNRZDJWUVNZeGZBRnI0WkRTOUppUWM1SmxEZzd3Vm54N2RZRHpiSkM4NlFJV1hQaGVIV2Vtb2JoME0zWFF0eE94V1orTks1NVhGaUZtRHM0SlY2M042dlJnRDBob2MzbmFXcnJuQXAwN1FKN1Rmc0pITDJ3MlJ6ZkpHZ3IxTmpESlZ3QldSVXNLYmRubjVjN1NmNkRPZ2IxcnNtcEtNMWhrbTZpck5ORWh3bldHMEs3SXJxejNnbklJaE00ZUtSenBsaitMUmJyU0M3ZjdWSWc2dlJiZEM0dlR3ZjlqbGExOUV2em9lM2c3T2dNYzZ6U2I0RGNrdDZxOU42N0FXTEZkVUxuVGFaYjdaU2hRVEVObkJsMERDR3BHbkJSdWtHamN1TURFQVFBZ0lhL21EZlFXMWJtNjdqTC9aMzk2VFBpOHVySHBobVdKaHRIRS9ubURWaWR5TnZQZ2R4VFJjTERBdExISHVqb1BXMzNUMUw4MGNNb2dTdktiaHBPMHpOZnp3NDZleUY4RWN2TkcvaUFEdXludHZSVkJybE9SaUhmWDRBdHMzZ3BQc0syanFzdk9JUzQra29lRmF3SXdtZ2JZNVQwMkR5cU1aS2t0K25HM1FOVW5rNDJzeVNIMURFamhua1Q3SWNKR2M3U0pRSkswb3o5VDBHbXJxK042b1NaSHFSQ3k5eTRVVXUvRUdVQzczM3lvWHYvRDlmNU1LTFhIaVJDNysvNVlJWVEvKzl0MVM4SnQyd3JZa3VxWnpOV1VMNUxqWnhtaWNZMDh1WFVibWd6a2l0RGlaT1dXQ21vMkNuaVJ6WjVidFFDdTMxVXFLZVNwM3lMRWZKUCtMZHVubzdSKzZKR0dFWGxZcDF2ZURzYkhUS2xWUTFFTVFSSGs0MTQraFg0cUJJcGMyLzRDSUs2cFh3MnMyOWJzOFdGU3VUSjlqaWNRa0RMUWhjWUU2aWp5M3c2b3A5Ni84bllHYUJXcHNrNG92aDFXa2x4NWRkTzhSdnZLVWErUTZoYlkxZjVuUTRScmMvN1ZJQjZValE3MVNDVU13VWpvSDg0UFRWVUQ2VVlpNElnNHdYc1pkNzNIZ2E3c2hUQkQwUWxEUXRrMVovdTZOejFHNHh1QndQSlpLdno5UnczenBJbnNCVTZRRG8vVS9hU1dqN3gvR2tEWGRTNCtrMHZCME1RdjRuQ0N2TmVDeGlSV2NXTnVlN1BqSmtrOG1pSkszU0xEVGNabTh6eWpMaFNtVXp5NFJDRjdUQXVyUGdTZHVrUVREUGh3TWx3YWFDeDN5Q2NUeEpxbW9zVmp2Vk4vMFlQdE43L2Q4WmNxNzJCTjRTd3ZJV21EZzNUekFucitidG0rQk5DYjE2NE1yUU9uYVhleWE0blVaaCsyTVVtQjhIamF2YjF6dDYrWHAwR1JHNVBuYmhRU1FwK2RpOVU5bDV6MGxqcnE5ZXRwTENYVEhGZUxYTU9xRkZ3NWIzNk4xcU1yRkRVaFNSbEloam9pSGNtdlRTamxRV0hKd2NmcXhZQWJkdkhFMDN5Vnl4NWVzaDJoV25vTDJDS093THJJWkJkNEJKWTFGSFRpbitaTXhtY2dvY1hnMkduMFBEb1hsRXlxMDN2VnZGMldxTnZWYnJFd1M1TEpLbkhXSno4YnRBaVpHYklKUTBQdHN0ZjA3cHZRUGlIR3AzOVVjdDdwUHdIUHdpbllMTHBQVUovdWUzMFMxWEFSc091b2ZobTg4cEt3b1VNUDdUZE80RS91Y0F2enFrRkdrVEd1SHl3ZmI2dzNPeDVLS2FXSjdkR1FsMjFydXc3VHFaWEdadFZOU0VCazRWSEtTSWFzRTlDQStRbjZDSjYrRTBTcmhVS2JKcTF0L0ppakVPMHQxZjcxTklYaExzQ0VZUnorUitvNHNwVWZldklFUHU4bHcyWDBJcHVwaWNLamZIdnpRODZZZkQ0N0RUWlg5N2I5dzJndHRXbUt5R3hXemtQZWdkempuMGlTbTB5d3RySlpTK0pIQUtkbk9aK1FDRGtNV0VrMkQ5L0FIdFhEQ0V3ZlUrcHN3dkxHbk4vN3lOMDdXa2tzbHovemgrMGJXUHlNY1h6NUVkWUk0WnBqSmh1ekRUbUc2bUhud0xxNmVVT281QXl3M1lHWm9OR0dkVVhNVHV3TE1EZTcrUzkvUU9qSUIzckVJaFB3QlBGb1owQ2JmV3hVMi82RW9WV2EzSllRUUJMUDBNOUEvS2dURE1IcFdFRDJWL2s0SE5ZQmN3L1BXTzZ4SnV4Szl2d2JOdzR2Ymd0ZmV2M3QzdmVDQmIvd3NIaWhzME9udk40QUFUK2pESnJZMy9namU0VDI5THkyanQ3bjB2YUR5K2V0aVJsZWhYOUJPRm13cW0zd1gyT0JwNHUyVlJobHFWOEd2UndtbWxYWmw0MkgySTd3NEZxb0tweFM3SVV6T1BUWHIyV1MzTEF0dit1czNKOEV4cnI4ODVVbnV6enJBK2RPUDg1czB2MmtQNGlkZmtXemY2NE1hYkJ2MmJjS3c2TzNhYWJuOENxRHY0Q1ZrblRJejlNZ250RjdwYS96ZTNlVnZQTmx2RElxL0xaN2dFSkRHbTBkN0J4R3pXV3krR3B3UFlwbzBPZjlZa3VBZHZXMDdDeGkrN08vd2NhNFZDMXliV3ZDTk5oRmlpQjAremRtbkxvTlBkUUdxQUZ4cGhnb2VUTC9qaWxMSDl0M3ZiUWZOOGFLa3FCamIwWmh5MnYwL0tCdC83eGs5QlV0bVlVdjMrNS90Y0s1bG1RNVdPS3IxTWVYOHlmK29laUJqNTRpYTZEMStGem9XNEJGbGhaTWxwNitDZ0hTNEcwRkN4b2J0TUFvalA5R21iMWViMDBsV0dVc0tvZjI3NnhmK1czdTB5T0pWL3RjVStuZVZMeVZSMzcwWERpc1ZwYm1DeUVpU0VkWlV4ZmViaFF0bVFRYm9HRy8va3JZNzVOblFIbXR1VnpHNE9qK0lrZTNIdExmbVV1c1IvdHhLYmN5dVBNWHJSeGhvcG04YU9wcVl0Wm1zazgyajNaTVpEWjJlUk5vTFp1MVE4bWJ4Q3ordEtEVlJHdWkwaGFja2tQMHNQM0wrQzZSNGtFN2YwVDFndGZyVmRQYXoyVlBYL3YwNFhWb0ljUGxRSGh3bXN0clBrWmZGNmhSNklKTlV6bXNuS0R3WTNuWThybERETWlBVS91MzV6OHFxY0pxTHY2WTVhT2RYY25TSXZERTIvR0tUSUNoUTB4dGR0VnJWUUczbnV1UTQraCt3akh3cmMrbmwyMUV2Y29hRm9hZFh4UkFSY3RtUDJoK1dQeHU4M0NVdnBXeEVUM3Z3ZWdaQ2NZTlQwTGdyUE95Z2dnRXp6MndtcXdlNm5IeVlSKzRXSXphM2NaRktWaXFpMTVrU2E0SytZbEFSMlVQdFZQQ3V1d1Myb2hpdmNxelpzWGN1b04wbUVsVVNXTDhhU2JyZ0pSdlFJdndxNzYyTTlFTUdkbUpSSS9ieUFGWXNlQmJYbUFhTEpkRkJRdFQrcXhuQmQvblN4UnVUNHV0dzl2eGtzdW9jN1ZrZ3ltUmZCL3RTSDYyS2hhOGw5citIOElEVUhhRUEvVzBlNE5wcHcyTnJ0ZFhhN2VOa1J6MnRmYWhQalBLNUx0Y2o1TXdlZ2g0TlI4QjZubnRwM2ZpRDlVQjB6K3llYU9UVFRlMU1BRXYwUGNVb01KSnMzT0VYVzIzdlUrNUVKcjhDRDQ5U1BkcFU4eXJLaXhGdE9Ya01kbWRWY1RhdmdpY3BoYVhKU0dmSVZvaEFzaUhCTElUQTFEdnpFWjNHeG9LU0RVOGcyUmlraWdvaEpVRGVPdUg2WTY5Nk1lU1RCdHBFWUpick9HTXF6bVN2NXhmdDlZOVAzbUJhVzZzSW54ZkI1eXBSUW94bHdEVXlFdXVCcEY4RG1TUlhGaXFteGl0WXdqRldLMWJDMkFVVkp4RVpoWG1hNm9oKzNPeDFUT1k2VXd0c3d0aVNTMmR6ODRMcmZheC90NzdmVjN5NE1lM3pFOHp5MVYvUWlXYW5aU21ZZ3FMZnlSc25YdGE5c1dvc1ZQV0xiaUZ0L1ovK1g3N0UvMXVjZEtiQTJURkJDK1V5a24weGJxMUlubkZBZUdzcDd2QStFU2pGZzV6eXR1WVAyazIzaG5IbjVOVXRoWnIrclBVNkwvOGdWeXpNaWRiUGwyY21KSmxoNW44S1pvaDY0RHByWERaSm9wZXNOVjRJUnU1cEVKSXRkeS9tdTVCMzlmSi9TMEN1ZDVOd09ZdEtrOTFIWnk5S3JkRWVKWHBUb21RWGRvMzJmenlJT1BqczhZTXo3NEt6ZDhud0tGQStqVis5dGU3VXkxVlhmaDFuZXZZUG5YdlAyTXV3ZXVoUWF3YTEvMVd0WDhVZmQzeUxLcUJvaGlTRSswTlNjTzlnYUs1WGFBZy9FZDRTSlUvUk8xbHdxK3VtVldKSUxVR1NhczR0TW5rR0pYc1JacFhFcVYva3pURFhnbmtTRnpTOENjK3V6NGVXT3ZxOUpWU0t6ZUZ0ZlRPWlBKcS82LzdmMzlrK3VaTmRoMkpJMkxaR1VHTnBVYkZxT3FjNnJNSnp4RHVhaEc5MUFZMGt1amNGODhzM01HdzdtN1pLQ0pGWVAwRE5vUGdDTlJRUHozcXhrMmxZVVcwbEZjaHc3aml0bEs3SWRSM0VxZHF5VVl6dUo0eWh5WEU2cVhIWkZpU3VwVkNxL3gvNGY1Snh6N2tmZjI5MFlvQnZBekx6bEpqTDNUYVBQN1hQdlBmZmM4MzE0YUZ4cXhrS0svbjh5czF6Z2RTV3BwWFY2WmxTM3l3Wmo2d21SQVprQmlKTTdwZE85QXdOdkl0V2p3WXFkOHBCRFhtaHZBNnVPa0dEazlUZUovM0dJcmRpZ0ZjaXU3eDIwam1PWm5LRVBBZ2gzMDhSdlVNZGdKVnFkaXNMNlZEL0dGOGF2VDN3WGkrSXpXVzQwSmFhbWhkdmhPS0JSVWdhY0VQYUFWUWpIRWFPN2phT1RreVlXTTFZbHY0MVRmOHE1WnRMN1lXenNqWUpOcFJRc1d4Q1oxVWlkN0ZuZUkrK1BDR0tjY1ZRNk9qcGl2M2tZaEI2YjV1SThURFZSYllNdUViaXB6WnA0dHBsSVBuNUhMVWVMazRBTitIb0ZzQWJjOFo4Vy9CTlFaZi84cXFqenFtS1pBV1RIUUpYTk9BRkV1ZFRSMjgyalVXRmpMNXBOM0RHeW4xR011bHFyOUgydWVpb2RkQ2ZZdjVQM0JvMG01SGtQdTdIUUtxdjdaWlg5dzlST3l0R1c1ZWJJdlpNVStsVVUrQVJhdGdpRVZXbllBaHFGYVJ5VmVuRGxqa1Y2T0ZZdUVXOXhXbVFqOG9hb0NjL2RiNXdwU1ZFSnJMZW9oV21FZC9zQWY4YmFjRnZHVG1NWDF2aDhaOGZhTW80TzlzM3pMZU84c2M5MGlMM3paK1ExS3FtREpIaDhNTXp5WW5EcGh1cEo4SnRMZ0tCa0NQOVV4bVNDRjh2bzQvZnBqMUZaZW02c2pGVURvRVJaQXlWazE1WnBsSXlkYVBMaUNBV0tjMHlJNHQ1UzlTMExYbXJzSE1wWFdJOXdLbXlLSHRaUmJKbWdrODVFMGVOdk5kVVNYQnVnYjh0ME91NjhibktUbGxuR05kaU04eUU1Y2hZejE4YzNPTFVmQUNwM05abUxZcWVwNE9HSmFiazErSkZwTStRNWtFZXZLbzhlTDBhakZjVTVVVEkzbXFMRzZNWUpHc3p3RTB3b0dJWXdmNU9sRzJPZUl3b0VtQU9OczZERkVJd3ZzU0FHRXlhTWk3M1d4YVpTZ0RRbWcxU0ZIcFlEeEVwL0lwaEFmanVaa2txSFRDMzl1OFVGRUY3TFdwYUlHVTB2UVZmQ3hOQzkwK2J6M1QwR21haVdneW4ydUNOSHd5dFdJSkRNZThyaTJLQnE3Y0NWMk93RkkrbmtJTkRMYWYrbHNNdVJQM2QwWUFSUkg4dHAwWTB3Q0NrZEY1RUx1VitaOTQ2NDBTWjBOZmF1QjR5SHNucWtiSVp5MFJRYjFIUVlUZUd3MzFBWlZKN3dHMWNvQ09TMW9iR1BodFBVWHJqdyt1eTRIcDg4dDNKVXQveGtaV2Z2SWk3bTVGR3ExNFI2YlF5N3JEMHV2MWhGVlMxcVVUNk44SllzN1ZBVlVGbHhnd29Bb3VlalEzbnQxSmJiSHdQWlh2cXNUQzBjZHJGSkdLVWs2MEJycGRQSXVxbFZpSXA0d2FrYktwbEJnVDAzMUJYNEVOYVRDb2t4NTVGeGROb3FtVEw4eXhoNzFONTMybWZYR3FzbWRzVzkvQ09QV28zZzdYc0oyZ05CYlZFb0IvK0NyOVRBOWk1SmVkNFpkNEZ4d1A5V3lDODQ3dG9rd0VjNnNUTDloQVhLS3k0cVhkS0dRVWsyRWIwdDZGdHhMY0lHQlhtUlFXMkxaenl3dmp2ZXBWcERLSzY0a2xHTmhma1ZaZUw0bGdFNm4wZkhoeGxlc093SkhsQ0ZBdUxLeE5qWEJEZEROTGttUERVandWdC9YMllXeUl2VEc3K2svZWg1WFlwaDQ5VmxXRk9HVjM3S3dTSk9MUFdYNW9taVlvUFVRYlhPQ21SdGlyOGhySmFMZk9UbytrQ3VNWi9GWDJ6Si9YWjZneWJzbUQ4Z1F6NlZsT0NGSjFnUEZHNnhZaWViR0VtSkdWZFZsVmRZb0FLbHFwN0lvaHQ2dy9BYU5IbFI3UVk5dHZoTjNmbjdmWk1LVUNpbjlCTjRGWkp0S0dDVkF2cTNtcGxVWlBTekJGSUt3eUdLSE4rR3BDUlEvaXV3TGxoWlhocVlKS0dZYlNaWnNVeXptZmlkM2pEcDEyQzNlemhSNGplajdSWlgyY2ZZT3doVUNxR3FNTk9hMkZUbW15Qkg3OUREbUJlVXlVV25CaS9leTBVU3cva0d2ajRFUVU2cE5FbzZlREkzWEF3c0RDc1VvYk4vTkxBY2hmR2tZMDJFbXBzd09oNDBqbzVlQzRuLy83dEFIaTV5S1ZsNUR4L1BmUkFOY0F4MjY1N3NYVndjbThBdnZGdHhqeVRNUDZ6MURSMGZyYmlYa2dIbWs0SXFoaUtXSVNJS1dBR1BESHZTaHZYYWlCM3ltMXRLa2kwYUJ2M01mZ2JBcDd3QnJqaG5nUnVXc3Y4c0xwRE9JbnBGUUR3UmRiTlovUVpZMEZmRTRDNHBqU2pzQkdyTnBnNHZDNHgxVFY2UmlvZXJma1VtUXdZVGFmWFNSQ3V3UUU2OEZNR3VNcHR1ZXI1YUR6WFIyb2t5aWxsbklaNzFpeXdmYmZzSCsxOTc4WGE1c21POWkwc0QxMDYzc3NVeStZZkdMcnRSK1Y5N3B0anczeCtYVkNDNURPdDVjcDRoK0ozYXhJQ3JGdGM5UTNIRmp1S2EwdElFb3RibU1rNU92WmxWekF1TmFHdktIUFBoa0Y5eVQ1UnEzRGkwVzNhdEdjL21KakxlQjFGUE0wWmFBVjU5eDhGVmhqOVZuTWgvdEZJRjVObDVvN1Z4WUZydmJUNk1IdkxXWDAwNC9GUytJdE91aFhwTmRpZWx0RVFDUTAxUUFFVHVHRnJZbnhPZklGR0MvUXZEYnFqcGxoTE44QzZGZ3BaMGgwWENLUlVid1VWWWphd3JMSXBIbTVacUtXR0dhenI5VzBibDI4SndULzgrT24xV0FvV0YvcTFXNFk1L010NVdmdUFmZU05eUt6S2NXNWE2UzFUTTViWU1qZml4RXI5NkYvSFlMV2JMRVl2d2E2Y24wNU1EbzdJTElpWklCWlN1eml3VmNjUUNvMmFIeFI0Zkd3ZTcrNmE1WmNpL2dUUHNtR1JmcHlvU3BTdThEYW5vQnpQQjhOWUpGTk5EMFRHc2xDSXJOeUErdytVQUpUb0FMdkh1V1BoV0JMcC9pMTh6NzZTY0dKTHRZMjhrMFpRZ2tpRmRTTjNjMHNXSm5KTWhuTEpwQjAzKzBxZ1R5ZnBWRzd2Tm94WlhVdy8zaEpNeDZab0loamNlbVViVEEyMGM3VGFsSWViUHY4OElhVXFYeDhuT2J0TWJpVXJFSXVqcm12UW4waXVuc2c0b2huMTN2ZHRTMk8raW9CN0pBREFVb3FhWC9waHB2SEJHRXJGQXdDMnc5c25CM2lsdEQvd0JCSWFWdVRlR3h0Y041eW12WGN2eCswWTZkTmxLMW94QVBZblhVWTkvNFNzcFN0bzFkMTA5Z29IdlFicWpoS2kxeUlxNXFxWWdzV1ovZVBHQlpGSFlqSEYreDcvNlN1L2JSeEZ2bzhtVUZrN0d2VWp4VmF2VHBpeUJZUGRNWFpzRWpQMHdQeHZXemVlcXNVVkZnQ3JXdTZYbmg4eFlGVDg0OFMzMmwxbDVGd082R0Y5aUhtY3M1TVRhU3ZIWVFoNGJTVjJMWlBWdDVuY3pOb0FVVUsybVVzT0lKM1lFSTVzbC9iN0pwV2txMHVJcDlSTjVKSDQwRFlUVEtMYm5vbk52SUpwc1lpRGNtSEZFUmIwY1U4MUVXSDJNaGUvMEFyWUR3R3NHdFBwOWttK29rdHpyb010cmRmVjlFRXl2eWR5TjhYQndrOG9GMmFySXBia0pPdFFCcHh1RUxLOEd6Y2RobC9oNXlHbCtpNjhTejFnYWFlaW13eUNFK253WmVOejFUaUtiRWxIRjNLT2tBVkg5R2o0TjVtaGczNHlZUG9Xb3FWODdKNDhTdDEyUW8yaENOZEZnd256cTRWQnNOR2hIb2g2VGVOVDFSNzBRZUc0NEZtYW9qZWQ3dTVza1E4VUt3UUROWVRIMVRJZk00SXI4WDJJZllmRk5rb1FaOEtaWWkzaHBKMkhKRVgvd3BsaEtuOTJmT2NabWVySVRhYXJJUEFackhuK2J0eUY5L3FLeVgyR2lBT2lnNU1YeUlvV3ZjZjh6QmtGaXNGU3BOUjFlZU5lbDNkT1RpMHFEbHlKSHFSalljT0Jmb1l6eitwYkpqWDRwN3JGSXNWRTNBVXJLcktZWnYrbTFNVWRXbzdTenp5cEZSWjM5bTFKMGRiQi9KajRWQjNneDRRRGI3SklST0s2MCtqTG9EdjFiUlNIYTRIYWZUZTV2RW9HVEdKM0RKQTFDZ0gxL1MvdnI3UUJSNE4rbWdQZ1pQKzdWbkNwekxvc0luRzNqZU1aMG8ydGMrTGVqYTdic0pZQUlxWmNHbTNQNmNaYXRNUkdTRmd6VjNuU3FSQ2dXUDJ2alJPbWplSnhaUG5pTHFRbk5keWxSS1VidGlnU0VHOVpjTUFKMlFrZUZJbVZKMUZNeUNQVWhGQXBoZVh1c3hSYkdVNDhudHpUQ3R0RzZabm9zNWtLSWt1TUJpOGlMNGlaaDd4QWhsL1lOUjVScEt6VWJ6ZWJCd1FIOHYwYnpBdi8zb0FIL2Q5QnNsQ3JpblMwR2RhNUFOUnJ3OWdFQVhNRC9nUjRBRUJjd1RyUFpWTUg0OXV5L2sveGU4NEQvM3dIL1I3TnhrQUY0cmdBYTlFMzg2QUg3VUpQLzQwRDU1TGF4azFWSmRhSTB5YU9iQWhUTjFDbFg3Rzg5NEozaFpmaWFhU1RKc3k5c3U3R3JoNHhSbVdWenJiaVF6VCtjMVk4dXBSaUVNdmtKMjg3TStDMHI4REwyUThwS3BHUXVTbmNycG9ncnZhTUVMc3lKZDMzUytIWUNrbXFyTitDV2pnUHgzdm9YU2ZGVE5xM2lybWFPUTlXSjIvQXlYNS93U0U1NUxTQ3FzWWRCZ0hyT21jUHM2M3l1RE1QVEtjcHUrRE12LzU1aFROdlNFaW0yUDdNZ25rN044THBNeFlFOTRqM05DVFdwTHYybEYxTDNVRk9GbGM2UDZtT05KWUJrTWlHRlNEM2t2ZHNSM0pPZXNXRitHUzdNVzR5V00wVDltRlJPTVVWZ2tJTmd5Q04wQnFMUW5IU3BTcG14YVpyaCtLcnVsTTczam5FalNYaWFNUDgvMlZRWUg0bW1JK1I4UTk2SG1ZclQzUTVneW55Y2YzWjNXcCsxVmJQdFZMakVGdWhSMUpQbzJyQlViWWE1MTRXSmNGUE4yVmE3UWpJYUVQa0V2QUFvOFVoTG12U3EwanN1SWxPU0ZSY3gzbkd2UlVIZDJKTlVzMlp5Z2ZqWEwwSlJ6dGJBQkRFWWwxYjBpdFY1Uy9ldFVwTUdRVnkrdWhxUzQydkxlR0U1cG5vWnhDVWxoN3haSVRaTWc2a0FveG1nc0hXTjlsd1NPTVd4aTZiaks0K0ZRM2hrcUNhS0FvWkU0UStnRThFaVJOZzB5dGc0OWk1TEYvNUxPQ0MyN1ZRMlJkSTJOV0wzU0lBVnhoWXV2ZVBYdG1KcVNUZENaS2luUXptSGdSckphZFJzczJ6RDl3YXFiVWdKMEJZV0o1NzA4MklZVUdqaWhIQ0MwV0M1Z0c2VjBtQVVJQ2JyU0pIZjdmQ2laRnFLdXkydS9DZmJOUmc3dTZBUFZrcGxLOGFHQ1dDaU5MSFN3WWEyaHBjbmxiR0pMTlIrYU5qYjFTM2d6MXM4bmJ4c3ZEenpqTFBHUWFSMWN4MmhoWUgzSC9YaVdxbUFwcm9RSEJFZVNTbVhWczZFRVlaaXpQRVU5eVRlMDY3b3dBT1R2dVp1QVdZaVRkNWRBOHdpUS9jWkdmYUJKUVdYVTNLcDhVaDRvdlpTcHorZHdEU1pId3ZPaWJZU1BCQUVRNW93cW1VWFdlSUZXYzNOelZUVGF1Ri9TT3FDeWhsSVQ0K3RNWk5TRlB5OTRhM1dyVjdseTN6Z0RyTFVRU2dPUnZ3UndkMXVLZy9Zc09hVC8rQjBjdU45OTJqNDB2YWVOc1pYbUVnUjV3V21USWJNYXNxV25YdXk4VGR5SklLeWVqMW12V3lRbmQxNGJDQzhtdmJmMjNsNnVzWHFUMVRSNG5tODg3VEo2TlMwNnRoOUxQN0VxOG5SN3FGWjRyNWIrbmNxUFpVakVQZFJtbVIwUi9MVWxtR3hnTHhOTFpjOGRkRGRmWTNmS1FWRmVhSUh4eW5xalp4S0NlODBqaGg3a0RXU2NIMnpzUklma09tV3hNMXBBNHpVRG13YmNYb2NrQTk2bWVVMUFvY3k2T09rYnhVYkNOSWhVMm42ZmFRd3VMaW1xRmRIUVBGQURPUHJXNno1RnBLekpSeFE2T2dyVmtvTnc0QXhqclIzMnhVeUI5MzhIZEJvUGViakNENmNvcnY1ZTlQQmlDQjVFVDJ5dHVOMXNtMndOSHdtYUhBYnJSYjFvYWQvSlR2T0pSc0JLOE1JVnE3eWNheHBCNHljdXRMSlhJcmZlcCtvd2ZDbWFFR2RFQ1A2WUJwMFMzQVN1bjBoTnVOUkloTUt1d1l2cDNoTXQyUUVJVjF0Y0x4WnIwak9qcmtIbFdLd043b1hteVdScllobHAza3NJUEFsdkNDSXowck5lOHVRMGE0U1dPbzB5RmJJU01NOUo2enNCcFlSTHhHenBzR05qZjNnR2hFekcvSnVIQ05ZbEdqMHRzWHVQdDVxbnZnVnUzVGp5RWRwRHhCQnRISFk0cENjM3JGUzR3OTV2UXJrZ2dPVUc3cXdRTGhRUkZSa3pGRExtSGV3RTZMUGJWOHlhRmFrRlZGVUxSS0JsbXpCdzJ6alJOVTRSQTIzOFZrZmJ0Wlh4akZKSFB2Y0xzTkdZY0hTTEw2emhBM3NVZTZXR1JrOHRJN3dMY0crbzZ1VlpZQ0twUWV0eXNmT2JUNUw0Y1U5cDR4N1puTERZdDM0ZnFrYllDcFp4NWNSai9INlRNSllSOE13Y0RMZTRBQWVDOUNnUkczYUJOb1IyZStMMisrbzhRMWVmRnNzVkdER1ROamJzbkttbEs0WXZZaGRsQlN5QXhTeWp4WTNDcHZxeWFoeW9WWEFpR3B0ZWJrOVoxUXZrbGZ5VWYxbUYxcGwremdyUlRiN1VLeFNuR29pVVo2Y3gyR3FJWkpNVHVqNm93bWxCcGEzblpJbDAwVEdNaFVGN1Y1NjhlUWZQandxTmJFRkZUL3AreGRaM2ZxYVI2ZGFTNzVnZUJQMmI5aGNSWHBqd0M0TkRFOW4vZmZFOVNVdHhZaGpuenAvNGVTcE5BYnZLaGxHcUdRT3NEVUU2eFhBWFJ4eHppRnoxQlB2SWtFbGlwTnlxUWpKaHVLTS9pcHU2anNpVkUxTW1EcXFDblVBSmxUaVpYam9pdDkrNW4zVmVLNVhzY0NxcU1HVjVXMXhYM3MzNUYwRXZLc3JDcktDY2VKaTFjbzgxRWxnRTIzc1NESVZ3VmZBOTNrVkNBcWdJS1VRNDFSaWpWSkc2OXlOOE9Vc2hDOEZ3bjNhY3lTODZVams0K1JDTTQwQ0dyUFo5MCtlWlgzL3BObDRkajlmUDh6NmZCZHZYNkNXa25RNFVTRmhqdGlXN0FWQ3R4WEdhVkhFU0xFOVRLTkh2bk9HSC9mcC85T0VMMXhrNU1QWjhybjQyOFBLQW1NaWdlbnJZS2pZZGJ1QUFwcTZHMGU3bXhnZWhJeU5OSDRzejMzTktwV1FRNTdaUHpGWW1IbzA0SmxoN3ZFaDcwcUVDTExSTHdNV1JibGZRcE9WQ00rNkNNWXNjbE5MY1pYM09keE1JYitYdXF6TEVZNGxsQWloUXpJdnB0ejFzVGNLUU1BbS82V29LVUZhbnBpYTE1VUtPRU85aWFaT3hzOVlQZlhPZE9MTFJDcUtoU1piOFFTNVpBUkNHMC8vWTNJZjFVaTdWdkxmUkxMOGxoTHQwazBscnpmakxZZnY4NkJMakhQbFFzc0dSVVIyc2ZHaDlFNSs4bTlZb05NZDdKMlZUdmN1OU1CZDNHYk1mRUJkOXQxYStjdEpML09NWnNEY0owZk9rK3V4YkNuSi9IZWVZYUZYY3ljSStUaGpvSWxyREZhWkdGZ1NiRWlHRXdxZ3dVclRwUSttSG5XbGpGc2lTcDg3aTJNRlpyNmhmNDBkZ1UwZVVsemJFcGtnd2tTSS9XMW5tdEZrbThtNHR5Z0ZOY2M5SWVOaXdRd1RqS0tFWDZpcklUWVRLY3VyQ2laNk9SSk9KNStubUpBbHM1NThTWWxNVWZJczc2ckNMZm81eGgxTkJOYktBSG9yeDBNZ0RrQWFLNzJ3TmtvRERKUTA2MG9TSjR2TDNPSlV0eE8rQWdsRk5JZkV3VGkvWWVGTHBLZHZ4VDdUUGJRVGZzZ2M5SEd5VExTbFdFdklVT0NyaWEzY0xySXZPaDZkbDdoZU5nSVJDMzJIRzBBcjNNc1VqcVVkZGgzdGtmL2MzWjM3OEV3T1dCVVpZY1lXbGpuVktTNDJKR0owdVgvVU90d3lzT1IwQzQ4dmZsUVVXLzlLaE9YV0R5K01vLzNtcHJJa0ZFa3VmVk5LTzR6WW9OQTRMNzNIVWpjT3c5Yzdac1VRdkZCNktadm5aNkE2RTk4QXVUUGhjYWNESVFQbytOdWlGUlRheTVsR3RaM3RXMmRlV1dyR25rWUVMaG9lUFNJQ2RYZ2RTeVVyaU1laVJKU1ZjbWN6eGYyRm1pbFNVQk1MY0l2anZrUTZldXZGZTRMVi9YVjVkUEdnWmxSMmdma0JBMkhhN3ZGcDB6dFRDeDZJb25CcUN6dE1VQlhoOEFwM01qYk00ZldtTUE5SkF4MG1OWncwemk5WUhyZWUrRTNvZWhRWms2Nmp3Qk9MRE5PMjB4aFZGQlRpeklkR3Z4OW5tZW56VEhwUW1DTEVvbkp1aDZ4Z3dZZUNHUGwzbUlSNFlENXRHVXpvNDQxVXV1R1VSWjNlRG9DbWg3eUpIYzlNN2xJdFBwVGt4NkRzYUFQaVdueGZOb1FFaHB4QTBlSlRTemtFNlBxL2pHU0JlYllYM0lZc3ZyaGhHc01UNDl4MFhaUGxxTUFWeDV2YWFGNlM1SGNObnZOQlBJMzhqcDJZL2hMTHlNSUtOQXZzbUFpSHJTVGJEcm1jOFNZbmxvV0hBRkQ3c3k3SlVXVkNWWEs2djNsSHpmdjRUSkdoRWpoTTZYMWhFaERDNHQ3cHViSEIxUWRNRXpzOWY3dTVhMnljZWFEUTlLU2l4NE9kNk5mM3NHTmZzeVIvaWh1YWJIL20rZmo2dTBCYTN3VTkrQnBrZ01scjBFM1l2NDBYSjBkVUlFdllLelBMK1pDNUx1MVRRUVlhcVBGR0xFTlY4dzJyOFRoWVJCUFhFUGd4WmtTbTR5dC9KUkUxbU1nM1F3dU1aemhXaVZvNFkxUFpEcEtIYUVJZVN4dng1akliREtkWWRtWmVXTTliWEc4REhkMFBJOVMwcGFFNTRCMnd5TEo2YU5TMmJlcE1lbWhVdHlzY1MwdVIyR2lSQmFIRUltREE0c3pwbWtHNWpVTitvTFkwQkgyZHREaFdCZ3Z1MHk1djVKWEtna1RWL3JXc3lpaGxTYUpZMENZb1EwUjAvK293czFDSmI0Sm9uSDRtVnpHakdBd0pLcjdJNHdTaDN1T3FQblpLRkZIT0pMYWl6Q3dzdE1JUXFLUVV1M3hkRTVXb1B1RnFNZmx4cHgwV3hkb0htVjQyOW1HRE11dEUvQ0tQVzdnZEFmWUJaVkdOK2lJd2xxanBtbWRhSTQzMHZZQmJlSm02eWdZVEpZN3g3SlB2WEJCSGhjY2tNUE9iYVRNSEhtNS9uOHJ3YkJuUGRUeFc2TVZtZnVxWmpteFplRTcxWXVrNUZSZEhKNkxZSnVsSG1EeHk2WlBRVnBJSGtkV3ZhT3lUR0h1NkgrbHgzS24rZTAxVUgyRHMzYmlQdUI2OFNjM214ZWIramhmQ0dhY0VCR0hLSzcvY3lWaENoaGxZZDdJRGo3R1ZGZDBxY1JBREJXM1J5UnV6b2pXWFlSL3pER2hTSVhZWkZkb3ZIeFoyQkZSdk9LZ2RFQTNvSDhDM2dVbGpHWk5tbzltaXVDcG1hMDkyRlpjMGo4RVY1UGhqd1JFZUhxTE8wQjhFb05kaUdSVFdId3JlUkhjd0RncXlHZjB2QlVON1JBTnF3YXkvbzVacmt4VndKOVRXVVRiUDNEaHNOVGNGNldoVmI0Ry9uejgvNFBuT1Z6NXlNMloyM3RnL3B2eUdjUmR2NmhDVTJ1WU9HK0tTSnhKaHJieU5uWk5OWVhjbHM5T2hGQTlWbDdPZ25LT3pWbFBQdmZzZkIwR2NYc0o1L0JzNERmdDQvN2hsN0ZuRzZkZnRyeHJzai9kMzJWK0grNGZ5cnkzK0Y3NG9lUHR0eFpyZHBKc0g4bEpWWkVEUUczY2xEMHlsREZENGN2Z2ExbXpEQWlYOHVVWGhFaXlLb2tOUkZQZ29kUVYrOGxYZGtwWmIwV1NOa1dmOEE1eGszYVhWUWQ0L0RFYlRXSmVYWllWWUlGZGNIOCtxNExZeTY3V0lFZVpiaGJlcW1Ba3AxaUlaMTdJbnNxRTZ2YXFEbDFMVDU3NENmaTJ5a0E1UkxpQ3V4aVVVTXF3SXJjMUJGRk5uaytRQzhYV0EwV2d4dXZHejlPZmpGYUMwZ0FtYU9JTXIvQWV6aHFpMzRCYU93dHo2MG1GZXI3TFZWNE44NEJrdXZQU2g3MDVsUkFRWFE2aFdMek5PVUlsYjdPUkt6cHVLN3Z6dGsyOEFQU3pLRnNzNVZjcnYxTXJLWERaUTMwcnBEOHdEa0Z6VFRUSXcwbXpxRlQ2ZHJJbXdYOVRwY1ByL0MrK3JCZ3dXWTBJYlBxZlJLSzlzUUtJeTNhTVZ1a1hwTWFzbksvNjJOcFZJR0w4VGRLZDlJVDh4KzVYb0pxcDNFc1grb0J6SHY0M2w1eW5QYmRmbEpTQklkSmhUT3krTUM3NmNIMTlvSGtMT1NhNFA0bVJOTW9oT2d0SVpKVXZ4aHlKTUNuM2QvYWRWN2dPZlVDeUxDZnpFcE5xNW9DRGhvUnR3MDQ1d3VIRHNUekxMZXc1WnJRYzlmRDh1K0NLTkFLaFJEeFU3QTcrRGF6T3NldXhjd3hiMThKOGY0dmxoSVdxVVMwbGxzanFCYkp4TDAySFNBQStqNFc1WkhQZElDaWJQUURDWmtkQVJaTWNYYzVPUmo5RWxHQ3hhYnV5OXkydjFXOXRsbzNWaE5GamNUQ3lFYkFydDlUc2VOYzZqOEJ0Y1Z0WWMyR2dNaFcvNmdvSm5zZ3RWQ2lOaVhIUFQxN3B6Y0tiN2hWNEF0MGlwZVpJVklVc1FGOCtPakkyOWNUL2twYXFPUFpSeDZaK3RjT3hkd2YxM2lYdmZtc0pGaU04NS9vaGFsNkxTTjB6a0EyU01LQnUwQ0R2T3V5ZHhYVENXWmNOUGRpd05UUmk4c1ZGSkF1a3VHNTdWQ2pvUnE0d0ZINnoydHJCb0Z2dG0xY1hHRFlsNVV1aXhObG44T0NzaHpISlRTbFRDVE1hbzhKU2cxR2NzTy8ydFBiM1dsdG9ScGN2UnpkeTByZXpvcU95R3RIRTRLSzIwUEQrd1Vjdy9KeWFjTkh3bnZvSE1lRUpCSFFtR2VKaG96aXpEWDVzWHpVZ1Q3dU1XOVViY09aRWRWQXpqNE9QOW1RUHVrMlNsQ3doSi84b3JWYmVNWHRmcjRIOUhrMzZKaGZDT0p1TWgvRE1Wc0NScklFaEhYVXZhTENoRUN0aVJjUnV5Q2poeFMvUlo0Um9jTmY4b2RtSG80Vk9rbGVvRjlYQ09CMlJSWVVSdEd5YytmS29mSjdsUjZqQ01jUjJTcTBZUUF1ZFlmLzlDMDR0aW1WTm1oaVhzblJTZkdQbTh3eTVxcG16N2hEb1FhNm84U0ZlOThoU1Zta2ZMcXVtaTNHdm1VZERFR0oxYTRZMUh6Ykg1NEJrOUdSVjFTU3BKT0pFWFpxVmluUFZoRE9Sc2NVemdObTlqR21ZbHZnZ094WEtZcHhOV3E0UVM2cWxlRmxmcU1mMWZXQjVoTy9xZ0FJRlEzV3cyOS9nZm0xbzFOZGl2YnRDWktKWC9LRUFWVHNITENQT0VYNUdhbUZxK1pQL3d4RnBvb3ZaUEtSY1l1OHl4VkNOK2lpZHZaSWdOSWpOYjRUcXNSa1RjYldELytiZWZpNnprdDM1K0orWVNzcXBmOUk2eDB6UkxXQXFaWkl5dkdrM1RFbjlpQ1NaMjhPWHYyOHhQUllQRU9aOHBJcE0zQkttODBta21VbEJqSzBxcitmeHNqeHczdEtHS3pVU1Y1bDZGYWswMVBzcHZ6d2hadk5LS2JNcjhGeGtDMjl3Rnl0THJhV21MaUZMSzhkSHgrUTcxSnZldWdSbFFMS2lVWGxTZDZrZ215NnFtV0d6MGcwblEyTWJxSXNWMWs0VVNHTS90K1Y1LzByc1ZMVHYxNk1iMGpTdFc0ZmV6YzZpVjgySVpuL3lGWHpiTEpkVTZ6cjZKdEVqOU1aamVGY0Z0MUtFSXBSR3pkSUFxd2JpRUNQbFN1UVZGSWNrWVhLVjZQWVplTnMrRmJUOW1rb290OG9INnM4L3kvc2c2RnRseXo4eDEvOFIzUksreHUvdk9nSHFQZGNZM3MzbzRzRG9jakIydzlHRTlSeGNwYWVlODJUQlpueDlTVDRBSG9sY1JsSHY4QVo0L2ZYdkx3TFRXQ3RQMTBjQ1NlT250K0JVTUorRzFLRjZSdHc0VEYyNHhUd0V2VXJURGRJQ1AzbklmZjVlcFhUUzNrQ0tpYjVNZWhNUEtNNnZtZFZpNHhjd0srVHl2MHgrcE51bTRCSDUyRHV3dkpDdHF0elNiK2JGcG1XV1JmTEIvN0d5YmxxenJJOXRIYVozZUZJWWlLOWpKT2dDcGRnQ3E5L0YzRHQrWEliUzZlTVFTZ3pHY2xLWmR3bXZIbnpBdjN5V2VJeFkxZ2pGcndSQjVMUWIxZGhnK2phZmZORDVrcmlyUmpNRWZqbEdjSW5Nc3lvZXNhUlNSVHJYa3NvWnRCdVpEWC9rREZPY0hzbndvTTZpRzAwZ2tqdUFCaDdQRGhBY1owNGcxTmNqOVF1U21XRm5JaDNqTjVnS3lDQndrUjJMRnFLSGpNKzJleHNKVEVoSXo2d2IreE5pNDhGLzJ2ZTRtbVFpRGdTZ3RqM3liVUpUSEtMb2Q0bzJBMUVZeDZuSGNISVhhcVlIMjBqNUE4aTliUjhicnRBcTFHTmpHUlFFbWtLQk5sTXBaKzEyeWZZak1Vd3J6cHZZWGUzSDRBbzBGWW1tSGN5K1FzdmlvMU1VQzJ3WEowSDdlRTQyK3Npc00rcUtVdE94OUI4ZXdnNVk1SGl0QXNmbmVjSXBWUllDTmprVVVJSzY0Tkd6b3lUQzRKdEdJQmVsalA1RFhadGxoeEl0bEI3Qks3azZyVk40dTIxODJkbHFOOUhUVXNwUWlTNmZQei9TVXhlTEpLN3c3amZOeEVwRWR4Z2JvdFA1b0FnSzZWU1hvazJZSnkxaW5lempMZUVuVzRNcDI0cXh0SHVkOWpQL08rRVV6S2RDYTcreUNEb3MxRkhpZEJCN1JTYi90SDEwMFN6UUtoa1gwZmRpY0xtTjd0Vktqc1N2Ym5iUHJqaFl4RW5VMTFUamMxREluRnhYWDNkSFhuYXlySWt5WnUzK3hPWURzZGMrZGpIMFVKZFd1QVZRTWgxSDJGbytreFEzcVRzY2liSlI3K095a3lqUzUwTFNpS0xZTkNLRlRkWllMVGdaM0RLdWZnLzBqWlFidnpubGp2eVRheFduTklvblJnZmI5ckhTeWQxeHl4TGV0Q2lkMWJkSDBGRWJQYVBXQnExT3dqTzlOSjFTYTZ4V2FjMFhBS0dEdit6eHRWMXJENXFWTVh0L04rVWxoWklZdGRnTkxVd3loTkdDOXdoaC93VElGY0NPeWFuR2tBaWdlRlg2VGIyTjRTdCtmOEZKZGlRQUV6ZVliZFZoSnpzMDRaQlhKc1lReXBmbTJjYlo3ZHZwMjBnenB2UTc2ZlVUeitCUnU1TWEzNFQrTVpudWlETy9RNzd4a3Z4NmU0cTlBeC93N21RWHh6ZkszNDN3cVR2RlVZckx5RlRoSi9Ta3psWW9LOFpiT2p4UmU5SlVrRDBwVWFOYmlyMmlUS3JCSHNnRDhJRmxCaTRXTVpBalVzaGpNN3VFRjg3TVBQL1FBVDVZWGw2NnBoWktDVnJ3Ym03UUlScldWU1Q0WURQYVpPekhhaUFLbGUwVVVISUJFYUcxbUlsb1VSN1VHVGhhU3RpVHhUM3lhY09VYUN4VmxuKzB0d1dZYjJGQ0d4VXByQ0ZNeDZTc3VsVFIzbjlsUHEycTV4UTJscTVMV2U0bnFvc1E5bWpZTlpIaDJvaUVXdGxReXQ0enlkbVhMSUp2YmRMQXBPaUNPdkNFdzRtZEtqWHV2ZndPamRZTkx1ck95aHpKcENHMmxCSy83ZjVVMDI3Z0RydGVoVEFoMkVjWXFTMncwaXdQeU83U2czR3ZBdHdvKy9ZNG9mOE5iOWsyTUtsV1ZvY1FEckR6NTdLZ1ovMmFMM3lpcFJQdXBxdjkwZHBYK2plam0yWm42QXlZbFRYcHhUZDhFUTZHMFpPSVUzTXgxR2ZTRFREVkMxeHpZQjVqTGxROTkvcjVxMnVyNVpOc3FrWWExZ1RXNlNNMXFISmxhS2JmV2l4UFRxYzhpUFQ3eVAxWmtFK2tKSjJOUTNKQk5JVHFsYlFQck5xQ1laTFdLMmRKNWRPbE5XRkJhMUFsS1VsSGpKaUplRHBCWlBHV044eXQ1TWVFYm5aZWN1NG1DSTJKTUVSZ1NWeFRqYy9ybkY2U3hoMVJpbGZVTTdISlB1bEJrZ0cyaThvZzdNbUhTRTlreTlDS2RlQjNGYlpHb2VBelZ0NDJvZUFzcmJTSDcyV3didGJLUnpsNFVCY1NaaEJBWHA3TXNwclZTNUtSVkZ6Y2hIQ00zcmlUTmd2S1NzU2l0dUdxMElMMzNzbjBhQWgyVXVZRTlNYWRDK1YyV2pocU95WDh6SFhJQlRVYjJ4T2VYai81LzNkSCtTRW90RzlyTmhaaEwvaGkvdmluY2xEY0JKWXJvNWRKa1dCYWJxMW83ZmVLOUpMMEdKbVVyOGlucjZjaUdqTSttbEE1R2NaRlhYc2RLTDNYTzUvZXQzZkgwV3FrbVJMb0NQcHFBR0RyMnVLTnBWbThPckhpTFNnUDZBMFQ5VkQ3d1Q4NHFENkZzRTFvSkZEeTE3RUhZREdSVEIzc25KOGh3M0Zjdm1iUjdMVGpySjQ1bVJORDVrZ0VoVlNUYU1WQkVoMmdpeEpxUkFnMVNHUzc4N3lpNDVrcTFhVE01S1ByTUdVdnRHb1lUcnBKU3VoR3J1UURhYU9lVzNRa1lsaXc5SkhFNjA0WXM2a3BTbFF4elAyaWQyR1c0M091MUV2K25hVHFiVzd6VTlDMk5qelZTU0p1aGlxckJkVENrT2piVGFFdCtoREZha2d1OE1YTUxrZURQNmttQ2JCRjYvRStxSEJvWHdCdXdmRnFWaVY4THc0VWlrNTY5MkRZUnFEWHhyaTI5dExJMGEyVVVIaHpFZlcxRjFBYUp5dFRQVTVhZm5TMlFwdXJJeStyZnhnYUljOFBTWWV1c3lRTklHR3JZS3BoOHlmaWQ5eS80SDh6L2loR2R4SlY0d29MZUVGUldMRmFPdHlTeTM3clFjbEVUNFYxWU5pcnBLYWJyUUpoa05SRlZGVXJGeWVYK1UvSUhzUElFUEt1Vmh5a3F3Z1pyczZIMVgvYU1iMDNoZGpLdSt0TVFBNXRRc3pRMjRBb1lEMEpqSDlQeHh5QnlCeXhtdjdNcHZJZkRPUGlES0piblRiUW9BUkd0Uy9Mb3R0aFZoUDJsZUJ2Mk9HR2lwVEo4VnFLWEZWdU9Hekp0SlJTa3pId0gxcGFLYVo0VGpFNkFHOXR5NHN6QVpGYWdzZDlvWFh5TEUzMnljUlhuZ2dPelBLdUhsYUQyUHgzSFhJalljWFpFV2JqUlRVRFpTV252QkxXbDBHcGN4dlBqWnZhNHpuY2NZeWQ1UXpCV1RJM2FhQnd4Si9ibFg4WEV6Y242dVBVTWVNZkpHVnZaNXY2TDBwNWFMdmt0OXk1ZzNpY2FRNVQ3VkhwYk9aOGN2cDNCQTNBWUVISnBOUGpQb0dONjlKOEtSd0t6bmhaaEVTTDZTb21CeXp1OTJoMndkODV1OGI1R244ZFNNZnh6VDlwUFdHSzc3b3VNMWZZblA4M2YvR0w3U1Z5cUtlUDN4VWY2a2ZZVElRUVZnUDVrTysrLzhtTFdLSjN0WGF3STI4KzFuMUNDTkFWM3pIbjZZKzBuZTdGUGJQSGZjczFQeUtVRm9PZFJ3UGJja2JhTTlGcCtxZjFFdFlUb1JxTVZ6Myt4Yi8xdyt3bldHU2t3L3NPK3VkenVGamt2aTcvNTQrTE52ZGM1dU1LL0FoVEg5RWJ0OFR4Q1hHeWJGMGQrUTQ1M0dsZmdQTU9pQ3VGNDFNTVFiWjBnMThtaVZuZGNGMXVsSDRTM2ZseC9xOUFiZCsvdmlyR2RjNVJXVGY5RjZIU1ZNeTYrb3ZlM0s2cy82WGRkZWZWRnJ0b1QwU3lqRUJIOUFmRUdqemJOZU9YM3RlLzh4aXB2QjhDbXdRSU05OE14Qm9uZ2Q2Tk9PTHBWQjltaFJFYlEwZnJkWW0vOHdmYVRDNUh4Ti9ORFg0YWJLdXlIR0gwSmlsT0hrY1Y3Z2NmdGpRM1V3ZFdYMzRmcmduMXhIN1ZZUCtxUXpwWXg4dWY0Z2haQTZuTklwYUl3dlVwRFoxaGVndG50VXBndFBvM0ZEa0hlaS9LeFNDY2dlMFNkNXNGUnBBZ1p2NnY5eEdrdWRCaXpKSmRLKzhtcE53eEx2UUhLWTE0ZnorTVNZbHdXSjNtNkVBL0FWaU9scUpCRXVJNDNpK280cTVILzRVMjFqZDZaakxpOXZNMGx3bjBHZG5lZ3JlcDY2WE1kYnk2dmR5WDFwTlhzRVl5SzZjSUZJTCttbkVNZ2ZScGwvckdETjV3aVgxdU5lRjJFYmxZbFlDUlhPcTlndEpwVGY5OWM1dUhPMG5KN2ZkZWM3a1BrMUxqZitVWHBySGt1Zjl1OGMvNXd3bzRHM3ZXaUg3by9xWHpWWkw1NkkrYjZDT3R1S1dOOXBMOFlpV1dKVk92VGFyUFdZc2F6SlV6QnVkU2hPZFlHT0lMTjg2UFcyZmtkVDJidHNPNEErRFNJUk9oUmtxL0FBeXJ0clQ1SXZUSC9RV3FNVlR4WXhWZldndnJTQy9SN3hCc291T1NjTnR6anB5K09qOWUrK212WmpvZDQ4Tm4yaytlak1JcW1nM3hiOWgzMDNONzU0RkdzeUoyMGRBL0UvWHZFR0toL0x2akxLakM3Yy9TVkhzaTE3Tmt5dUQ4V0J2MlJlYkJxU2wzOWd4OENLZHk3bS9tczVXYTduMHQ1M2x4WGQzdXVhTktyV1B3M1o3K1dIdlRIbFBQVjdBV2RsLzVIUlRwWi9RYUFmUGQrT0I2c0ZORjgvRzJaZTNhbEovV0JoUGY3MlhYOWpYODl0Y3J3RCtTQzhKK2QwQnN2dzQwK3I1Nis4TlhqbHpYU2VtdXN2UnVvbFkrcFJQS3hxSGlFLy9hbkwvMUI0S2tMZW93WlpLZmhzTlNpckRMU3Jwc2lYbHo3MkNyL0JZci9oZEdnT3VvTXdVdmVvaXFGNGcveW0zQWo3TEl3L3J3NzhydEIvMVY3aTJlQWZhYjk1SUFxZGk3MHVjK3p0MVBqL1FpNmoxaitwWHoyQi9qSE1aQzJReUhocHo1bDNBL1VOVGloQUY1TU5oQy9VdWc1eXd5STd2ekFvcyt5VnVhdVNmNEVIQnZ4VVBZUHgzVFRzYWJVZmdSZW03V2RzNTduUCtIL1J2dkpXWnpsd1plOG9XV2pxR3dvRTJsUlZTbi9pNDk1N1JkOExWN0tIMjgvWWV6aWhKZDVTVEdLdDl0UGpqQmpvSnVnN0R1R0x3Q1Nud2dlZU9GeUE5ejlyOVVkamtYL3RZbGhMc0dvNzVkT1JkOFloanZzRjJVMzdyTldBUVh1bHMvUitTeXhMTW1Gcm9DN2Zzc2U3VEU4QmF4UHNDZ0haclRRK1ZtQTI2M3FlUjQ4dnlLdTQ2MkZ6aUpzOU01aUcxMUF4c3ZEdTJPb2Z5MFdPa1U5cW40U0dVMENYRkFDTUFUN216UFJWUisrTFJYRE14L09ZYy9IRE5oVGJJOWx0SHF3T2oxV1ZTTEdkYWJjbGZza1AwZitmT05GK0NiZkFRa2c5Z0M5eURsNWVIR1JNdXRmQzkvSHhTZ3FMYUxPWjhaWmN1QmQ0eXh4V3l3ZzUyb08xVHZrMDkvSEQrbmNKWmx4THoxWFdoWThXWWFBNzFwOFk5WUNzVkw5NmoyZGZiU2YzM2pqMjJVWTA3b2tpOFdaa1ViN2VkRXZKa0I4QVNsSEs2S1pkNlVYUGM1ZlpPR3Z3MWxrK0xXN1Z4UFlFYTNJU2l3SldlZGw1blIzc0NCWjdrLzhRWTBwelQxNkM5TFNZaHgyd2NHSzhjMmNFMXZCMnVUL1YzRmhXamQ2ZlRHNkhWcG10Vkl1MStwYlJ2eUhLUDFreVVldXFmNWVWZjl3c3lDVmtSM3RaZjc3WjlNZ0dZKyttUDFKMTFydzl5L0h2OWRVTE9wWktLM3Y1WG5MSEEvbWxyWGYxVG1aYTM5NTFwNVY3K24zTDJmdlpqWUJGU2ZOaDRCYzRkTG9XNmZSWHY1VE0rOWpicDZQTFR1eitSOWIzOHNyMmRwcUZxSE8yNDAzaTVEZkxNaGN4NmJvR1p0M1A4em5aYmxlTGtodldiL1BPWkQ2bGVIZXZXWUx2RHhQSm5qbzN6K2JYb3d2enBsU1RKcTZHT0RPcE5NZk5NajFIY0VIdnNjekpia2NoeThUUG9NRTc2YktaVm5BdklOYVNPek84ZnV5akNLWHZMMXVGcm9vaTQxLzErbXZLQlZrajdMczc1KzlhMkwzTnFRQ1VsLzJVWUYxdnhjSklzODlMdzlSaHJwc1pZT3NsWmN1cUdHK3hhdEZ6Y1E5bDZhNlZsUEJBdDh2dnRCRjFhWGwxZDZDWDg2WTg0bzBwQXdONk0wU2FQS1pWQXFwNHZOK1g4VUMzSmRTcFYvMTZoKzFCOVBZYzJsQXVTeHN1ZFNsUXVhNGxleGdMZ1BQaXUwWEJWbDJsdG84bXhDTHIxYWFLbGR3NEI5T25saUpxcDdmcXBmclZNem1FYTdvQ0hHM09qUlAzSjl6cDk0ZkUxM1dhbGowWWltZ3dzeXpiODNmczRMVzdjUnVMRVFBYzNoMGNmdmF3bHdwaDc0K2h4OW5YNUk1dUdJdXo5UXFXWEQyemhVMWpoUXlrNjdFWXJVOGFhOXJBZWNzMFByOGlHOEltby9Fa2JwMnkweUc2cjh3dWV1eEFEOUJ0YXk4Q1A0dmlDaWRDb3VqaDlTamJSS0h3M3lyL1dUdmhyY1d3cmVvRzhLNUR6QVRqTVY3MnVLTkVSQkcxQXowaHpmQk9CeGlxOXJaQTMrNW5mZ2hDMW9KRmN3ZVplWVAyKzE1cU82TkF0NnJLbG9TeW1vL29jaXcwaEcyQXFSRUszMXBaODdySVNBWDNQZ3Q5dHBsMkEraVFmbzFYQXBKRi9jTlU4NmduYnYyN1UyRDI1MUxob3NmbmJVZDREZHY0UHZleHEwTU9HMW15amxjamdNVnhmQnBPM1A1NWlGNTN3dFpFTTM3QlZzYjJWYm1rc1RNdzErTW10NjhrLzN4d09zZnVBZzNLd0x6SkNtZnpLVHVWVjZUcXh4cmlRTzdCT2dTVEZrWHdMSklJdnNTS0FTWFMvQi9FMS8raWJ2M1VLWHp4VmJzV3hteWZnYmtQTUw1ZU9DSEdQaSsyT2FiZDZFc3FJZ3V3UklYL01LQ0IzYkIxeDZHK3kvT1RlN1RNbElNYXZHNTVPTExpd3NXaTcvNU1KdWRhOXBGNVlJdkpjNzlmWnlkeGI2NXlyZCtMSVBXSHVkM1B0Zk9PZ0hMUDEzcFB0L1hiWmZyQkJUalFqTk55OC95cXdvUGRua1hzYTVxbFpGV04reWpNTlVYUVh3TisxMlVKK2NpKzBkblIvM1NuUWQ5N1dnWE5vYTlZUnJIT2xXWjNJZm5mdTNaUmVIV3VSZVB4eHBuelpXcjRTOXRIUjZyU1h3Smowd1JaMk1oTzlkOU9qYlh0dEFGTi82UitSMktvYk9FZ3ZiMWVhZHprVTA5VzM0NU1nL3ovYkh4UjZrTkxHSHZ2dS9nZ2NKMitibGNYaG01Z05sNk1kdElYbUgxRGJ1Qjc5MHRXd3hxZlg2T3hTbWhLRWtXUFRwT0J0eGM2c3B2cWxxQWI2N1NyWGp2dDlpQ0sxSE9PY2ZseGRFbDVsUThidTdlbDM4cEtsN1NsWEQvRHZpMVhRRDN6WHdlYXNjWDM3YjdDdFA4aUUzbk1jUGN2K05rcGpsM0RRZFpqMXlYNGZDbVZVcy9TdVhsWkw3MVdCOWxZTC9ZbzhlTzF4ZVZSM0Zhd21wbnQ3YlByM2xYMW96RW82S3BsVy9FUFozUkhIZy8xcVA0cURqajJ0Yno4V3pVMGt6cnplUWE5OCtVN3AvVzcrbldlbXpFZFA4VGVoVERQd3J5WGZOUldETVZQbGJzSHdYcmVLeVh6cU5BOVZGd2dEV1QzSnJ4dW4vTzlCRFNwMjRrK09IMmsyWnJweW10RXA5dVB6bHJsWjZmeWdmSkZ4NzY3eFNDOHg4OFFoUitOLzk3eTFnVytSVithZzFMdTRwdjNBZWVlZjllWWxIWGZVQm1vdllJanNHRGM1ZVZMYzY5cmZMUzUvK3hIc2w3T2VmcnA4QTE4TWhIUUFKcngvbitCM3dZOGxvRGhhNmVYaDREa2c5d1VoK2NOVC80ZFhqL2E3eCtUdk00RHUyRHlrSzZpdmNaMFA3cXRacFRkZXZLazFyRnJ0ZWNXdUlkcCs3b1Q2eTZXWnYzcEZLeHEzYytxVlZNeHkyN09aL013Tm0yY2ovQmtaZC93dWJsM0xtR2l6MVJSLzY5OFJOeXc3RDM2OXF2OUVUNTllNzF6NW9McmtsUkhHYU5zT0FUUjdWQ21GYlpNZDJxTTJjQ3haYTErSlAwd2FnbkY4c3MzMGtLTTU1VTNKbFBGbHowV3ZuT0ovQ25YWE1ySzM1Q1cxVXJ1M2JacVNUUk5jc3pLSkZOeGxuTGswVTJhZjVtNnh4bE5qMG1YOUpYWXRZamZhaU1SL09YY0JGbXFqOVphTXpFWHFmcFdYK3kyR3p1R0Z0blBwYnRPclhVT1poemV0SlE5L3FFVnJHU2ZKSm0vdm1mWkh3cmsxM1BJZmZNeXpwTktlbkwycXpWRitDMWR1TGljNnJKZlUrTW5BbFZTRlRJR0NlRmMyckZiTE5hTTFPYzhvNXJOejdFMWZUU0wzSy9GdUpoeVlrdGNITm5QMWxFQ2tuZjMybDg4a2dxZDhoYjZVdHFyZ1NXVFhielZuNUJobGxSdlNobTJiVEw5Zm9pNTN2ZTloUTVsMWtMdE1nMlp5NXJWVzE4bGJpRVpvb3FLWVR1cHFDRjViVE1KMm11bFBYNTlGbXRMaURDVnRPbk4rTldydDR0dEM5RU11bVZKU2JvbUNtU3VWdmt5OVJxbE0vUFdHdDl0ck54ck5UYytwMlRuYkhYZHl6Mndoak4yTWRGMUxOVmpiT2tLcGpCSERJZS9kNzRMaU1KSyt2dVk0dXNxOTAvQXVwNHczUnR0MTZUS2pwN1ZvZjlOeFBQWExmaXVzbG5BTHZBTThzRWhHb0xQSU5KMWN4aXoyYk53NndYZTRiZnlNSnZtV2VwOWN0YTV3V2ZKYjd4UmVYWmxzRmdLbVpGLzUwL0U3K254NXl4SjVucmV2ZDc4L0NaT1U2ZVp5bjhMYWVjWE9Pc09TMno3a3MreTFxRDFETmFOMnMrL1dRK00ydVZXdnFzcWM4VzJoc0xtSXhyejM5bTF1dkFYTmI3ekRLZG1zSlR2cWlzMFd4YVJoNlJIR2ZGenhiZHo0WHBJNE9IWmRGMDVudjZHczErbG5WRzlHZUxyZStpUEYxL3R0RFltVFF3NDB5a25zMmYzOTNmaUhHTnkyY3RlZ0pqaUdYK0plbkRUZDVKY1A3cTVaVTh5NWhiQnBkY2pMb3pKSU5NcnBzbEdlQ3BXdkJXVE4zYXJyV1E5SkVOVzF4S21TVXRKT2VSTFFWWWxwMy9kbzlQYzRyN0xuNkxMOEhsMHZOZFVGS1k5U3pyRzR2Y2xsbVV2YkIwTUV1U3lUaGw2VnR1TVFseEp1MHVTRmNMY3RuMERWK3V1L1dNN3lZNXlLSjd1ZHpaejVBY0ZxV05HVkpITFVVSEdUZGJ4bTJRaWQrQzlMZW9OSm5ONjdLMHBXeGNVamRZMW54bnJWV0tYbVpJQVJuN3NlRGNNcVRKOURlQUY5ZlRVbHZXTFpSSnUya05Md3VYelAzSVdvTXNuTXVtczZCRW5lS0ppKzdIb3ZobDBlbWlXdW1LeDF1RGhwemlRNGxuWDFUdVh5WUJ6cElMY0I5MGk4WGg3dTNRR3dTZHlBaXZqQU4vNkJ2ZXNHc2NSZUZWT0I0WTUvNzF0Tzloc3J2Um5ZNkQ0Yld4ZDNKQmIwd3dqZDBZamNQcnNSOUY4QUlmNzkxZGIraVY5cjN4cFQ4Mm1waTlQamFPaHRFa21Fd252bkhXdTQyQ2p0YzNXcDNBaDkraTB2TmhKK3lIMTdkRzB4OU8vREVmNWRsSjJQWDcrRDM2bGplKzlpZjRWelFaaHdPdnhEN2VHWWRSTlBINkw0MWdhQXdCeFdqZzlmdEd4NGYvNlUvaDdRNTluZy81cGIzQjVmZzJITUxIZDhZZVFGQWl2bkhxVDE2RjQ1ZFJycmNhcmR0bzRnOGlvd0V2d294bzhWaUZreERXMG1pTU83MWc0bmNtMDdHUHlQRjFPRXV0MXNvR2Nsb1Rid2hiMWpWZURJTWJmeHdGRTdHa0Jqd1dnT0p6T3dFdCtvTURyNXI2bmpaN1FGN1hJWUlpV0pMZWpHeHl1MSt3MHV6VnVlajVZMi9rVDdGTWpySFI5Rm9YbTI4R2tIdmlleEh0MFphaG5kMW1PSVF6MjZlL3Rab1l4c2FKMVR6Y1hDbmJlRXlqRkZyR1A1SUx5UGc1V043K2RIQVplRE1PMzBVNFlxakI4ZUxqeWZJbHREM2FsbkFrZm5tbGd3S1NLMW5QbGJIS1FodXpNZTlzRzk3RU9QT0hTMzNrVWV4KzNwbXUrLzNWbk1aL2MvYlNudlc4OGNEcnFOZlN5bWp0TVRHa2owZkpIdVZrSGFkb0xZTTJzOGp5ckFkRU9ia2RBVm0yWGdXVFRvOElrdDI2eXVoSHd4dFBJY3hsNyt0bDRjKytOZldHc0ZFZzNkMHdvVzkvT3V6ZzdHSERtbkFpdlE3QUJoOHk2USttb1RCQXBUSldmUGpXUE82allNMS9pQThBcjB4NmdzQWpaWWk0TkZwaGlNWVJBRnlQK2ZxTlFNVDJnS1Ftb2RIVE5oUFc1M0lNSkREaFNwWXhrRFhKUGg1bzRZRmVDaG9TZy9nUkRqTWRkb0ZpZ0JDN2VJcHc0OFkrMDRPaVhqQ0tqRXZRUm4xL2FGeXprKzl2R1ZGd0RRUk9wNUhVSTRXby9hc3I0SUlkUVVPL3NBSWVzaXFSN3F1WXVvQ256dmZnUXIxRGFhUnFlV3dBRUE1T1dzK2F6WStIU0EzeDVseGtqK242WDdVSklwK2t1ZXF2UHdCSGVZQlA1bHZqZkc4L0pnYjUrT3lNS3h2b1VTM3pxdTd6RlFyb0t4eHFuYWRsWlV1WDAyRHkxbHVmL3Bmdy96MjROaVB3eVB0ZjlsM3IwRGoyZmZna3NMZkpSTXhibUVIZysxSWVrRVF0SUpYbGtoZ3pYMFVUL1I4bkFXMEtuSkVUdjlQemhyQjBieGlrdmxLRjdHbHZqa0MwQm4vWHlqajFZaTZ4azJ3L2oxZ1orUFpoZUxabmJPaW5TT2RwY3AxVzZ4VW82S2FoeEdyalJkbkVOZmtlTEpTeEUwWVRnSS8zUGRjS0ZVVGpUZlZJRnB6dVd1aW9FUGY0dzN2TkU1Qk9RN2lxeG9RNEhzMEI1MC93Sjl4MUkzODhDVURjSFlSZGxOTjk0L3ppV1N6R1Bydzc2YWd4Tk1RRjdYY2xRRVBjMHpqWUVYeHVNT3JEY3ZadjBlNE9zL1dHRTlxZDBvaXZxUit0ZEM0cm83SEhvWGV2WUlpQ2grVmhmV0tGZ0Zhd1dJL1k3RjljUkhvWXQxaWhMU3hJclBsdDBmY1pYN0dhOWN5N2k0L00wYmd5ZE5ibGh2a1N2QmVyU1hpZ3ZCSE1NNWdFOUtXbDFhcUg1c00vMEJwTGZnWnhmOWRXZnR4cTN3eDd3d2lrMWRITFlCaWxqMkNLTTJ4Z1phaW0rT0FEV0ZWWGFISmFBM1U4R3NIaGdVSkpWamJRR3ZabURVT3VrQmlYUEltRitFV1ZMcW9Za0JHbGV2Z3VRTTJLUnVHWXFWb2p4bEFlN3ZDdlhGVmMxaWI3NkdXUkI5aWtwK0lBK0l4OEFob1dNV3ZSV1NLUjZCalBrb1pwY2Exa1hXdTNWTkQ0eWlnakh5ZGY3a2l2YXlYMzl1TFdnVENTNGpHTytXRUxwc1IyK3F6dndYWFg0UzZaazZRVFp0a3p1NEk3K2lHWTlYM1N3UXJ2dGZ2Tld2Z0JuZlliQVZhSTZoZlRwUmQ3Nnh0M095bU1uek1XOG1Jc3hUOHlHNkhhVHRVMFozaGY1U3R4clNydFVUNWZydkxCY3ZLUlhWbjBVYjV2MWN0bE16bEtSU3ZvdWZnanQyNVZVMitaMVZtenRKdzV5K3FhbGJxVi9JWmJTK0pidDhwdW9VZnBLYmltbTE0T3l6R1RiOWxWZDkyUDVxeU1iU1pYcG02bU5pVDl5RFVkcHpKcnpLcWRKQ2kzWHJYblA2cWJUbkxmNmRFTWlwdnhkcEl1Sy9VVTZtYnF5NWFaUEhkWmo4cE9jbUlMUFhLeG1NVUNqMnl6bHZWb3hpclh5L1daUHlYSm5UMmE4WGFLVkdFSGE5WFVXNVdpajZ6eXpDKzdxUzluUE1LSjNqSDN4L2JmSlB1dUpZa05IcVVJcEpJa050aDZOOFVFcStVVXA2NVVhbW5DVFI3cERCYnZ1blpxZUNmRkpSMjduSEVmMlNuc2EybnNLeW5BaWx0UElnR25NL1dXbFRwMnBwbG0xZVlDbHdiY1NhbkRhU1dKQ2ZseW1xRW5tUVkreW5ncjljaTIwbmpWMG9CbW1pZWxBQUhWNU5ZQ3oweXRsNVBHM3FxbVZzSktMYUhyVnBQRHc5cW5DU0Q5eUtvbUZ3ZUdUMU4wbXBneWJucFluZFNtMVZKM1RTVXREMWhPa2t6Y2VpVjF4N2dadE9xbUxqd3JlUjhBK2RycHRhK2xIcmx1Q2duQUl2MVd4dDJYY1VPbWx0Qk9uZzU4bEdLUHRWcUsyZHRKTGd5cm11YXJsZlRpMkdsV1cwc3lHTHhMMHRKQXh0VmxwL0NxSkk5Q3R2emhwUEJ5MHRPMjdSUlR5TGpxcStXMGtKR1daYXFwbzFBdlcra3ZKdVUzZU12T09NanBSMG51NnlaS203Tkg5UlJneHMzc3BvWElXb2FFa3lMZnRId08wMDRxR3pCV2tnM0JGOU9ubzVheGhHWnFhK3NaRTZxblZ5TDlxRzZudmxoM1UvUzEyRmdGSDhGNVRERVlwMktuYjZ2VVFxZnZSM1pSNkRyaGQwNm1rUmYxQWd6ZG12aG9YdkxHdmpFS28wa0pMZGxSWnh5TXVFVnV6T3hvNFpnTUZXakY5VWNCL0tjZmVQMVNmem9JOENWeVhVUVRiK0luNUpBUEwrUnc0UUN0ZmJITkl4aDJnNXVnTy9YNjNEdkNoeG1GSTI2NGk0eWdDNHB2Y0lXUlpiTTlLSU53R3ZtcTR3U2owUHcreCtCbjkvclRUdEQxeUExekVnRGsrV2xEV0FmRDhXMnNtcitJeUJxc3ozL0xPTXRZRldhZlBnd3dDaExkNjkwQXJkUGNjSXlHUXgrdGtORmpRQ0dmM0xpemkrYlZ2dEhvVC96eGtKbG9qekZhZmU4MTdzZHgyUEg2d1llK01ZQVprSkgvMUorTzRYMGVHSXFieGtjNmFNQ2ZOOUlBaTRRV2xzSmhoK3lsa1hGNWEzU0RhRHdkaVJjNlBkamZNRUlxR2ZyQmRlOHlIUGZDc1B2WWgxdHNXYjNkNE9yS0h5TXgwemRMZEZhTWtXS0VoaVBJL1lYZVpSOWRKZExRelNNdG93RWxEM2dSbnJ2Z3BhL25FZkFQL1NTei92dG9oWVFoTUY1VFRNRi9EUlRrTStNVC9Ob1BocjUzalNHYndYaU1weHVQTmt6UVE5Q0o5S25nSG4va3Z2RDlKdktQVWpQc29ZMVdHbUtQWW03akdSZDdqVjI3ZFBLZDVpa2V2NEJPd3I3dmR5Kzl6a3M0QitISThOajNtaUd3VHVVdzcvWHA1RkdBTGxCSzZUeUlYdEl4Q1M5eHV3RTdqa1d6TVRRYVUzeUFma2JpQzYrNGEySkNTVzlvN2p0R2tpaTE0Tmo1Umd1WVE5OW54a2M0ZjZXVy8wRk1iMzhNaC95WkMyOFF2ZzZ1L0dIQ1U3TERhRVhZa1NPQk1Id1lhQjJuc2ZlVGgxWnA3L3lmL0hycDRIeHZ4MHd5SWFQeE9raFRPNXRJMUlBRDVIY0N5a1FLaFYxV3pZSEJENHhpQndJWmNtUG5PS3lVb0hIY3VLNC84b2V3RlIzY0NQU1E0OXJCa3hDd0FWWkhONEE0eHovWERBZnc3WjRQV3cwYjFKSHVvMGllYmZUVWV1TUo3a2twR2dHYVYwZzVJWHgzQ0FleEU1SjNrdGlaRjBWaEo2QkZlUVZYbkRHQzFZSjFJNXltSFdTTEhxQUZMSERjQ1lieFBuNzdIQzlQdXJ0dXZISGdYUVo5UE5ISW5ydmo2WFVKTHJwcEI4WWMrNVNsNkEwRzVFeENJc09MaW5Cays0S3ZLeWYvSXpMKytzL3p2M2N5N2NNUGxEMEtOOUZWUU82NXZRaFphUkNST3hwRGxjTCtyVUtFRk9XMXY5c29rV2YvQmliWTNIMW1QNjBhUjhOZWNCbVF4TU85MEFBNklkN2Rwek9wTVBPKzBZUnZFVDNUallKaFlmZHpGTm5NcjUvdG5qaFNDdGdGempQcDNRS2I4U1U2eG5Fd0JNa0NtUVo4Wld5b0FobXNxdTdEaElYTjlyWisvTG1QUDdmbzU3SXZpU2E2endiQVBFQ0E5SWJBNUR0TTlpZSs0OStFZlR5QlZ5QmxBVnZwQ0F5QVdmaFJoRnhqQkpLbG1NbGZqZVZocGlqQU1BTlZBTzV6TVRVeTRQNFc5ODl3MnVuN01PWUk3MnNRbzE3NkUveUo2emVnbXhqUjlETHk2ZUptZDVQQmhNRmd5TEdEd3lzeEV5aVJFT3hya1Fjc2lpVjZFNUU5Mlh2ZHdjQ1FHeTVsSElCSUFoZGgwNXNpY1BOMkVxTElPZ0FPeUlOaUd5SWtJcmljVHRqNExjU2o0NnVVd0Fidk4zbk1GSEk4SG4rQytEZTZOMGczWGVNc3ZtOTMyWDNiME83YnlKakNOT0I3ZzB1NEtMcUNVZk5oOWc3MnoxbUlSdW04c1MvMG1UTVlEcVd4THNnRXVDemgrTm9iaGtHWFVDVTkwUmlUN2dzU0ljbmsvQ3BMUlhHdGJxVEwrSXJxVFFlZVRBaU85V3JhT1pndGFZTVJrL282WE9vekl2K0RLUXBIOEpPaUh0UFAzVVE2M24xOFNkL2pqOWJjMkpkTzlZQ2xDSTVDSkNUOGhNVWloc1h6eDc1WlluR2RRSmxSeDR1cElHd3B2dzY0VWFDRWVqVklyQ1VGdmJGLzQ4TUpKV2xWaUZGNlRybVNqaGNOeUxZaXhoTU1JNDRaK1JiL3JJeGdnTGQzQ1dtZnhSTDRNaGlGU2QvSWpiakl3aUlWU0ZGUm1NaTZCNzdFaThNSGlhc2pWNXlZV2dmWURzaVBHSWcrQ001THB1T1VCbjZYaWUrNE1zcmM4WE5YNFhRTTk4LzM0RU1CUTRkV1hqdVlIOEV2ZmJQRnhlZkJkTUtOYWtndTlCNGpmQ0FnT0VVdm1maDV3T09RbUZhbUdlL1dONkwvWWpqMmJud1dWQWYzV3FkUHQyU2F5TDFyZG0vQU1ld0drWSt5QzdGYW9xZUwweDI0UG52amNIcmQwNDRlbmlzNFR3L3hzWjlwZEQ2WUJwRzhvenlqZDNzNURyckczdE1UTmhvYWZ1QXJpblpCK2kwcVRNd3dCRkJrODBtVWpTRGV4ci9TT2JzNE83V2tjTUMwSFp6SzJJc1ZyUjdjNFJOU2N0eTNqUXR1c1oxZXF0WlduRFVwYUI1YWhKbWxsZWdxNW9WUkE4UzJXSGJCSGFYWHZJblI0a2JjblhBNjdJSWVDWGpzNGswWjZadk9USXY4aTQyRXh0MkkxL3dzZVcxKzl6QzFSVjJsWkpEWElmYjhiT3hGVW1QdDNrYmN4QmFybGlSaU1wTnhKeHlQcG1oWkJydzd2ZnY2akg1aFBpN1ZsZUgwQzN1dmpadmdKalRVa2t5SGRNa2U5QU5weGlJUmtVNkR4M2ozalJkMWtKaW1ZNzhFbDVWWGF2YUNFWTlVUXpNWmhYL0RqR2lyR2Qya0Y3czF2VlIzdmQ4d1R0Rk1BNklXdy9VODdKUEo0VHVOczZkb28yTWFOSnl5TWVvUE1LUnUyZDFEdndHTVg0cTE3TDFoajg1UWxOTEdmOEMrT1ZCRkVEVWN0ZGs0TDEwd0RVRDV5amtYUkJxdzI2OWgvSXREOCtuRm9ZV3FIMmtYUUgzQ2REZGh0NzltODVhdXB4ZkhGMGZJSTk4eElnOFZBcmhJNEFqQVAxNGo2ZVBVRWd4VkZkYVlOTmNQUmtHM05BRVdUWnBPTndDdFpac2JYcnFNNE9pS1VrTnpiNDBMcGlqdEJsRUhEczM0bHJ0YjhJWWFDQnZyMGZBM2YvVTlwUDNtK1ZIcjdOeG9nVWJpczh3QzRKeS8rYXRzV2FKNy9kYTljL2w3L05UM3VXekloS0VRZlhlZzhkMU8vTkxRbndKSmozb0JDUEloRnBnUVlnOWp1dHhXTmhvSEF3K1dWNVNCQXhvZFRpSlJWUW4zUlNrTlI1ZXBlbzF1TCt3ZXU5L3dyUjBrRVBJRGtTUi8xWi9DclF0OE9PdHd3QW9NSnlJOUlUNHBZbjB4MldNWTB1V1V6S2taY3hhanVKMzZmaVFTYVhaSy9ES0RPdyt6QXZ1M2cxR1BNWCs4NlB6cFMzOFFlTVRNdytrRTlya3pIZU5wTjY2bXROWmtqeERHSCtGYWllV0djMmxOUnVmSHJkOEhWWnF4SEYxR1JGUk9XODFqa1JieEp5NTZjRXBLM1dDQU5uK1MzYVJYV2FoS0hvb1lNQ3g1N2REdENvT2cwTUhzemtBNVBtZU44RnhlbUhDOVh1Si9MNXI3dFdPck5KWjhsRXRjSkgrVHVRUXZPSEZTdU91V0dRQzRrUHN5R0tLMEtNY0dCVEZ4ZlF0RVI5Nms5OHE3amZnV2NMTk5EeFlXcjRDSThRUCtxYStoM1lQNWtHT3gxWmZweWZCZFlYbWZ6RFE5OUhlQ2FOcS9DdUI0QlFxelZ0M3l6ZEVCeUtSOXBsT1NoWkNHOTRkSUh4RWxhd0VEaTRpQjRjbldkMVZSczlma3VaM3M3RjNBYlFhdmRHRnZZYm5PUkFqRHpyaHJiZUgvVm9qUzRSKzIwZkw3UGtscy9WdHBaNWNaeWgzalRLdy8xMGNWQzlUWFhyeGRydXhZNzVKQ3k3ODk0dStYUUNLSHZSb205LzRLRmhVSUtlaDIvYUcweHhsUmorNHcya3c2d1hwSXhWMm5pMy8zcHhya1NvUTV0UHdoOTBWUzluNTRDVHdZNTlNTG1WREE3NWRYb0lnWlRtL1FWR1JLUEhOb24yTHBUekdYRnZZSWVuNEZTSDZJYjlNMkFiVUNyUVdNTlpETWNkRm9vdHVSRk5RUVNadWNjN0Q0d2lwR2NpOHp5QWhPUGVwUDRUQ1RHR3FRS0toU3gzY3FYekZlWEp6RElvVmplSU1aUEViSXIzMStZNVNpNllnZWhPTjRUY21lcXRJT0JuLzRaRHdSb1NIOEF6L05mTDBVTE9JTjBPMzNhZ3owUDQ2MjRFTmVsLzZCYXduc0lmTFpqZ3lxRGVYdUU4ZWZtVUx4MVhTeDBaODZnbTI1N2swUU53eUtRT3N0SStIbmFDVVV5V3lZYVVZcXdaNTBlY21NdEVpcWswMXgvays4MFNqbTVEOHJ6ZlNBWWhkZHBjUE9SS0IxNWRIbENVellIN0Z0WWFTSnpzOXdTRmRpWEhtUWVWQ042WkJFRS9qd3E5QzRESVJqdG8vc3FlL2ZJQitKZEdIOGp6ZG9RSzczSTRkS0pINXFBVHUzSUM5Y001ZXU4THV5WldDN09PbUIwZ2g0bzdjUlQ2VzRiVHJoa0d4b3pNOG5yYW1USUlxbWd1MWVYTkJmY1pZbXJET21uU0kvOG8zM2g1UFNybVJ1VEhISldQRVpBdW92RFM2ZU0wUHk0VzZqcWFwVVRjSU1VT1MxRHk2K2ZYb0V3bmt2Q09HeUNWOGpMMkw4QVJFbm16bjhMOG9oSk1aMGpPZXZLUWdJRG0rTCtUVllCUTVWT2psdnRFcWtOZk84SUxIeWp5TmlJU0NjU3EzNFFCNE5QWTI3SCt6dW02Ynh2QU95QUIzUE14SUw4TTBXU2lic3dtQW40V0tNTW4vcDFMOW1hNUtsb1p4eTZYQ1BUS2RwNytrdXF3VjhORFJhd1dTS3k4NVM1TkIvSWJ3R1NvSXdIL1huZDRGUG5DaVhHeFBXWVRtSElHbjVReTVld2wxSkZ5Z29RYmhUVHhsN0JZS0cyOFpvd0JJbXJSZXQ2UmpVWmpnV3o2ZVRqcEJkZElTNUUwSEtSY291Y0duZjJIdE5CSWVxQXp2aSt6NUpIRFFhSSthc3BUcHVTbUdIbTZtNi9wV0lsNWlPNDlBSExxcDNiNk1ybm5mTDVYVEZ1Ny9HTVhkUEI2ajhHUU52RkJuV1YwclBTNnFZQWZ2RUpzcXVFREtIMDlyaWpSdEhtZkN4dm5FSXF4eGVocThOSVU4WUNqbkNGbzQ4VXFtSlZHQ2tIdkN5c2ZJNUlWSVFoWFIxYnNBQ0hFNWs3QlVaTDJFbjZLVG9IbjJQYzNWS0ZHYnBtb0xRUytkU0pqc1RuRXpidHZiZWE4QXA0TjQ0a3ZhQnQwY3NsazVLWFZkeGhqU0trY0RINHZnV0pVcUZUelhCdFE5aWVRY05peWdxb2FRR3NpY2FnY0xFQllVTWdpbFRnMng3L0t1R3Nlc2JweUhvcmNscG0yWTR2cW83cGZPOTQ0YXhUMnFBNEdaN3lJNXZCM2dlRmFaRlA0NWxBamp0ZktQYmxWRWVwL3NsSm9jMTN0MFJibXpWYURGaEJYdVl3WVJaWHRQYVFLRGR6ZExXbnRwdnRQUUJTRDhjS2JNMVc3M2dhaUlLR0lRZ2FRd29ZQldBaDhqQ1VTcmlMaHhlT2tCRXZadzFSQVZFRXIrNnpCYnFkYmdKSnhFcmc3TTlhWnc5VXpVUzVCN25qZjBTR3RxQmdBWStTT1hvQmhYTTQ0UTlQOW85TkJPNk9oT2NsSGdtN2g1Zzl6VU9mTjBQbEtIT3pvNGJGM3NrMlYweE1VdEtrZU9ZUXdtaFFsVVhlbmhoY01rRkJJT0V6dEk3REVwTnc5b3V2d04zRmx1OTRFTWZ3MWJoTWZBRzRMUlltZ0MvU1FQQmVnaDlSc1Zod0FTaGhIWUFnZ0tHeWFtTC9zMm0rQmsyQ2ZaOUlvS1orT3JIeFphbHRPVVpuZHNKUU9EeDJDV1BtUlpyRUY0SXpXd1hLNEowNDRvQ29DZkNzMDQ0SGVFSnBjaFlyS0dqRmgySWNkMGxYWVdiaFE5NGVZWm1ISm1HRVFEcVJCNHdwRzc5NFZydngzcklyai94cFZhdWVoQ1I4YmRpc3g4dzQ0TXBrRUpYZWU4a0JOMXVDcG9KdnJ0LzFEcmt3NzhuM0k2Tjg5SjdOUU1XRVQwVGJPS2RtRFBIMm5MU1k0L1lYYU5vUEdUZk93eGY3OGlFTDNMZHZlK05MNmZqYTI2MWVzY1lvY0FLUndzUE12SldPR1Rjc1N1TFliR3ZNM3NzWFMxWFh0Qkg0aWRwUGtzUS9iT0o5U0R1Sm95d0hocktGY2N6RmhIUUx4Z3VUdER0eVUzQnpNQlNhdDZDZWdJM0V6TnZhTkZseEFVYkU1akpsSDVzREx0a1ZwWkdYbzViOTlBYkkvK0xYZXRzdnJ6eUNNVkVCQU55VG5CS0JZWWg2ZlFxUUlXWmFUSWlqS0lrTk1pVUM3UFRBRzRWWGlKOUp3TGhZaTFuT0VReVlqR2RQS1F6ZGs4aS9jSDhyN25xU0pjYkNRdis2NUd1eHgyZ2V3dFdOc0xqd29YbFlOenh1aGl5MU95SEhVbzRPTHdkZ2JUdlNSYWl4NkdnK3NDSCswTU5ZZUVoRmpjQXRrN1hkTXdYa2d6c1ZhTUxxdkxMQUJXa1hWK0crOGlRTEdBWmFEN2xpdFFOSUtHYzFuTi9wS2dTQjk3SStLYVF4b0E5QllqNjgwc2YxVTg0K1ZUTUY1MUFtaENwWGE0elV6ZUVxcVpGT3hBRFJ4YnA4OHRGSEVmbTZkRUw2ZTNpN1NjZEIweHpRc0VZOURaR0JjODVXVERwZ3I2NjAvZTZYVm12akkvK0FmdEx2ZXV1Z2t1dXVVUnh3QlF5T3hFWDRuVjdaT1lVMlMvRzhka1oxelVIOE1BSUtReDJLRjJ0b0krSHFhalduWDBnZGZ3VUJmSUx1M1AwRWxSbmt1U21VUWZ0cWFDMVVZNUtBSnlCam1LNndOZE53MmdlUDZ1VURrOE9HcGFXZWRFYXdhMkV0SXdSbjhZUjNCWWQrQWJUQVE3UjdRRGlUMEJiSHl1MW5Dc0NyUndKWnp5blU3VFM3cVlFbklmOStuVC9ZUC9jWktXaStuZzVoVUNnQUtYdVo4S0E3M05QbHpSMmxFWkMyOVZkNU40VjFzeVFyOE1kT09hcWdXQmlNYlpub0ZhUHZZRHB3UHg0SjVVM2tHRU14WnJlRXFaZ0ltaVFoMEVJUGp6YVZ4eHdCNG9GL0Z5NHg1TlJMa2FyaDFGQnhHdU9obmc1NFhGQnA2eGF2QW5aZXl6bmF5ZmdqK3p5VUVxbFpCSzNlU2pIWEh4K1h6a2NsSE5DL21jUUpDSTBoNkpFRnFFZWpFR0V1UFZTQ1UzR0lKOHh4VTVPanl2cWVvdzQ4cWV6M1pJcGhGcW0wdEJWRkJtK04rN2ZZaUxNdFo2OEZYRXRXckRrYzUvTVZOeDdSb3NrVFBsY25sTHZ5VjF2NG5GZkcvMFRiVHpUU0dXd2dCSFFIRk1yekhkTFhhYWZNRmY5UUtneTE2cWZXN29WU0F2dXdkVE1PQ3hub0dxSUVUZlA4Z0JaV0VKbTBSMEtydkVuR2wxdk5FbnNVM0RXYWtyRzEvVEdYZUNldCtRRW83dnI0aFl1ZGhUVG5qRy9nbUtST3ZmUnhCb1pEYkloTTlBSkVDOUZqdURxeDZyZmVZWXUvck10cmdSUzdLVDA5aU05bjhRT05DVnM2NFNYZHlleDZNVW85cEhzalhvN0Z2UGZqM1d6ZWh6ZG1hbi8zdEI1bUV3dnAzMWZOWXpEQmd0dGRPaVBiMElNb0dES0M0dTJaRno5eXB1b0loWitIek03L0J1RjhSaTdvRUtaVmZLcWJodkFudUZpRVdRN0ZXVjBtUGxUR1BhNWJzYjRTamhNQkFsMmcyc3k5cEVVTjVMaEZjTHpTd29VZkhrVUdjd1JZUU9LZ0c4L2FVM3JxYzdqbEg4TWI4aHJNcnp2eGZtVzRoUTNaZjVqUzVUTWk1TUk4WnJuTjVpMjFDdU13UDUzdERnU3RKTlc0eWh5UVNRUnlFNXdqTWphRzBRaXVJTjVLQ2Zjc2hMU2lXRUt5NTV5UlRQWmRWZDFLcHdwYm9UWWFpNnMvSzNtOHpOU1lOL0JZeXE4cDhBK2U3dzZFbTRMUnFXeDhJRWJIaW9IMnZ5MTlKM09qRG9RU3RrT1NvQkVEZVRybDZyNmJXeDRQejQ2UHQreFlqNFlwWFh4QVhkMnN2QlU3bEJBd1FQL3dCS3NHVzd5OWNTZ05vN0k0alkxekhKbXNBVWVRR1pvanp1dHdVa1pSYmM4ZE9PTkRITC9jT2U4MlREVjhFV2g3OEQzUUpNclNlK3dac3lNbmNuOU1Ceng1WUc3Ry9ZU3RINHNUMG5oNFhjR0l3c3p4VEVuUkhWM0JrcldMdWtSc010YndyK0RVaWJ6VTJVckxqMDFmQ2VwTjZKWlJ6RzZNUjBRZjlTMWlhUTVtOWZGakZQcUpuRVZ1K2NVcnZUQk5LQlEvNG54NUtpTFRPaUo0bGlFUTByeGpVTmlaU1V5bnZyZExXYlNRdE1WWlQxeW01YXd4TGI2dms5cnUrTjdVNkRnSTlqUU1TY29oQkhNUktqQklKV0M1SVpLL0FGWGdwaEprYm15ZlpTbitzQVoyUVhDSTlIaUFteWFpK1hieitFQTgwZ0xkQTMyUzVOZ3dObEVoTTVKVm44Tjd4YzRNbDNLZTI5ZU5JRkR3aDlNdFZTRWlDaE9peE55bXJvdDZDcndiMk1SNEJqZHZ4NlZwbnN4dlBFRGdEL3h4aThwaWt2bmloa2hjeWRhN1BkaE9CQnhWS2N5aEVZYSttS1J0NHZqWVBvKzBodSs3UTgvOUVCRkF4bWc2OHZZUmszbHhqa21qQ1dQT0l6eGUxSnIxb043ZVFOSnRsbnpjancxN1FPa0RmWEV4dFpLL3NWZlZMZFlQWkU0ZzJNeWRZdkxmRHFRTk16bHJveU5SUmxleGdaVFFDQk8vanVOTTdKQ29PK0RHek81STFGR2FIRjhmaG1ybk1JV2svN0R3ekRJYVNjQ1UweGo0Nnh4Wkc3aW5yRWJDTjhhVXFZUFUyVXA3ay96RWVDM0R2cTNzSU8zdUdvbm1vVnJFYWZldlNYRC85d3A2bWV3ZElJM3ZJZFNrUmJMK0F3T29mU3Z5ZUs1dm9pV1NtbzlKMmdKb0h2MXZXQThqVW90NFFCcjdycW9VWlFiNVhjVFVYc05MWVFMcjI1dURVS2ErSUJ1ZFZYc3c2ZDY4TnFJZElyYlZPd2FjNm9QWW1QN0gyVStZc0lKWmpPTEZ1ZGxXY1Z4bm9BYVJwU2V3ZHI0TE1TTUcxdVVtMExSSndXZkk4OHhybGFXaHdVUFRxbURCa2hEU2toY2w1STNPRjdnTzNzWHBVc2x5a2ZSSURHSzRqdE5xYmhseXRiZmFyenV4enFhN3FPKzJIbG1Db2VBY2tHUHRJckFLYThhSDdpdVdzaTQzWkdNK2FwOXpBT1VKb3FvamVxdFdKNC8zUXpSK29SVk9nYVhlRkhCTlhsdE11a1kvbVdoeWcybzNNYXFOeDU4RmhRcUpaQkdoOUwwbEV6dEM4VVRwaFNPUFd3MU1RYnFxblFPVlAyS3QrN0tqbnQ0dElpTkw2UmI0K0pnWDhSbG5WdkNMOGJEV1VBbUNsSDZ1NW4ya1EwU0NnR1RCa1Y5R1FYY3VFUlpIbzJWZDJ6MjBaNGFYZ2VUN3pCNU1oQnRWNG1pZWMyWjJMVkU2ZlRlTktKWUdwWUo4OWpYK0dQRVBrWnMzWWoxNzlCaGhTWGVFMFlFK0hjNEJsbFJhS0NSb3FKcmlaM2l3bnp2Nkd6djNQRDYxK0VZV0xyb1BYTW9ybjQxQUZpNGsxRmlsenhhSFpQSDR4TU1UVVJhL1U5WThqR0tVU1I2MG91bHBoZlZoZWViN25aZ0swTU1rRkFjMTlkcFJCNDQ5SEsxMFQxNmdiRmZhYSt0d3RqRzJjblI3anVXVTNITGxsWGQvT21OM21ReWl0NTUrdlRWcTFmYnc4NWxzRDNzRDdhSFFXLzdPcng1T3BwZWdoanc5QnVvNjN4ZEFpWEM3ZjllKzhuRDFTbGo4ekVzcDFhMlhhdTgrV1N4R2NuMytSeCtvLzJBVmNiNG5sUnJ0bHN6eS9uMlJBQjlaT2FSTDlYalQ3YVhMN2ttMEs2WGExV3praE50RGlRVStmYUt3dlVsVG5iWnJkYnk0c1NBUHNacFFad1dJN1gvckwxMnpadk5wbEsyS3BidDFIUE5SZ0p4YlArVDl2b0NrZmlpdTNXblhxKzYrUlpkQUgyTTVoclEvQWZ0aHcxMDUxT3BPMmE1N3VhY2lnQVN4c0QyQ3VyN2NYeHExVnE1YXVmRVJ3REYzSUJ5VnY5S2U3MlZ5Y1FTV3FibE9qbmxNd0UwZzRIOTNmWURoRVdLK1dCaGFDc3ZTWEFnanYvLzFIN0ljb1ZpSXJZTm5EYW5sQ0NBK0VUK1ludGROUU1GTDZtV1FaeXljL0lTRHZReGtpdEc4ZzI1UFA2MzltUHlRbkZSeURScnJsM09KOWhKb0RlSlpiTTkrQy9iOTFSbVVFaWFkczBxVy9sVU5RbjBNYzRmNC93eHpnK01jN2FvOTR2dEZVU3JDZnhNMnpKdEp5ZCtISWpqODgvYmIwU0lrNWh4cFZxdGwvUGRwaExvQjNiRy8wRjdwZVZQQldhMVNyMVd6MnNMNFVDSlUvSHI3ZnVzb1NvbVVLODV0bXZtbkFBSGtsYk81Y3VuU2tYTU10MUtia1dNQVQxT2RINnR2ZjVpcGdMZFd0Mng2bm0xUHc3MHBxR3JINTQzQnUwM0V0MC8wMTV0aUxMazYzYTFudnZ1NWtBY3RiL1Z2dWRhdXdMM3FsVjFxM2x4NTBBYzl6OG5jRjlkWFYzSnVLcW1VOHQzTDBtZ053SzdYMnV2djh5dWRIaFl0bXZsdlNNNTBNZm8zZ082ZjZxOXVyckZ3clJqMWNxMmsxUG1GRUNQRzYzL29uMHZaWktsZ29ZOUEvUHVMd2Q2WXpIKzFmYVQ5WmFINXBFbElJdWJJSTdYRjQwc2tlOXpQUC96OWoyVUF4VzA2MWcxdDVMUFdpMkJPTDcvRGE3cnZWZXBsb3RkY3h6YnRoZGZiUDQrUi80L2JhKzUvclJZYUxkczI3V2NCQ3lBM2loY2RTWGdJK2dqWUJQN1g5dVBvV3EzbUZEWnJKcTVKOFNCcEszalBrdGlDOFJSZDZqbE5HVUtvSThSZnlERS8ydE53VnQ3SlhNcFoxbDFwNTRYY3c3RU1mK1AyMnNyaDI2SUc4bTB5dlhLd2g1ZytUcjNQZjYxOW4zVU9CZExhdHRXZmtiSWdkNDhoTjlNK2VwTncvZnZ0UisyeHJ5Y1N0MjBLczdtZ3FlUXY3MXdOUEg5RnFqL3hmYnlGZW9ORWZwYXRtdHV6ak1rZ1RnKy8zUDdZZXZjeTdtNExzZ3hPYU50QkpBb3J0RmVRYlY4WlhHcnRkeHh4UnlJSS9TUDI0K2o1cjRobEcvSGRxMmMwWmtTaU0vcHI3WHZvWEsvMklSNjJhcllPU1VGQ2NRUi92bjJNdlgvWTB6cUZidVMxNnpLZ2FTMGRaOWRCQVRtcm1sVjYxWk9INFVBNHBqLzBxcUM5dVhwV2tFbXdYL1hmb2lPQm1JR3RUTGdramVOU2dEeEdmenQ5bjMzUlpEWVZ6QytOaS8ySEloai81ZmI2K3l1SURHMWF6VTRSemt4NVVEU3NIWFBpWUlTZWRPdUFqSTVrZWRBTW9aMGJaMGVKSE9ydVU3WnpJbW1BT0pvL3BYMld2dEZ5Q3VzVXE2YU9hUEpKWkFrM0hWMm5aQjc3N3JBUWZPbUhuQWdHZmYrZ0wwcjVBVmlBejNhVnM0TGhBUHhpZnlqOW9OM3dJaW5BNlJyNWcyWTVrRFMrckNPUGhveHkzTXNzNWJQL1MyQk9JYi9lL3RSZGVPUWkxK3ZWaXBPWGxyaVFGSmxlZGhVSjhrMVY1RHI5RisxNzYwemlFVGJySUtPbkhNTEJCQkgrOCsyVjl0ZlJKSkgxUUh1bDFQZUYwQWN0LytsL2ZCZFN1UjhuTEtUTjRCV0FrbXRkZ1c5VHVKTHlUSHJlVE9kQlpDTTlseGwvWU40cVV6YmR2S3FLUnpvMFdQMjc3WlgwYjFGSVN1N212dVljQ0NPMGIvZFhySUhqSlRJeXZWYU9hK1RVUUJKVmU0aE9zbkVFb0ZwV25udGFBS0l6K0F2cmJNZmpWenFxdVBXNnptTnVnSklxdklyNm1valY4K3k0WHJPZTZWeklJN1UvOUIrb040NDhsS3MyL1ZhTmE4R3hJSDRKUDY2NWt4Ylk0ZWRtRzZkdXAwM3VWa0FjYVJmdFhQMzZZbTVVS1ZzNWIvY0dKQU01VmxmdDU5WTVuUXFycHYzZUhNZ2VRbXZvR2RRdkc5VnA1SXp6a3dDeVFEU1ZYY2VrdGpWN0hMWnpYdmRjU0NPM2Q5bzMxZi9vbmhOSzA2NW5POFdra0FjNjMrL3Zib3VTSkt4Vkd6THpPbUhrMERTZkhYUHZaVGlFMjQ1dGR5RXlvRTQ4di90UTVRZWlObjY4clVIZm5XTk9kd0tpMW82aVpzbnhLKytPNVJjVE51eDY3a1RkamdRUi9JdnROZlRZMHJpNk5xMm1kZXZJSUNrbTM3OW5hcGl0NUx0T0pXOG1lTWNpT1A3ZjdjVE8vd28rbDNKR1ZxVlN0M0s2empqUURKRStUNjZac1UwVkRPcmVRVmFBU1M5cFBmUWUwc2lYRFhMZWZNTUpaRGk0VnRKQjY5NEZhdG1iaU9tQU9KSWpkcUw5d0ZUTGx5M2twc0RjS0JZSFhtWWJtS3hsOE1GL1RnZkNVb2dhUXhaWlUreVdOc0hWcG16S29vRWtwZkFlanFieGVmQmNzcE9YaExnUUJ6SHY5Tys5LzVvTWNkMGdKWGtEWHJnUURMTWFQa3VhL0dKTXMxS1RtS1VRTEt5d3NOMFM4dFBBclh5bTR6emY5OStrTDV3Q25lbzV0WENKSkM4N08ranUxeU1jYVhtNWpUdVNpQ084Wjl2cjc1SG5jRFBOQjBuYjlFeENTUnJBejVvcHp2RmRROHlYWDdYUFFISnBWNTl2N3hZV2F6WExEZXZMTTZCcEJpMW9xNTdNVktZbVpzYktRYWtXRmNmcEhkZmZNaGNxNWJUNVNpQlpDemw0K2dBS0E5bUdWaEEza0FVQVNURE94NndqNkNjaUF0aVQ4NmF6UkpJUm9vL1REZkMyREZTY2ExNjdvSUJERWhlblEvUzB6RG1qbzVUeTg4ZEdaQTB1OTVYWjBSRnl5dFhjZ2ZvY2lCcFcxOUJ4U3E1akNzb1dmVlAyN3VQcFV1aklsalo5Wngza3dTU0VYcHI3ZlVZQjVtN2xWcGVpVVVBU2FQeEEzU01WRTZpbGRkb0xJRmtnTXhxaTdyRXVDMWYxZVZQdHBmdVhpblJjZXNndStkRmh3TnhkUDdGbTFFdUxkNkI1ZXVsL1ViNzRUcHB5bm5VNjA3ZHpudE1PWkIwbUsydUg2ZkV5M1l0K1AveTFrUmtRUElldksrdW5qSFc4UC9uTnRoeElJNzFmOWhlY1cvUU9GQ3hYcTZXOCtvUUhFaEc2RHhFaDlGWXZxdlpUazZUbUFUaU0vaVY5cnI2bEtwWVZtczVjMW9Ga05UVkg3VGJxVlFLYkd6M2sxY3A0RUF5UkdIVlBWTWxkazdaZEt0NWpTSWNpR1AzVzQrcW5rVnM3bG0rb01YZmJOOWYvMWFKZDZYaVZISnJ3eHlJNC8xUE5OSi95QzZ3c1k3dmx2TUdiMGdnUHF2L28vMjRlc2xLWmxVejNkd25YQURKU21acjc0c2owVjFCWTV6ZmJEOWtYOXVZcUt4YXZaNjd4QXNEVXR6TGErK09HeU5jTlhNdnZRRGlDUC9EOWdQMzJJMFpiTDFXTm5NeldBWWs3K2dIN2RRYlR3VzBxTHhWTWdVUW44cC8xRjU1djk5WXdhaTR0WnlwQmhLSW8vZEhOUjkycnE3QnNYa1RaT3k4RGg0QnhOSDRQOXVQcmpWb0xLalZuWnFiVS9FUVFEOFkwL3U3N2Z2dmd5enhyNVpCNzg4ckYzRWdXZWx5WmQyVUpWcTFxbHZPV1JOQUF2MWdVTTNIMC90NGVoOVA3MkdtOTVmdnNwNnZ2T04xem5pYnFxV0VpWDIvdmFvKzJUa1RGMXl6VXBYcjlXKzFWOXBkT3g4cUZiTnV4aExiRzExcTR6SG1qK3J0d1grcGZiRDMvSjJEMXA3ajJsWmx6b2pYZnZqMGc2ay92bjNxZFRyYm5ldmdHL0Rmcnd2Z3pTMmozVHB2dk5NNlB5dmJGZE9aTjFvMDloaHVFa0FzMjdNWUtkZXRGMGNLZ05ORDFvSEFDZytKd0hIb0VCK3lhcFlyZHRFaENWaGJ1cXJsdVBGb0V6aEVmbnE4QzN3YzRSbysvUWJhazIrL0xtRlRVOFpQRk41YUFrNVB1VktyVlFzUGljRHFsSjJ5WGE4Vm5ETEJwcWRzbHl0dVlmd1FPRDJrWTFhY3drTWljT2FReFFuSFVZeUMycERGOXhxQjAwUENSVnA4TFJGNE04bHNxbTY5VmlzOEpBSnI1T1BhbFhtamFjeUdBTkkwRGVNV3Aya0VUaUpWTFVyVENKdTVhTVVKRUlHVCtNMGJMYlZvYVJLdW1lWGlISnFBTTRjc1RCd0VuQjdTTmQzQ0pFekFtVU1XeHhLQlV3VG9XdVdLVlhSSUFsWTN1QWIzbjFXUUFBazJSWUI0eVJmSEQ0RTEvRnlyTW85eU5BSWtnRXlrQ3ZOUUFrNGlOWTlRVWtpbCtSdU9XL2lvRXJDT1ZHVXVBMDRncFhqQll2S3lLOFdQS2dIclNJR0tWWlM4RUZiZzE1VDRPUTd5dDV4NElaQnlPRnQ3TkZUZExoZWZLZ0tuVnE5dVZjekN0d01CcTZ0WGQ4cG1wZURxRVd5S0g5VWQweW5NandnNFBXUzFObGVJbnowa0FtY05XUzB2TVdUc0ttekdROVpSb004N1ZEMURrSWNyM0Myc0d4Q3dzc2NnTjJ0eVU1NDlackFwdGdLZnFCVW1hd0pPNHBkSEFtQUFXVWk1eGJjVWdaTkk1WkhsR0VBYUtiZStCSjBoc0laVXpTcm5XeWtFU0JOLzNWeUNoU0N3R1BKRURBblR0K3pDZHpLRGp0MENjbEM3N2hhK3ZoaTB1bnhtdlY2YnR4bmE4aEZBWEJwUlJhdndWYytnRTJoVjZ3WFBKOEZtTDF4aGpzbWdreGptdWZnWlFEWmFoZmthZzA2aU5ZK09VMmhWczlFcWZCNFlkSkxNNXMweVJXWm1ObHFGYjFJR25VUXJqeW1NQVdTYzlKcmpGR2IrRERwNzBNS0tFWVBPR0xSZUtTNTlNZWlzUWUxbE1LM2IyWmpheFlVbUJwMW1VN0FzNWVKc2lxQlYrcWxZZGFlZ0lZSEJwcWVOSHluTzN3bGFETG9YRDJyWnFJamxIUXloMG1mUXRHcExzQWFDMXRhdzV0WnpuVUVDeU5oYXk3V0tVelpCSjlHeWkyNHR3bVlzSFBhUExJNGhRcXNZMm1WN3JzNm9MUndCWktGVnJpK3hjQWlkUkN2WHhVZ0FHUWVoWXRhWFdxM1k5S3dQdWdUdEluVG12dGFMc3orQzFoZlFxZVM2d2drZzQwREF3aTdCNnhCYVE4dXVta1VQQk1GbUxKeGRuaXNWM0lsaHpVeGdPUGNXMWhjT0FiSVdybVl0czNBQXJhSGxPb1U1Q2NGbWtERjhZNGxMQXFFenBsMnQyRXVRTVVLcjAzYndNd1duVGJBWjA2N2FjNFhidXpDMHExa1hManhlWnRwMmxsUnYxdHhsU0FpaHRiVjBuR291eWlhQWpDMnV6VGNyM0kyV2swQkxWUjd6YlRIQ1ptRG9Wc3JGdFRTQzFqQ3NhYjdHZkJqV0ZGZmpuMUl4TEc2cVpkQUpET2R5YVgxckVTQ0RqT3VtdlFSYUNKMnhHM1Zycm5YZ3JrRUJXcHRyM1hRTDJxVVpiTVp1MU9FQUxvRWhRS3NZVmpFN1BNOXVFRUI2NFN5elB0ZUJNaHN0Z3RiUXFnR2ZLYmh3Qkp0ZU9QeEdjZkdLb0pNWTVsTHdDU0JOeHBabEw2R2dFWFRHYnNBMXVzU2dDSzNPdGVhYVpsRXlKdGlNM1FCbGZZbmRRR2dWUTNSaDV0b05Bc2pZRFVjVFhmS2psU1c4V0U2MVhQeklFblRHRnNQalpSWVFvUFVGckp0bXdTMG0ySXd0cnBlWHdSQ2hOUXpyTlRjWHB5S0FMTFNjV25IeGg2QlZ0T3BXWmE3V3BxRkZBR2tpcVZoMXF6aVJFSFNhU05Ea1Vwd3JFN1F5VjZ1TWwza3hJbUd3R2RPMnpTWHVEWUxPR3JTeWhNdUFvTk4wVTZsVnlzVkZBNEpXMTlJeWJUT1BINElCQ0xTTzRxREU0aFlXaDV4VmVnZlhid0NDMzY3WVZ0bXFMOEJQbndyMEJJakE3NkROMUUyelhOUmFTTEF4ZHZmYnh6WU93NnBXaXR0a0NWZ0xjOUsxbW54aFdLcUNvNFREMlhPZGdYZUV3OW14WTFDSlBLdlZsNGpzQW1BOXNzdXFGSTZtUk5qMGxGMjN1TzJkZ0ZOVHJwWGR1V2R4ZHZnVUFxdFRocHUxWERUV2lXRFQrRldxeFlNZUNWakR6NjQ0UmNNOUNEYU5uMU1wcnBNUXNJWmZ0VnBVMm1Td0tRZDhyVFpmeVptTkh3SnIrTG0xdVg1VkxRS0tBTkl4ZXpYYktVNTBDSnplaDVwVFhIc2xZRzJlZGF0ZW1FNFFOZ08vZXJWNG1DSUNhMEZmWlMyT01sL1FWMWtKbzR6eGM4dHpEZEYzaEZFQ3NJNmZYUzFvTEdLd0dmZ3RZWGNuWUIyL2F1SDlKZGgwVUorcGFlMDVJOTBRV01QUHRxMml0eVhCWnNTMEx1R1BJbUE5cGxYenBlZU1hVlhjNmpGK2xYTHhpQTBDMXZDcmFuR2YrZkJEMkF6OHJPTDBSOEE2ZnJaYjBNYkRZRFB3YzRySDVCQ3dqcDltVThpSm4ySmVrQ3pmdGVlSGJ0MFZpWnNSeG9WOTc0cVROQUtuNDRVZHE3Z3BuNERWVlhUUjZaVG50aVNBOU5iV0hMUDRQQkZZaTNpRk83a29heUhZTkg1MXM3aXhnNEExL0V3dEdDa2ZmcVpTRlZQQnp5cnVDQ0ZnRFQvTExKd1dSckJwT3E0RCt5cU9YNldjRVdJT1Q1Zllra3BpU3l6TExYcWJFMnc2d0xlOHhHMUp3QnArbFpwVFZORWkyQXo4YWt2RTBpS3docCt0OFlGOCtObFpMS0Z1MWF6aUFkSUlyQWZCMjRXbFNZSk40MWVwRkxmb0ViQ0dYN1ZTMVBiR1lEUHcwL1RVdlBpaG9xcmg1N3FGa3dnUU5ndS9hbUdXUmNBNmZ2V2lIaVVHbThiUGRvdExhd1NzNFFlZktMeS9DSnVSaExGTUxMeWpkTk5WTWlicVM1QU1BbWNOdVVRYUFRSm5aRTdZUzhUYkk3Q2VCR0NWaTdvaUNUYU5uenZmZFhoSFBnQzZFVlg4SE5NdDZya2gyQ3o4bGlCc0JFN2dWeThhMlU2d0dmaFZpMGRSRWJDR1g3WHFGQTNiSWRnTS9OemlUa1FDMXZNOXlsWlI1eXZCWnVBSEYwSngvQUE0a1k5aUZvMkpJZGcwZm5ENUZUKy9DS3poNTVaclJaMFFCSnVGWDNFUElnSHIrRm1GbmVzRW00RmZyYjdFK2dHd2psK3RjQXdMd1diaVYveGlyK3NlQnZpR1d5NG8rRExZak55ZXNsVmJJcmNIb1RVTTYyNVJiWW5CWm1Cb1dzdGtOU0MwbGhhQzBXa0ZNU1RZTEF6cnhiUGNHYlNHSWFnb1JXOWhnczNBRUxhcHVFT1hvRFVNSGFkdytDZkJabUFJNHNNU0dWd0lyV0ZZcmRoRkpRV0N6Y1J3aWJCUGdrNWdXTFJNQUlQTndyQmVuQmt5YUExRFlCaEZ1UTNCWnVUOVZFSEtLWTRoUW1kTXUyWXZFY2hJME9xMExjY3RMQVFUYkZhNjB4TEZPaGgwNXFEMUpUSlFFVG9yaDZxNlRGNEJRaWR5cUlyNmh4bHNCb1ptdFhoeVBJUFdNTlNMTStURGtHb3pwREdzVkl1bkd6Tm9QZk9oNWhRVk9nazJLd25DV2laVEJxRTFEQjJyV3BSUkVHd1doc3RFSUJHMGptSEZLbm9kRUd3bWhzdWtNQ0cwanFGVHRCUVhnODFLSkxHTDErSmkwRm5Ucmk2VElJalFldjZNbHRhVE0zOG1POFBIY2NwTEpCNGh0QmJYWGk1WGk1SU93V1ppV0x3VUhvTk9ZRmpVdWNoZ016RmNvcm9CUWVzWW11WGlhMmlXTTZLWFRhZGF2TklQZzg2YXRsdTgwQktEMXFmdEZIVnRNZGlzYWJ2TEpHMGdkRlp5V05sY2doNFJXcCsyVzlnS1FiQVowNjVWbHRCZkNEcHJVQzM0S3ZlZ1N2aVZFcXRldG9vYlBCbTBsbnBoV2RXaStqVEJacVd2bEplSiswZG9EVU83WGpUMGdzRm1ZV2d0a2UxTjBCcUdvSEFXcFVlQ3pjS3c2aFFuSFlMV01BU3h1ZWpsVDdCWkdMckwwQ0ZDNnhqV0M0dDRCSnVCb1ZXMmw4QVFvZlVrcGVLQ1BNRm1ZbGc4YkpGQkp6Q3NGeFhrQ1RZTFE2dDQxVkVHcldPb1Zick1pV0c5bG5XV2JYc1pib1BRV25xV1U5d21RYkJaMlVWbGM1azhLSURXRThqY2F2RUVNamZ1NktJbVZWbExYRlFFblRWdFp3bWpKVUVua3FvS3U1WUlOalB0YXlrTXF3a01MUzN6UHgrR0NKdUZvVnZjUjh5Z0V4Z1dOdndTYkFicFZKY1NSeEE2WTlyVjJoSkNLRUZyMDY1cXVuNithU05zUnVLYld6R1g0SXNJcldIbzJuTWpEL1Y4UERmN1VxN2J5NGdOQ0szbDQ1bUZzd2NZYkJhR1R2RkFJd2F0Wnd5V3JZS1JNZ3cySStHdHZFUXhYQWFka1R4WXFSVVBMV1hRYXNJYlVGQlJQekdEelVqSnM1MGxLdHdSdElhaDQ1aDVDdmt3Z0N5MDZrdFl3UWhhUTZ0YW5TdHg2V2doUU1aK09zc2t2aEswaGxiTnRRdVNNWVBOd0xCcUxWR1lpYUExRE90YU5lWjhHQ0tzd1BDWFl3emQ4aEllT1lMZTNJcHpRQ3VXa3ljMm1nRmtZMVZjV2lQb0JGWjVHRHNEeU1acWlTeGNoTmF4bWh1MGtzUXE3b2VyWTdWRW5qVkNKN0RLVTNlQUFXUlF2cnRNcmp4QmE4bkY4SldDZ2llRG5aMTR5ekFmdEx1WEI5N1pPNk5lVkM2YlZzWGN2ckcyUi9OV1lqUU92K2QzSnRIVGEyLzBGQ1pRdWd5R1QrbkxOQjM2MTNlRDd0Y1RvMjVtZnJUcWxyZHZ6RlYvVkk0S0svQTdQd2tmL1FULytLZUczc0NQM21JTmE3N0FIMzY2NjAyOHlKOGNkZm1Eei9JSHAvQXlmL1FqL0ZHakgzaVJmTTJYZlZiNW94OE5iL3l4MSsvditsRndMUjUraWpxZjhqOStLR0x0UmNXM3FiSGZ4ZTFJZk9pSEpqMS80RXRVUGtWL0NpUTY0UkM3Z0FmVGdYemhNL0V6TWNMMTJCdkdrL2tVL1NrK1IzOG84L3JSMGZTeXo1dXdTcERQS3c4dmdrbGZ2UHhaNWJsQXlYOE5wMkxvOVkrRDRjdkVZbjk2SE1KTzhnWC9VZmgvbi94ajhEOUFmbThuZDZYVGh5WGl1eUllZmdaWGZQdHFqTGkrOWRadkowQitLS1JsQjZCUGZnRkhTQUIvWXB4NDhQbnBFREhwbGpxOTZmQmxxZXJpRitoMzl2OStsUC8zbnluLy9nTDc1aWYvSlIvclUzeXMzK1VQcjRPaFdKUlA5YjFMdjgvLytCeE1tV2E4UFJvSGN0VS9BMCtqN1VrNDhmcnhydlhGRTVyY1c3Lzkvd00zUTl5NWNlSUZBQT09In0= -->
<div data-pagedtable="false">
<script data-pagedtable-source type="application/json">
{"columns":[{"label":[""],"name":["_rn_"],"type":[""],"align":["left"]},{"label":["datasetId"],"name":[1],"type":["chr"],"align":["left"]},{"label":["datasetName"],"name":[2],"type":["chr"],"align":["left"]},{"label":["datasetAlias"],"name":[3],"type":["chr"],"align":["left"]},{"label":["description"],"name":[4],"type":["chr"],"align":["left"]},{"label":["overallDesign"],"name":[5],"type":["chr"],"align":["left"]},{"label":["assay"],"name":[6],"type":["chr"],"align":["left"]},{"label":["species"],"name":[7],"type":["chr"],"align":["left"]},{"label":["tumorType"],"name":[8],"type":["chr"],"align":["left"]},{"label":["themeId"],"name":[9],"type":["chr"],"align":["left"]},{"label":["theme"],"name":[10],"type":["chr"],"align":["left"]},{"label":["consortiumId"],"name":[11],"type":["chr"],"align":["left"]},{"label":["consortium"],"name":[12],"type":["chr"],"align":["left"]},{"label":["grantId"],"name":[13],"type":["chr"],"align":["left"]},{"label":["grant"],"name":[14],"type":["chr"],"align":["left"]},{"label":["grantName"],"name":[15],"type":["chr"],"align":["left"]},{"label":["publicationId"],"name":[16],"type":["chr"],"align":["left"]},{"label":["publicationTitle"],"name":[17],"type":["chr"],"align":["left"]},{"label":["publication"],"name":[18],"type":["chr"],"align":["left"]},{"label":["externalLink"],"name":[19],"type":["chr"],"align":["left"]}],"data":[{"1":"syn21789710","2":"Musashi proteins are post-transcriptional regulators of the epithelial-luminal cell state","3":"PRJNA252579","4":"mRNA-seq and ribosome profiling of neural stem cells overexpressing or knocked out for Musashi RNA-binding proteins","5":"Study of the global effects of Musashi (Msi) proteins on the transcriptome of embryonic neural stem cells. Neural stem cells were derived from brains of E12.5 or E13.5 embryos engineered to have inducible Msi1 or Msi2 genes, or from embryos with double floxed alleles of Msi1 and Msi2 carrying a Tamoxifen-induclble Cre (CreER). The overexpression mice were made using the Flp-in system (OpenBioSystems), where a cDNA of interest (in this case Msi1 or Msi2) is knocked into the Collagen (Col1A1) locus. The expression of the cDNA of interest is driven by m2rTTA that is knocked into the Rosa26 locus (R26). KH2 describes a strain containing the R26-m2rTTA but lacking Msi1 or Msi2 cDNA. MSI1 describes a strain containing R26-m2rTTA and Msi1 cDNA in Col1A1. MSI2 describes a strain containing R26-m2rTTA and Msi2 cDNA in Col1A1. C1 describes a strain lacking the CreER allele but containing double floxed alleles of Msi1/Msi2 (used as Tamoxifen control). C4 describes a strain carrying the CreER allele and double floxed alleles of Msi1/Msi2.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630079, syn21630075","10":"[\"Metastasis\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775689","14":"[\"CA184897\"]","15":"Dynamics of Gene and Isoform Regulation during EMT and tumor progression","16":"syn21645611","17":"Musashi proteins are post-transcriptional regulators of the epithelial-luminal cell state","18":"[Musashi proteins are post-transcriptional regulators of the epithelial-luminal cell state(PMID:25380226)](https://www.ncbi.nlm.nih.gov/pubmed/?term=25380226)","19":"[GEO:GSE58423](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE58423), [SRA:SRP043153](https://www.ncbi.nlm.nih.gov/sra?term=SRP043153)","_rn_":"1"},{"1":"syn13858921","2":"Methylation disorder in CLL","3":"PRJNA253815","4":"We performed RRBS and WGBS on primary human chronic lymphocytic leukemia and normal healthy donor B cell samples Due to patient privacy concerns, the raw data is being made available via controlled access in dbGaP (http://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=phs000435.v1.p1).","5":"cross-sectional/longitudinal","6":"[\"Bisulfite Sequencing\"]","7":"[\"Human\"]","8":"[\"Chronic Lymphocytic Leukemia\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE58889](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE58889)","_rn_":"2"},{"1":"syn10846118","2":"Transcriptome analysis of isolated stormal cells and tumor epithelial cells in mouse lung cancer by RNA-Seq","3":"PRJNA256324","4":"We sequenced mRNA from individual stormal cells (Macrophages, Monocytes, and Neutrophils) and tumor epithelial cells from KrasG12dD; p53-/- murine lung cancer model and WT control mouse to compare gene expressio profiles of lung cancer stroma and tumor cells to their counterparts of WT lugns. The tumor was generated by injecting HKP1 lung cancer cell line, which was driven by KrasG12D activation and loss of p53, via tail vein. The cells were sorted by their specific surface markers at day 20-25 after orthortopic lung cancer formation.","5":"Examination of mRNA levels in individual stormal cells and tumor cells from tumor lungs compared to their counterparts from WT lungs","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Lung Non-Small Cell Carcinoma\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775595","14":"[\"CA188388\"]","15":"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer","16":"NA","17":"Transcriptome analysis of individual stromal cell populations identifies stroma-tumor crosstalk in mouse lung cancer model","18":"[\"Transcriptome analysis of individual stromal cell populations identifies stroma-tumor crosstalk in mouse lung cancer model(PMID: 25704820)\"](https://www.ncbi.nlm.nih.gov/pubmed/25704820)","19":"[GEO:GSE59831](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE59831)","_rn_":"3"},{"1":"syn21790604","2":"H3K27ac ChIP in Dicer KO/WT [ChIP-seq]","3":"PRJNA260117","4":"We performed ChIP-Seq of H3K27ac in duplicate in both WT and KO mesenchymal stem cells to evaluate global transcriptional changes between the new cells. We identified putative transcription factor binding sites using GEM v1.1 in K27ac data as well as in p MicroRNAs (miRNAs) are small non-coding RNAs that regulates development and disease but induce only moderate repression of directs mRNA targets, suggesting that they coordinate with other modes ofs cellular regulation to effect large changes in gene expression. Ins this work we decouple direct effects of global miRNA loss froms transcriptional changes downstream in a pair of isogenic murines fibroblast cell lines with and without Dicer expression. Wes demonstrate how effects on direct miRNA targets are amplified bys transcription machinery through the construction of a network models that identifies specific transcription factors that cause changes ins mRNA expression upon Dicer loss. Through transcription factors over-expression, we delineate miRNA-mediated transcriptional programss and identify miRNA-mediated coherent and incoherent feed-forwards loops, suggesting a functional role of the interaction between miRNAss and transcription factors. In total, our results indicate thats miRNAs tightly control transcription factors within a denses interconnected network to modulate gene expression.","5":"The experiment was designed to mimic the previously captured ChIP-Seq with two replicates in both WT and KO MSCs","6":"[\"ChIP-Seq\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630075","10":"[\"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9772917","14":"[\"CA184898\"]","15":"Embryonal Brain Tumor Networks","16":"syn21645595","17":"Elucidating MicroRNA Regulatory Networks Using Transcriptional, Post-transcriptional, and Histone Modification Measurements","18":"[Elucidating MicroRNA Regulatory Networks Using Transcriptional, Post-transcriptional, and Histone Modification Measurements(PMID:26748710)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26748710)","19":"[GEO:GSE61034](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE61034), [SRA:SRP046258](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP046258)","_rn_":"4"},{"1":"syn21790607","2":"Dicer WT/KO MSC RNA-Seq [total RNA]","3":"PRJNA260118","4":"RNA-Seq performed on Dicer KO and WT murine mesenchymal stem cells from total RNA MicroRNAs (miRNAs) are small non-coding RNAs that regulates development and disease but induce only moderate repression of directs mRNA targets, suggesting that they coordinate with other modes ofs cellular regulation to effect large changes in gene expression. Ins this work we decouple direct effects of global miRNA loss froms transcriptional changes downstream in a pair of isogenic murines fibroblast cell lines with and without Dicer expression. Wes demonstrate how effects on direct miRNA targets are amplified bys transcription machinery through the construction of a network models that identifies specific transcription factors that cause changes ins mRNA expression upon Dicer loss. Through transcription factors over-expression, we delineate miRNA-mediated transcriptional programss and identify miRNA-mediated coherent and incoherent feed-forwards loops, suggesting a functional role of the interaction between miRNAss and transcription factors. In total, our results indicate thats miRNAs tightly control transcription factors within a denses interconnected network to modulate gene expression.","5":"Total RNA was analyzed from adult mesenchymal stem cells (immortalized monoclonal lines of murine MSCs) with and without Dicer (WT: Dicer f/f, KO: Dicer -/-), as well as from WT cells transfected with an empty vector or a vector containing Tead4, Sox9 or Pbx3 transcripts.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630075","10":"[\"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9772917","14":"[\"CA184898\"]","15":"Embryonal Brain Tumor Networks","16":"syn21645595","17":"Elucidating MicroRNA Regulatory Networks Using Transcriptional, Post-transcriptional, and Histone Modification Measurements","18":"[Elucidating MicroRNA Regulatory Networks Using Transcriptional, Post-transcriptional, and Histone Modification Measurements(PMID:26748710)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26748710)","19":"[GEO:GSE61033](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE61033)","_rn_":"5"},{"1":"syn21811280","2":"Altering cancer transcriptomes using epigenomic inhibitors [RNA-Seq]","3":"PRJNA269148","4":"We have compared the genome-wide effects on the transcriptome after treatment with ICG-001 (the specific CBP inhibitor) versus C646, a compound that competes with acetyl-coA for the Lys-coA binding pocket of both CBP and p300. We found that both drugs cause large-scale changes in the transcriptome of HCT116 colon cancer cells and PANC1 pancreatic cancer cells, and reverse some tumor-specific changes in gene expression. Interestingly, although the epigenetic inhibitors affect cell cycle pathways in both the colon and pancreatic cancer cell lines, the WNT signaling pathway was affected only in the colon cancer cells. Notably, WNT target genes were similarly down-regulated after treatment of HCT116 with C646 as with ICG-001.","5":"To identify genes affected by direct targeting of a component of the transcriptional complex implicated in WNT regulation, we used siRNAs to knockdown TCF7L2 in PANC1 cells. Cells were treated with control siRNAs or siRNAs specific for TCF7L2 and RNA was analyzed by RNA-seq.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE63776](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE63776), [SRA:SRP050497](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP050497)","_rn_":"6"},{"1":"syn21811256","2":"Altering cancer transcriptomes using epigenomic inhibitors [Illumina beadchip]","3":"PRJNA269947","4":"We have compared the genome-wide effects on the transcriptome after treatment with ICG-001 (the specific CBP inhibitor) versus C646, a compound that competes with acetyl-coA for the Lys-coA binding pocket of both CBP and p300. We found that both drugs cause large-scale changes in the transcriptome of HCT116 colon cancer cells and PANC1 pancreatic cancer cells, and reverse some tumor-specific changes in gene expression. Interestingly, although the epigenetic inhibitors affect cell cycle pathways in both the colon and pancreatic cancer cell lines, the WNT signaling pathway was affected only in the colon cancer cells. Notably, WNT target genes were similarly down-regulated after treatment of HCT116 with C646 as with ICG-001.","5":"Total RNA obtained from isolated HCT116 or PANC1 cell lines were treated with 10uM ICG-001, 10uM C646, or 0.05% DMSO and collected after 12 or 96 hours.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE64038](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE64038)","_rn_":"7"},{"1":"syn21789760","2":"Robust enumeration of cell subsets from tissue expression profiles (HGU133Plus2)","3":"PRJNA273241","4":"We introduce CIBERSORT, a method for characterizing cell composition of complex tissues from their gene expression profiles. When applied to enumeration of hematopoietic subsets in RNA mixtures from fresh, frozen, and fixed tissues, including solid tumors, CIBERSORT outperformed other methods with respect to noise, unknown mixture content, and closely related cell types. CIBERSORT should enable large-scale analysis of RNA specimens for cellular biomarkers and therapeutic targets (http://cibersort.stanford.edu).","5":"To evaluate the performance of CIBERSORT, RNA was extracted from the following primary human samples: (i) 14 disaggregated lymph node biopsies from patients with follicular lymphoma (FL), (ii) pre- and/or post-immunotherapy PBMC samples from 3 patients with extranodal marginal zone lymphoma (EMZL) or diffuse large B cell lymphoma (DLBCL), and (iii) B or T cells purified from the tonsils of 5 healthy normal controls.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630077, syn21630079, syn21630078","10":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315808","14":"[\"CA209971\"]","15":"Stanford University Center for Cancer Systems Biology","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE65135](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE65135)","_rn_":"8"},{"1":"syn21789789","2":"Robust enumeration of cell subsets from tissue expression profiles (HGU133A)","3":"PRJNA273242","4":"We introduce CIBERSORT, a method for characterizing cell composition of complex tissues from their gene expression profiles. When applied to enumeration of hematopoietic subsets in RNA mixtures from fresh, frozen, and fixed tissues, including solid tumors, CIBERSORT outperformed other methods with respect to noise, unknown mixture content, and closely related cell types. CIBERSORT should enable large-scale analysis of RNA specimens for cellular biomarkers and therapeutic targets (http://cibersort.stanford.edu).","5":"To evaluate the performance of CIBERSORT for enumerating Tregs, RNA was extracted from PBMC samples from 6 healthy normal controls and 1 follicular lymphoma (FL) patient. All PBMC samples were also interrogated by flow cytometry for FOXP3+ Tregs.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630077, syn21630079, syn21630078","10":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315808","14":"[\"CA209971\"]","15":"Stanford University Center for Cancer Systems Biology","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE65134](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE65134)","_rn_":"9"},{"1":"syn21789797","2":"Robust enumeration of cell subsets from tissue expression profiles (BeadChip)","3":"PRJNA273243","4":"We introduce CIBERSORT, a method for characterizing cell composition of complex tissues from their gene expression profiles. When applied to enumeration of hematopoietic subsets in RNA mixtures from fresh, frozen, and fixed tissues, including solid tumors, CIBERSORT outperformed other methods with respect to noise, unknown mixture content, and closely related cell types. CIBERSORT should enable large-scale analysis of RNA specimens for cellular biomarkers and therapeutic targets (http://cibersort.stanford.edu).","5":"To evaluate the performance of CIBERSORT against flow cytometry, gene expression profiling was performed on a set of 20 PBMC samples comprised of adults of varying ages receiving influenza immunization (NCT01827462). These samples were analyzed by flow cytometry to enumerate several leukocyte subsets. Normalized gene expression data and accompanying flow cytometry data are available at the CIBERSORT website (http://cibersort.stanford.edu/download.php).","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630077, syn21630079, syn21630078","10":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315808","14":"[\"CA209971\"]","15":"Stanford University Center for Cancer Systems Biology","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE65133](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE65133)","_rn_":"10"},{"1":"syn21790630","2":"Profiling of soma and neurite transcriptomes","3":"PRJNA281008","4":"We report mRNA profiles of subcellularly localized transcriptomes (soma and neurite) of two mouse cell lines, N2A and CAD, as well as primary cortical neurons from E18.5 mice. We also performed this fractionation and sequencing after RNAi knockdown (cell lines) or in knockout mice (primary cortical neurons) of the RNA-binding proteins muscleblind 1 and 2 (Mbnl1 and Mbnl2).","5":"Fractionate neurons using porous transwell membranes. Isolate poly-A RNA.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630079, syn21630075","10":"[\"Metastasis\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775689","14":"[\"CA184897\"]","15":"Dynamics of Gene and Isoform Regulation during EMT and tumor progression","16":"syn21645610","17":"Distal Alternative Last Exons Localize mRNAs to Neural Projections","18":"[Distal Alternative Last Exons Localize mRNAs to Neural Projections(PMID:26907613)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26907613)","19":"[GEO:GSE67828](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE67828)","_rn_":"11"},{"1":"syn21790715","2":"Activation of proto-oncogenes by disruption of chromosome neighborhoods [chIA-PET]","3":"PRJNA284250","4":"Mutations such as gene fusion, translocation and focal amplification are a frequent cause of proto-oncogene activation during tumorigenesis, but such mutations do not explain all cases of proto-oncogene activation. Here we show that disruption of local chromosome conformation can also activate proto-oncogenes in human cells. We mapped chromosome structures in T-cell acute lymphoblastic leukemia (T-ALL), and found that active oncogenes and silent proto-oncogenes generally occur within insulated neighborhoods formed by the looping of two interacting CTCF sites co-occupied by cohesin. Recurrent microdeletions frequently overlap neighborhood boundary sites in T-ALL genomes, and we demonstrate that site-specific perturbation of loop boundaries is sufficient to activate the respective proto-oncogenes in non-malignant cells. We found somatic genomic rearrangements affecting loop boundaries in many cancers. These results suggest that chromosome structural organization is fundamental to identify functional somatic alterations in cancer genomes.","5":"Two replicates of SMC1 ChIA-PET in T-ALL Jurkat Cells","6":"[\"ChIA-PET\"]","7":"[\"Human\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645430","17":"Activation of proto-oncogenes by disruption of chromosome neighborhoods","18":"[Activation of proto-oncogenes by disruption of chromosome neighborhoods(PMID:26940867)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26940867)","19":"[GEO:GSE68977](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE68977), [SRA:SRP058437](https://www.ncbi.nlm.nih.gov/sra?term=SRP058437)","_rn_":"12"},{"1":"syn21790720","2":"Activation of proto-oncogenes by disruption of chromosome neighborhoods [ChIP-Seq]","3":"PRJNA284251","4":"Mutations such as gene fusion, translocation and focal amplification are a frequent cause of proto-oncogene activation during tumorigenesis, but such mutations do not explain all cases of proto-oncogene activation. Here we show that disruption of local chromosome conformation can also activate proto-oncogenes in human cells. We mapped chromosome structures in T-cell acute lymphoblastic leukemia (T-ALL), and found that active oncogenes and silent proto-oncogenes generally occur within insulated neighborhoods formed by the looping of two interacting CTCF sites co-occupied by cohesin. Recurrent microdeletions frequently overlap neighborhood boundary sites in T-ALL genomes, and we demonstrate that site-specific perturbation of loop boundaries is sufficient to activate the respective proto-oncogenes in non-malignant cells. We found somatic genomic rearrangements affecting loop boundaries in many cancers. These results suggest that chromosome structural organization is fundamental to identify functional somatic alterations in cancer genomes.","5":"CTCF ChIP-seq and input control in Jurkat T-ALL cellsH3K27Ac, RUNX1, and GATA3 ChIP-seq and input control in Jurkat T-ALL cellsCTCF ChIP-seq and input control in wildtype and mutant HEK293T cells","6":"[\"ChIP-Seq\"]","7":"[\"Human\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645430","17":"Activation of proto-oncogenes by disruption of chromosome neighborhoods","18":"[Activation of proto-oncogenes by disruption of chromosome neighborhoods(PMID:26940867)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26940867)","19":"[GEO:GSE68976](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE68976), [SRA:SRP058436](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP058436)","_rn_":"13"},{"1":"syn21790733","2":"Activation of proto-oncogenes by disruption of chromosome neighborhoods [RNA-Seq]","3":"PRJNA284252","4":"Mutations such as gene fusion, translocation and focal amplification are a frequent cause of proto-oncogene activation during tumorigenesis, but such mutations do not explain all cases of proto-oncogene activation. Here we show that disruption of local chromosome conformation can also activate proto-oncogenes in human cells. We mapped chromosome structures in T-cell acute lymphoblastic leukemia (T-ALL), and found that active oncogenes and silent proto-oncogenes generally occur within insulated neighborhoods formed by the looping of two interacting CTCF sites co-occupied by cohesin. Recurrent microdeletions frequently overlap neighborhood boundary sites in T-ALL genomes, and we demonstrate that site-specific perturbation of loop boundaries is sufficient to activate the respective proto-oncogenes in non-malignant cells. We found somatic genomic rearrangements affecting loop boundaries in many cancers. These results suggest that chromosome structural organization is fundamental to identify functional somatic alterations in cancer genomes.","5":"Paired-end 80x80 Poly-A RNA-seq in Jurkat T-ALL","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645430","17":"Activation of proto-oncogenes by disruption of chromosome neighborhoods","18":"[Activation of proto-oncogenes by disruption of chromosome neighborhoods(PMID:26940867)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26940867)","19":"[GEO:GSE68975](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE68975), [SRA:SRP058435](https://www.ncbi.nlm.nih.gov/sra?term=SRP058435)","_rn_":"14"},{"1":"syn11712135","2":"Expression data from isogenic Pten WT mouse T-ALLs infected with MSCV Myr-AKT-IRES-mCherry or empty vector, treated with DBZ or DMSO","3":"PRJNA290331","4":"To explore the mechanisms downstream of NOTCH1 and PTEN in the control of leukemia cell growth, we performed expression profiling on NOTCH1 induced and Pten-positive T-ALL tumor cells infected with constitutively active AKT (myristoylated-AKT). Constitutive activation of AKT rescues the transcriptional programs induced by NOTCH1 inhibition in Pten-positive T-ALL cells","5":"We performed microarray gene expression analysis of GSI treatment in Pten WT NOTCH1 induced leukemias infected with constitutively active AKT (myristoylated-AKT) or empty vector.","6":"[\"cDNA Array\"]","7":"[\"Mouse\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE71089](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE71089)","_rn_":"15"},{"1":"syn11712136","2":"Expression data from isogenic Pten WT or KO mouse T-ALLs treated with DBZ or DMSO","3":"PRJNA290332","4":"To investigate the underlying mechanisms mediating resistance to NOTCH inhibition in Pten-null T-ALL tumor cells we performed gene expression profiling of isogenic Pten-positive and Pten-deleted leukemia lymphoblasts after acute treatment with DBZ in vivo. This analysis revealed that, while direct NOTCH1 target genes (such as Hes1, Dtx1, PtcrA, HeyL and Notch3) are effectively downregulated in both Pten-positive and Pten-deleted tumors, genetic ablation of Pten elicits a global reversal of much of the transcriptional effects of NOTCH inhibition.","5":"We performed microarray gene expression analysis of GSI treatment in isogenic Pten KO or WT NOTCH1 induced leukemias","6":"[\"cDNA Array\"]","7":"[\"Mouse\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE71087](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE71087)","_rn_":"16"},{"1":"syn11712134","2":"Gene expression profiling of CUTLL cell lines upon 17 drug treatments","3":"PRJNA312888","4":"The clinical development of targeted therapies has been hampered by their limited intrinsic antitumor activity and the rapid emergence of resistance, highlighting the need to identify highly active and synergistic drug combinations. However, empirical synergistic drug screening approaches are challenging and elucidating the mechanisms that underlie such drug interactions is typically complex. Here we performed an expression based screen and network analyses to identify drugs amplyfiying the antitumor effects of NOTCH inhibition in T-ALL. These studies uncovered a novel and druggable synthetic lethal interaction between supression of protein translation and NOTCH inhibition in T-ALL. Our results illustrate the power of expression-based analyses towards the identification and functional characterization of new antitumor drug combinations for the treatment of human cancer.","5":"CUTLL cell lines were treated with drugs (Pyrvinium P, Vorinostat, Geldanamycin, Lanatoside C, Withaferin A, Prochlorperazine, Astemizole, Mefloquine, Trichostatin A, Rapamycin, Parthenolide, Valproic acid, Thioridazine, Trifluoperazine, Phenoxibenzamine, Wortmannin, Resveratrol) or DMSO control at 24hrs in 3 replicates.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE78188](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE78188)","_rn_":"17"},{"1":"syn11712133","2":"Gene expression profileing of CUTLL cell lines upon Withaferin A treatment","3":"PRJNA312889","4":"The clinical development of targeted therapies has been hampered by their limited intrinsic antitumor activity and the rapid emergence of resistance, highlighting the need to identify highly active and synergistic drug combinations. However, empirical synergistic drug screening approaches are challenging and elucidating the mechanisms that underlie such drug interactions is typically complex. Here we performed an expression based screen and network analyses to identify drugs amplyfiying the antitumor effects of NOTCH inhibition in T-ALL. These studies uncovered a novel and druggable synthetic lethal interaction between supression of protein translation and NOTCH inhibition in T-ALL. Our results illustrate the power of expression-based analyses towards the identification and functional characterization of new antitumor drug combinations for the treatment of human cancer.","5":"CUTLL cell lines were treated with Withaferin A or DMSO control at 24hrs in 6 replicates.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE78187](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE78187)","_rn_":"18"},{"1":"syn18425347","2":"Human basal-like breast cancer cell line HCC1143 treated with BET inhibitor JQ1 with MEK inhibitor Trametinib or PI3K/mTOR inhibitor BEZ235","3":"PRJNA323723","4":"The goal of this experiment was to understand the changes in gene expression in the human basal-like breast cancer cell line HCC1143 following treatment with the MEK inhibitor Trametinib (T), PI3K/mTOR inhibitor BEZ235 (B), the BET inhibition JQ1 (JQ), Trametinib + JQ1 (TJ), or BEZ235 + JQ1(BJ), compared to a DMSO control (D). Samples were treated for 72hr and run in triplicate.","5":"The human basal-like breast cancer cell line HCC1143 was treated for 72hr with 1uM Trametinib (T), 1uM BEZ235, 1uM JQ1 (JQ), 1uM Trametinib + 1uM JQ1 (TJ), 1uM BEZ235 + 1uM JQ1 (BJ), or a 0.05% DMSO control. Total RNA was isolated using a QIAGEN total RNA RNeasy kit, libraries were generated with a Truseq kit, and samples were run on the Nextseq500, data processing is described below.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Ductal Carcinoma\"]","9":"syn21630076, syn21630075, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773345","14":"[\"CA209988\"]","15":"Measuring, Modeling and Controlling Heterogeneity (M2CH)","16":"syn21649001","17":"Differentiation-state plasticity is a targetable resistance mechanism in basal-like breast cancer","18":"[Differentiation-state plasticity is a targetable resistance mechanism in basal-like breast cancer(PMID:30232459)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30232459)","19":"[GEO:GSE82032](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE82032), [SRA:SRP075882](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP075882)","_rn_":"19"},{"1":"syn13858917","2":"Epigenetic restriction of embryonic and extraembryonic lineages mirrors the somatic transition to cancer (ATAC-seq)","3":"PRJNA328459","4":"Concerted efforts over past decades have established a thorough understanding of the canonical somatic DNA methylation landscape as well as its systematic misregulation across most human cancers. However, the underlying mechanism that directs this genome-scale transformation remains elusive, with no clear model for its acquisition or understanding of its potential developmental utility. Here we present base pair resolution analysis of global remethylation from the hypomethylated state of the preimplantation embryo into the early epiblast and extraembryonic ectoderm. We show that these two states acquire highly divergent genomic distributions: while the proximal epiblast establishes a canonical CpG-density dependent pattern found in somatic cells, the extraembryonic epigenome becomes substantially more mosaic. Moreover, this alternate pattern includes specific de novo methylation of hundreds of CpG island promoter containing genes that function in early embryonic development and are orthologously methylated across an extensive cohort of human cancers. From these data, we propose a model where the evolutionary innovation of extraembryonic tissues in eutherian mammals required cooption of DNA methylation-based suppression as an alternate pathway to the embryonically utilized Polycomb group proteins, which otherwise coordinate germ layer formation in response to extraembryonic cues at the onset of gastrulation. Moreover, we establish that this decision is made deterministically downstream of the promiscuously utilized, and frequently oncogenic, FGF signaling pathway and utilizes a novel combination of epigenetic cofactors. Recruitment of this silencing mechanism to developmental genes during cancer therefore reflects the misappropriation of an innate regulatory pathway that may be spontaneously sampled as an alternate epigenetic landscape within somatic cells.","5":"Comparison of chromatin accessibility patterns in Extraembryonic Ectoderm and cancer","6":"[\"ATAC-Seq\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21645383","17":"Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer","18":"[Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer(PMID:28959968)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28959968)","19":"[GEO:GSE84232](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE84232), [SRA:SRP078239](https://www.ncbi.nlm.nih.gov/sra?term=SRP078239)","_rn_":"20"},{"1":"syn13858916","2":"Epigenetic restriction of embryonic and extraembryonic lineages mirrors the somatic transition to cancer (RNA-seq)","3":"PRJNA328460","4":"Concerted efforts over past decades have established a thorough understanding of the canonical somatic DNA methylation landscape as well as its systematic misregulation across most human cancers. However, the underlying mechanism that directs this genome-scale transformation remains elusive, with no clear model for its acquisition or understanding of its potential developmental utility. Here we present base pair resolution analysis of global remethylation from the hypomethylated state of the preimplantation embryo into the early epiblast and extraembryonic ectoderm. We show that these two states acquire highly divergent genomic distributions: while the proximal epiblast establishes a canonical CpG-density dependent pattern found in somatic cells, the extraembryonic epigenome becomes substantially more mosaic. Moreover, this alternate pattern includes specific de novo methylation of hundreds of CpG island promoter containing genes that function in early embryonic development and are orthologously methylated across an extensive cohort of human cancers. From these data, we propose a model where the evolutionary innovation of extraembryonic tissues in eutherian mammals required cooption of DNA methylation-based suppression as an alternate pathway to the embryonically utilized Polycomb group proteins, which otherwise coordinate germ layer formation in response to extraembryonic cues at the onset of gastrulation. Moreover, we establish that this decision is made deterministically downstream of the promiscuously utilized, and frequently oncogenic, FGF signaling pathway and utilizes a novel combination of epigenetic cofactors. Recruitment of this silencing mechanism to developmental genes during cancer therefore reflects the misappropriation of an innate regulatory pathway that may be spontaneously sampled as an alternate epigenetic landscape within somatic cells.","5":"Comparison of gene expression patterns in Extraembryonic Ectoderm and cancer","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21645383","17":"Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer","18":"[Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer(PMID:28959968)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28959968)","19":"[GEO:GSE84234](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE84234), [SRA:SRP078238](https://www.ncbi.nlm.nih.gov/sra?term=SRP078238)","_rn_":"21"},{"1":"syn13858914","2":"Epigenetic restriction of embryonic and extraembryonic lineages mirrors the somatic transition to cancer (WGBS)","3":"PRJNA328546","4":"Concerted efforts over past decades have established a thorough understanding of the canonical somatic DNA methylation landscape as well as its systematic misregulation across most human cancers. However, the underlying mechanism that directs this genome-scale transformation remains elusive, with no clear model for its acquisition or understanding of its potential developmental utility. Here we present base pair resolution analysis of global remethylation from the hypomethylated state of the preimplantation embryo into the early epiblast and extraembryonic ectoderm. We show that these two states acquire highly divergent genomic distributions: while the proximal epiblast establishes a canonical CpG-density dependent pattern found in somatic cells, the extraembryonic epigenome becomes substantially more mosaic. Moreover, this alternate pattern includes specific de novo methylation of hundreds of CpG island promoter containing genes that function in early embryonic development and are orthologously methylated across an extensive cohort of human cancers. From these data, we propose a model where the evolutionary innovation of extraembryonic tissues in eutherian mammals required cooption of DNA methylation-based suppression as an alternate pathway to the embryonically utilized Polycomb group proteins, which otherwise coordinate germ layer formation in response to extraembryonic cues at the onset of gastrulation. Moreover, we establish that this decision is made deterministically downstream of the promiscuously utilized, and frequently oncogenic, FGF signaling pathway and utilizes a novel combination of epigenetic cofactors. Recruitment of this silencing mechanism to developmental genes during cancer therefore reflects the misappropriation of an innate regulatory pathway that may be spontaneously sampled as an alternate epigenetic landscape within somatic cells.","5":"Comparison of DNA methylation patterns in Extraembryonic Ectoderm and cancer","6":"[\"Bisulfite Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21645383","17":"Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer","18":"[Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer(PMID:28959968)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28959968)","19":"[GEO:GSE84235](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE84235), [SRA:SRP078328](https://www.ncbi.nlm.nih.gov/sra?term=SRP078328)","_rn_":"22"},{"1":"syn21792681","2":"Network-based, cross-cohort discovery of transcriptional mechanisms presiding over maintenance of high-risk neuroblastoma subtype state","3":"PRJNA329050","4":"Network-based analysis of neuroblastoma samples from two large cohorts identified master regulator proteins controlling the transcriptional state of three high-risk molecular subtypes. In particular, a TEAD4-MYCN positive feedback loop emerged as the core regulatory motif of a small protein module presiding over implementation and stability of the subtype associated with MYCN amplification. Specifically, MYCN transcriptionally activates TEAD4, which in turn activates MYCN both transcriptionally and post-translationally. The resulting MYCN-TEAD4 positive feedback loop plays a critical role in maintaining aberrant activity of a 10-protein regulatory module that causally regulates the transcriptional state of this subtype. Consistently, loss of TEAD4 activity induces core module activity collapse and abrogates neuroblastoma cell viability in vitro and in vivo, thus suggesting novel therapeutic strategies for this important childhood cancer.","5":"Study of the transcriptional control by TEAD4 and MYCN positive feedback loop using RNA-seq profiles of TEAD4, WWTR1 and MYCN shRNA knockdowns in neuroblastoma BE2 cells. ChIP-Seq analysis using TEAD4 antibody in BE2 cells.","6":"[\"Whole Transcriptome Sequencing\", \"ChIP-Seq\"]","7":"[\"Human\"]","8":"[\"Neuroblastoma\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21648926","17":"Cross-Cohort Analysis Identifies a TEAD4-MYCN Positive Feedback Loop as the Core Regulatory Element of High-Risk Neuroblastoma","18":"[Cross-Cohort Analysis Identifies a TEAD4-MYCN Positive Feedback Loop as the Core Regulatory Element of High-Risk Neuroblastoma(PMID:29510988)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29510988)","19":"[GEO:GSE84389](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE84389), [SRA:SRP078495](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP078495)","_rn_":"23"},{"1":"syn21790809","2":"An automatec microwell platform for large-scale single cell RNA-seq.","3":"PRJNA338815","4":"We report an automated microwell array platform for single cell RNA-seq with significantly improved performance over previous implementations. We demonstrate cell capture efficiencies of >50%, compatibility with commercially available barcoded mRNA capture beads, and parallel expression profiling from thousands of individual cells. We apply our system to comprehensively assess heterogeneity in gene expression of patient-derived glioma neurospheres and uncover subpopulations similar to those observed in human glioma tissue.","5":"Performed single cell RNA-seq on thousands of cells from three cell lines.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\", \"Human\"]","8":"[]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127, syn21630128","12":"[\"CSBC\", \"PS-ON\"]","13":"syn7315802, syn7349759","14":"[\"CA209997\", \"CA193313\"]","15":"Center for Cancer Systems Therapeutics (CaST) | Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21645316","17":"An Automated Microwell Platform for Large-Scale Single Cell RNA-Seq","18":"[An Automated Microwell Platform for Large-Scale Single Cell RNA-Seq(PMID:27670648)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27670648)","19":"[GEO:GSE85575](www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE85575)","_rn_":"24"},{"1":"syn21792841","2":"HOXA5 is a survival locus associated with chromosome 7 gain in IDH-wildtype glioblastoma","3":"PRJNA352075","4":"Glioblastomas (GBMs) are divided into CpG Island Methylator Phenotype (CIMP) and non-CIMP tumors. Non-CIMP GBMs derive from cells with non-disjunction of chromosome (chr7) and chromosome 10 (chr10), resulting in chr7 gain and chr10 loss, while CIMP GBMs have mutations in isocitrate dehydrogenase 1 or 2 (IDH1/2). Gain of chr7 is largely driven by PDGFA, but other genes on chr7 are likely to contribute to fitness gains and aggressiveness of these GBMs. We computationally investigated genes on chr7 whose gene expression correlated with survival, identifying HOXA5 as a potential driver of proneural gliomagenesis. Using a combination of human GBM cells and mouse PDGF-driven gliomas, we showed that HOXA5 drives increased proliferation and radiation resistance in culture and in vivo. These phenotypes appear to be in part due to effects on p53 and other apoptosis-related genes.","5":"In order to determine whether elevated HOXA5 gene expression is causally related to aggressiveness of non-CIMP PN GBM, we used a PDGF-driven PN GBM mouse model based on the RCAS/tva system to perform gain of function analysis for HOXA5.","6":"[\"Expression Array\"]","7":"[\"Mouse\"]","8":"[\"Glioma\"]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759, syn7349757","14":"[\"CA193313\", \"CA193461\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity | Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"NA","17":"NA","18":"NA","19":"[GSE:GSE89409](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE89409)","_rn_":"25"},{"1":"syn12976510","2":"The transcriptome effect of knocking down EZH2 in TamR MCF7L","3":"PRJNA357207","4":"Purpose: Increasing evidence suggests that epigenetic reprogramming contributes significantly to the development of endocrine therapy resistance in breast cancer. The goal of this work is to explore how the histone methyltransferase EZH2 interacts with ER signaling and drives the insensitiveness of breast cancer cells to the antagonistic effect of tamoxifen on ER activity. Therefore, we comprehensively analyzed the transcriptional program regulated by EZH2 in tamoxifen-resistant (TamR) MCF-7 cells. Methods: TamR MCF-7 cells between passage 142-144 upon were used for this assay. For mRNA-Seq, cells are transfected with scrambled control shRNAs (shCtrl) or shRNAs targeting EZH2 (shEZH2). Total RNA were extracted by TRIzol (Invitrogen) and libraries were constructed using Illumina TruSeq RNA Sample Prep Kit v2 (Cat.# RS-122-2001). Hiseq 3000 was used for sequencing.","5":"Transcriptome profiles of Tamoxifen resistance MCF-7 infected with shCtrl or shEZH2 were sequenced in duplicate using Illumina HiSeq 3000.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Ductal Carcinoma\"]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21645251","17":"Tamoxifen Resistance in Breast Cancer Is Regulated by the EZH2-ERα-GREB1 Transcriptional Axis","18":"[Tamoxifen Resistance in Breast Cancer Is Regulated by the EZH2-ERα-GREB1 Transcriptional Axis(PMID:29212856)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29212856)","19":"[GEO:GSE92316](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE92316), [SRA:SRP095013](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP095013)","_rn_":"26"},{"1":"syn11958459","2":"PDGF-driven glioblastoma mouse model scRNA-Seq","3":"PRJNA376203","4":"Generate scRNA-Seq profiles for PDGF-driven glioblastoma mouse model.","5":"Obtain 85 scRNA-Seq profiles from a de novo tumor-derived cell line.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"NULL\"]","8":"[\"Glioblastoma\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE95157](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE95157)","_rn_":"27"},{"1":"syn12976726","2":"protein levels in BRAF inhibitor resistance melanoma cells treated with PF3758309","3":"PRJNA379575","4":"11 BRAF inhibitor resistance melanoma cells were treated with PAK inhibitor PF3758309 for 48 hr, the cell lysis were analyzed by RPPA profiling by protein array (RPPA)","5":"11 pair of samples were analyzed (control and PF3758309 treatment group) by RPPA, more than 200 of proteins were tested","6":"[\"RPPA\"]","7":"[\"Human\"]","8":"[\"Melanoma\"]","9":"syn21630078, syn21630081, syn21630079","10":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349747","14":"[\"CA193417\"]","15":"Physical Science Oncology Center at Penn","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE96753](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE96753)","_rn_":"28"},{"1":"syn21796984","2":"H-STS NET cell line perturbed with small molecule compounds","3":"PRJNA379584","4":"Expression profile of H-STS NET cell line at 6h and 24h after perturbation with small molecule compounds.","5":"H-STS cells were perturbed with small molecule compounds at isopotent concentrations, corresponding to ED20 and 1/10 of it, as measured by cell viability assays at 60h, or vehicle control (DMSO, ethanol and methanol). The cells were lysed at 6h and 24h after perturbation and total RNA isolated. Libraries for RNA-seq were generated with the TruSeq protocol (Illumina) and sequenced in a Hi-Seq 2500 instrument (Illumina).","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Neuroendocrine Neoplasm\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21681392","17":"A precision oncology approach to the pharmacological targeting of mechanistic dependencies in neuroendocrine tumors","18":"[A precision oncology approach to the pharmacological targeting of mechanistic dependencies in neuroendocrine tumors(PMID:29915428)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29915428)","19":"[GEO:GSE96760](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE96760)","_rn_":"29"},{"1":"syn21791505","2":"RNA sequencing of lncRNAs knockdown in human pancreatic cancer cell lines","3":"PRJNA380131","4":"We report the transcriptome changes that result from the transient knockdown of FAM83H-AS1 in Aspc1 cells and transient knockdown of LINC00673 in Panc1 cells.","5":"Total RNA extracted 48 hour after transfection with targeting and control siRNAs. Libraries were prepared from total RNA (RIN>8) with the TruSeq RNA prep kit (Illumina) and sequenced using the HiSeq2500 (Illumina) instrument. Reads were mapped to the human genome (UCSC/hg19) using Tophat (version 2.0.4) with 4 mismatches and 10 maximum multiple hits. Significantly differentially expressed genes were calculated using DESeq2.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Malignant Neoplasm of Pancreas\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127, syn21630128","12":"[\"CSBC\", \"PS-ON\"]","13":"syn7315802, syn7349759","14":"[\"CA209997\", \"CA193313\"]","15":"Center for Cancer Systems Therapeutics (CaST) | Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21648871","17":"Comprehensive characterisation of compartment-specific long non-coding RNAs associated with pancreatic ductal adenocarcinoma","18":"[Comprehensive characterisation of compartment-specific long non-coding RNAs associated with pancreatic ductal adenocarcinoma(PMID:29440233)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29440233)","19":"[GEO:GSE96931](www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE96931)","_rn_":"30"},{"1":"syn12976713","2":"Gene expression signature of vemurafenib resistance in WM989 and WM983B melanoma cells","3":"PRJNA382674","4":"Therapies targeting signaling molecules mutated in cancers can often have striking short-term effects, but the emergence of resistant cancer cells is a major barrier to full cures. Resistance can sometimes result from a secondary mutations in rare cells, but other times, there is no clear genetic cause, raising leaving the possibility of non-genetic rare cell variability. Here, we show that melanoma cells can display profound transcriptional variability at the single cell level that predicts which cells will ultimately resist drug treatment. This variability involves semi-coordinated transcription of a number of resistance markers at high levels in a very small percentage of cells. The addition of drug then induces an epigenetic reprogramming in these cells, converting the transient transcriptional state to a stably resistant state. This reprogramming begins withis a progressive process consisting of a loss of SOX10-mediated differentiation followed by activation of new signaling pathways, partially mediated by activity of Jun-AP-1 and TEAD. Our work reveals the multistage nature of the acquisition of drug resistance and provides a framework for understanding resistance dynamics. We find that other cell types also exhibit sporadic expression of many of these same marker genes, suggesting the existence of a general rare-cell expression program.","5":"We performed RNA sequencing on WM989 cells without vemurafenib, after 48 hours of treatment, and upon the development of resistance.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Melanoma\"]","9":"syn21630078, syn21630081, syn21630079","10":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349747","14":"[\"CA193417\"]","15":"Physical Science Oncology Center at Penn","16":"syn21649208","17":"Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance","18":"[Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance(PMID:28607484)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28607484)","19":"[GEO:GSE97681](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE97681), [SRA:SRP103828](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP103828)","_rn_":"31"},{"1":"syn12976715","2":"Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance [RNA-seq]","3":"PRJNA382752","4":"Therapies targeting signaling molecules mutated in cancers can often have striking short-term effects, but the emergence of resistant cancer cells is a major barrier to full cures. Resistance can sometimes result from a secondary mutations in rare cells, but other times, there is no clear genetic cause, raising leaving the possibility of non-genetic rare cell variability. Here, we show that melanoma cells can display profound transcriptional variability at the single cell level that predicts which cells will ultimately resist drug treatment. This variability involves semi-coordinated transcription of a number of resistance markers at high levels in a very small percentage of cells. The addition of drug then induces an epigenetic reprogramming in these cells, converting the transient transcriptional state to a stably resistant state. This reprogramming begins with a progressive process consisting of a loss of SOX10-mediated differentiation followed by activation of new signaling pathways, partially mediated by activity of Jun-AP-1 and TEAD. Our work reveals the multistage nature of the acquisition of drug resistance and provides a framework for understanding resistance dynamics. We find that other cell types also exhibit sporadic expression of many of these same marker genes, suggesting the existence of a general rare-cell expression program.","5":"We performed FACS to isolate EGFR-high populations of WM989 melanoma cells at three time points (untreated, 1 week in vemurafenib, 4 weeks in vemurafenib) for RNA sequencing and ATAC sequencing. Each sample has three biological replicates.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Melanoma\"]","9":"syn21630078, syn21630081, syn21630079","10":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349747","14":"[\"CA193417\"]","15":"Physical Science Oncology Center at Penn","16":"syn21649208","17":"Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance","18":"[Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance(PMID:28607484)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28607484)","19":"[GEO:GSE97679](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE97679), [SRA:SRP103825](https://www.ncbi.nlm.nih.gov/sra?term=SRP103825)","_rn_":"32"},{"1":"syn12976714","2":"Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance [ATAC-seq]","3":"PRJNA382753","4":"Therapies targeting signaling molecules mutated in cancers can often have striking short-term effects, but the emergence of resistant cancer cells is a major barrier to full cures. Resistance can sometimes result from a secondary mutations in rare cells, but other times, there is no clear genetic cause, raising leaving the possibility of non-genetic rare cell variability. Here, we show that melanoma cells can display profound transcriptional variability at the single cell level that predicts which cells will ultimately resist drug treatment. This variability involves semi-coordinated transcription of a number of resistance markers at high levels in a very small percentage of cells. The addition of drug then induces an epigenetic reprogramming in these cells, converting the transient transcriptional state to a stably resistant state. This reprogramming begins withis a progressive process consisting of a loss of SOX10-mediated differentiation followed by activation of new signaling pathways, partially mediated by activity of Jun-AP-1 and TEAD. Our work reveals the multistage nature of the acquisition of drug resistance and provides a framework for understanding resistance dynamics. We find that other cell types also exhibit sporadic expression of many of these same marker genes, suggesting the existence of a general rare-cell expression program.","5":"We performed FACS to isolate EGFR-high populations of WM989 melanoma cells at three time points (untreated, 1 week in vemurafenib, 4 weeks in vemurafenib) for RNA sequencing and ATAC sequencing. Each sample has three biological replicates.","6":"[\"ATAC-Seq\"]","7":"[\"Human\"]","8":"[\"Melanoma\"]","9":"syn21630078, syn21630081, syn21630079","10":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349747","14":"[\"CA193417\"]","15":"Physical Science Oncology Center at Penn","16":"syn21649208","17":"Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance","18":"[Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance(PMID:28607484)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28607484)","19":"[GEO:GSE97680](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE97680), [SRA:SRP103827](https://www.ncbi.nlm.nih.gov/sra?term=SRP103827)","_rn_":"33"},{"1":"syn13858909","2":"Epigenetic restriction of embryonic and extraembryonic lineages mirrors the somatic transition to cancer (Perturbation-RNAseq)","3":"PRJNA386938","4":"Concerted efforts over past decades have established a thorough understanding of the canonical somatic DNA methylation landscape as well as its systematic misregulation across most human cancers. However, the underlying mechanism that directs this genome-scale transformation remains elusive, with no clear model for its acquisition or understanding of its potential developmental utility. Here we present base pair resolution analysis of global remethylation from the hypomethylated state of the preimplantation embryo into the early epiblast and extraembryonic ectoderm. We show that these two states acquire highly divergent genomic distributions: while the proximal epiblast establishes a canonical CpG-density dependent pattern found in somatic cells, the extraembryonic epigenome becomes substantially more mosaic. Moreover, this alternate pattern includes specific de novo methylation of hundreds of CpG island promoter containing genes that function in early embryonic development and are orthologously methylated across an extensive cohort of human cancers. From these data, we propose a model where the evolutionary innovation of extraembryonic tissues in eutherian mammals required cooption of DNA methylation-based suppression as an alternate pathway to the embryonically utilized Polycomb group proteins, which otherwise coordinate germ layer formation in response to extraembryonic cues at the onset of gastrulation. Moreover, we establish that this decision is made deterministically downstream of the promiscuously utilized, and frequently oncogenic, FGF signaling pathway and utilizes a novel combination of epigenetic cofactors. Recruitment of this silencing mechanism to developmental genes during cancer therefore reflects the misappropriation of an innate regulatory pathway that may be spontaneously sampled as an alternate epigenetic landscape within somatic cells.","5":"Comparison of gene expression patterns in Extraembryonic Ectoderm and cancer","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21645383","17":"Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer","18":"[Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer(PMID:28959968)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28959968)","19":"[GEO:GSE98960](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE98960), [SRA:SRP107205](https://www.ncbi.nlm.nih.gov/sra?term=SRP107205)","_rn_":"34"},{"1":"syn21813402","2":"Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity.","3":"PRJNA387311","4":"We compared three CDK4/6 inhibitors that have recently emerged as highly promising agents for advanced breast cancers by performing transcriptional profiling (mRNA-Seq) on a panel of seven breast cancer cell lines following 6 or 24 hours of drug exposure at concentrations ranging from 0.3 to 3.0 uM.","5":"mRNA levels for 7 breast cancer cell lines treated with one of three CDK4/6 inhibitors (abemaciclib, palbociclib, or ribociclib) at either 0.3 uM, 1.0 uM (only for MCF7), or 3.0 uM for either 6 or 24 hours.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681801","17":"Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity","18":"[Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity(PMID:31178407)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31178407)","19":"[GEO:GSE99116](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE99116)","_rn_":"35"},{"1":"syn12976509","2":"The transcriptome effect of overexpressing EZH2 in MCF7","3":"PRJNA400606","4":"Purpose: Increasing evidence suggests that epigenetic reprogramming contributes significantly to the development of endocrine therapy resistance in breast cancer. The goal of this work is to explore how the histone methyltransferase EZH2 interacts with ER signaling and drives the insensitiveness of breast cancer cells to the antagonistic effect of tamoxifen on ER activity. Therefore, we comprehensively analyzed the transcriptional program regulated by EZH2 in EZH2 overexpressed MCF-7 cells. Methods: MCF-7 cells between passage 142-144 were used for this assay. For mRNA-Seq, cells are infected with control empty vector (EV) or EZH2 expressing plasmid (EZH2) by lentivirus. Total RNA were extracted by TRIzol (Invitrogen) and libraries were constructed using Illumina TruSeq RNA Sample Prep Kit v2 (Cat.# RS-122-2001). Hiseq 3000 was used for sequencing.","5":"Transcriptome profiles of tamoxifen sensitive MCF-7 infected with pLenti-CMV-hygro-GFP or pLento-HA-EZH2 were sequenced in at least duplicates using Illumina HiSeq 3000.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Ductal Carcinoma\"]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21645251","17":"Tamoxifen Resistance in Breast Cancer Is Regulated by the EZH2-ERα-GREB1 Transcriptional Axis","18":"[Tamoxifen Resistance in Breast Cancer Is Regulated by the EZH2-ERα-GREB1 Transcriptional Axis(PMID:29212856)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29212856)","19":"[GEO:GSE103242](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE103242)","_rn_":"36"},{"1":"syn21810340","2":"KDM5B links cellular transcriptome heterogeneity to therapy resistance (RNA-Seq)","3":"PRJNA414329","4":"The KDM5B histone H3 lysine 4 (H3K4) demethylase has been implicated in therapy resistance in multiple cancer types including breast cancer, but the underlying mechanism is poorly defined. Here we show that inhibition of KDM5B activity increases sensitivity to anti-estrogens by modulating estrogen-receptor (ER) signaling. Conversely, acquired resistance to KDM5 inhibitors leads to gain of ER chromatin binding and estrogen-independent growth. Sequencing of barcoded cell populations and mathematical modeling demonstrate selection for pre-existent genetically distinct endocrine-resistant cells, while resistance to KDM5 inhibitors is a switch to an acquired epigenetic state. Rare resistant cells can already be detected by single cell RNA-seq prior to treatment. Inhibition of KDM5B in luminal ER+ cells increases H3K4me3 broad domains at promoters and decreases cellular transcriptional heterogeneity. Higher transcriptome heterogeneity is associated with higher KDM5B levels and poor prognosis in ER+ luminal breast tumors.","5":"RNA-Seq of parental and multiple resistant breast cancer cell lines","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681468","17":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","18":"[KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance(PMID:30472020)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020)","19":"[GEO:GSE104985](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104985), [SRA:SRP119970](https://www.ncbi.nlm.nih.gov/sra?term=SRP119970)","_rn_":"37"},{"1":"syn21810581","2":"KDM5B links cellular transcriptome heterogeneity to therapy resistance (Exome-Seq)","3":"PRJNA414330","4":"The KDM5B histone H3 lysine 4 (H3K4) demethylase has been implicated in therapy resistance in multiple cancer types including breast cancer, but the underlying mechanism is poorly defined. Here we show that inhibition of KDM5B activity increases sensitivity to anti-estrogens by modulating estrogen-receptor (ER) signaling. Conversely, acquired resistance to KDM5 inhibitors leads to gain of ER chromatin binding and estrogen-independent growth. Sequencing of barcoded cell populations and mathematical modeling demonstrate selection for pre-existent genetically distinct endocrine-resistant cells, while resistance to KDM5 inhibitors is a switch to an acquired epigenetic state. Rare resistant cells can already be detected by single cell RNA-seq prior to treatment. Inhibition of KDM5B in luminal ER+ cells increases H3K4me3 broad domains at promoters and decreases cellular transcriptional heterogeneity. Higher transcriptome heterogeneity is associated with higher KDM5B levels and poor prognosis in ER+ luminal breast tumors.","5":"Exome-seq of parental and multiple resistant breast cancer cell lines","6":"[\"Whole Exome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681468","17":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","18":"[KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance(PMID:30472020)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020)","19":"[GEO:GSE104984](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104984), [SRA:SRP119969](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP119969)","_rn_":"38"},{"1":"syn21810592","2":"KDM5B links cellular transcriptome heterogeneity to therapy resistance (ChIP-Seq)","3":"PRJNA414331","4":"The KDM5B histone H3 lysine 4 (H3K4) demethylase has been implicated in therapy resistance in multiple cancer types including breast cancer, but the underlying mechanism is poorly defined. Here we show that inhibition of KDM5B activity increases sensitivity to anti-estrogens by modulating estrogen-receptor (ER) signaling. Conversely, acquired resistance to KDM5 inhibitors leads to gain of ER chromatin binding and estrogen-independent growth. Sequencing of barcoded cell populations and mathematical modeling demonstrate selection for pre-existent genetically distinct endocrine-resistant cells, while resistance to KDM5 inhibitors is a switch to an acquired epigenetic state. Rare resistant cells can already be detected by single cell RNA-seq prior to treatment. Inhibition of KDM5B in luminal ER+ cells increases H3K4me3 broad domains at promoters and decreases cellular transcriptional heterogeneity. Higher transcriptome heterogeneity is associated with higher KDM5B levels and poor prognosis in ER+ luminal breast tumors.","5":"ChIP-Seq of parental and multiple resistant breast cancer cell lines","6":"[\"ChIP-Seq\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681468","17":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","18":"[KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance(PMID:30472020)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020)","19":"[GEO:GSE104983](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104983), [SRA:SRP119968](https://www.ncbi.nlm.nih.gov/sra?term=SRP119968)","_rn_":"39"},{"1":"syn21810955","2":"KDM5B links cellular transcriptome heterogeneity to therapy resistance (Barcode)","3":"PRJNA414333","4":"The KDM5B histone H3 lysine 4 (H3K4) demethylase has been implicated in therapy resistance in multiple cancer types including breast cancer, but the underlying mechanism is poorly defined. Here we show that inhibition of KDM5B activity increases sensitivity to anti-estrogens by modulating estrogen-receptor (ER) signaling. Conversely, acquired resistance to KDM5 inhibitors leads to gain of ER chromatin binding and estrogen-independent growth. Sequencing of barcoded cell populations and mathematical modeling demonstrate selection for pre-existent genetically distinct endocrine-resistant cells, while resistance to KDM5 inhibitors is a switch to an acquired epigenetic state. Rare resistant cells can already be detected by single cell RNA-seq prior to treatment. Inhibition of KDM5B in luminal ER+ cells increases H3K4me3 broad domains at promoters and decreases cellular transcriptional heterogeneity. Higher transcriptome heterogeneity is associated with higher KDM5B levels and poor prognosis in ER+ luminal breast tumors.","5":"Barcoding analyses of parental and multiple resistant breast cancer cell lines","6":"[\"Barcode-Seq\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681468","17":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","18":"[KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance(PMID:30472020)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020)","19":"[GEO:GSE104981](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104981), [SRA:SRP119966](https://www.ncbi.nlm.nih.gov/sra?term=SRP119966)","_rn_":"40"},{"1":"syn21810301","2":"KDM5B links cellular transcriptome heterogeneity to therapy resistance (RRBS)","3":"PRJNA414334","4":"The KDM5B histone H3 lysine 4 (H3K4) demethylase has been implicated in therapy resistance in multiple cancer types including breast cancer, but the underlying mechanism is poorly defined. Here we show that inhibition of KDM5B activity increases sensitivity to anti-estrogens by modulating estrogen-receptor (ER) signaling. Conversely, acquired resistance to KDM5 inhibitors leads to gain of ER chromatin binding and estrogen-independent growth. Sequencing of barcoded cell populations and mathematical modeling demonstrate selection for pre-existent genetically distinct endocrine-resistant cells, while resistance to KDM5 inhibitors is a switch to an acquired epigenetic state. Rare resistant cells can already be detected by single cell RNA-seq prior to treatment. Inhibition of KDM5B in luminal ER+ cells increases H3K4me3 broad domains at promoters and decreases cellular transcriptional heterogeneity. Higher transcriptome heterogeneity is associated with higher KDM5B levels and poor prognosis in ER+ luminal breast tumors.","5":"Reduced representation bisulfite sequencing (RRBS) was performed on parental and multiple resistant breast cancer cell lines","6":"[\"Bisulfite Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681468","17":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","18":"[KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance(PMID:30472020)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020)","19":"[GEO:GSE104986](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104986), [SRA:SRP119971](https://www.ncbi.nlm.nih.gov/sra?term=SRP119971)","_rn_":"41"},{"1":"syn21810294","2":"KDM5B links cellular transcriptome heterogeneity to therapy resistance (inDrop)","3":"PRJNA414337","4":"The KDM5B histone H3 lysine 4 (H3K4) demethylase has been implicated in therapy resistance in multiple cancer types including breast cancer, but the underlying mechanism is poorly defined. Here we show that inhibition of KDM5B activity increases sensitivity to anti-estrogens by modulating estrogen-receptor (ER) signaling. Conversely, acquired resistance to KDM5 inhibitors leads to gain of ER chromatin binding and estrogen-independent growth. Sequencing of barcoded cell populations and mathematical modeling demonstrate selection for pre-existent genetically distinct endocrine-resistant cells, while resistance to KDM5 inhibitors is a switch to an acquired epigenetic state. Rare resistant cells can already be detected by single cell RNA-seq prior to treatment. Inhibition of KDM5B in luminal ER+ cells increases H3K4me3 broad domains at promoters and decreases cellular transcriptional heterogeneity. Higher transcriptome heterogeneity is associated with higher KDM5B levels and poor prognosis in ER+ luminal breast tumors.","5":"Single cell transcriptome of parental and multiple resistant breast cancer cell lines","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681468","17":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","18":"[KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance(PMID:30472020)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020)","19":"[GEO:GSE104987](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE104987), [SRA:SRP119973](https://www.ncbi.nlm.nih.gov/sra?term=SRP119973)","_rn_":"42"},{"1":"syn21792855","2":"Ivy Glioblastoma Atlas Project (RNA-Seq)","3":"PRJNA420740","4":"The Ivy Glioblastoma Atlas Project (Ivy GAP) is a detailed anatomically based transcriptomic atlas of human glioblastoma tumors. As collaborators, the Ivy Foundation funded the Allen Institute and the Swedish Neuroscience Institute to design and create the atlas. The Paul G. Allen Family Foundation also supported the project. This resource consists of a viewer interface that resolves the manually- and machine-annotated histologic images (H&E and RNA in situ hybridization) at 0.5 <U+00B5>m/pixel, a transcriptome browser to view and mine the anatomically-based RNA-Seq samples, an application programming interface, help documentation that describes the methods and how to use the resource, as well as SNP array data and the supporting longitudinal clinical information and MRI time course data. The resource is made available to the public without charge as part of the Ivy GAP (http://glioblastoma.alleninstitute.org/) via the Allen Institute data portal (http://www.brain-map.org), the Ivy GAP Clinical and Genomic Database (http://ivygap.org/) via the Swedish Neuroscience Institute (http://www.swedish.org/services/neuroscience-institute), and The Cancer Imaging Archive (https://wiki.cancerimagingarchive.net/display/Public/Ivy+GAP). The Ivy GAP processed data at GEO includes normalized RNA-Seq FPKM files used for analysis in \"An anatomic transcriptional atlas of glioblastoma,<U+201D> which is under review. Other processed data files as well as sample and donor meta-data and QC metrics are available at http://glioblastoma.alleninstitute.org/static/download.html. The raw RNA-Seq and SNP array data will be submitted to dbGaP.","5":"The Ivy Glioblastoma Atlas is based on the analysis of ~400 tissue blocks from 42 tumors donated by 41 patients. A machine learning application was developed to label over ~12,000 H&E images of 7 x 9 mm tissue sections cut adjacent to ~24,000 sections for RNA in situ hybridization (ISH) analyzed with over 500 probes. Accuracy of the machine annotations was assessed with neuropathology concordance analyses. Transcriptomic profiles were generated from 270 RNA-Seq samples collected by laser microdissection. The anatomic structures data set consists of 122 RNA samples of 5 anatomic features of the tumors: leading edge (LE), infiltrating tumor (IT), cellular tumor (CT), pseudopalisading cells around necrosis (PAN), microvascular proliferation (MVP) identified by H&E staining in 10 tumors. The cancer stem cells data set consists of 148 RNA samples of putative cancer stem cell clusters identified by ISH with 18 probe reference set in 34 tumors. The sequencing results were aligned and aggregated at the gene level using the RSEM algorithm, and the resulting fpkm values were normalized across all samples based on genes not enriched in particular anatomic structures. For more details, please see the Downloads tab in the Ivy Glioblastoma Atlas web application.-------------------------------Authors state \"Raw files will be made available through dbGaP.\"","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE107559](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE107559)","_rn_":"43"},{"1":"syn21792856","2":"Ivy Glioblastoma Atlas Project (SNP)","3":"PRJNA420741","4":"The Ivy Glioblastoma Atlas Project (Ivy GAP) is a detailed anatomically based transcriptomic atlas of human glioblastoma tumors. As collaborators, the Ivy Foundation funded the Allen Institute and the Swedish Neuroscience Institute to design and create the atlas. The Paul G. Allen Family Foundation also supported the project. This resource consists of a viewer interface that resolves the manually- and machine-annotated histologic images (H&E and RNA in situ hybridization) at 0.5 <U+00B5>m/pixel, a transcriptome browser to view and mine the anatomically-based RNA-Seq samples, an application programming interface, help documentation that describes the methods and how to use the resource, as well as SNP array data and the supporting longitudinal clinical information and MRI time course data. The resource is made available to the public without charge as part of the Ivy GAP (http://glioblastoma.alleninstitute.org/) via the Allen Institute data portal (http://www.brain-map.org), the Ivy GAP Clinical and Genomic Database (http://ivygap.org/) via the Swedish Neuroscience Institute (http://www.swedish.org/services/neuroscience-institute), and The Cancer Imaging Archive (https://wiki.cancerimagingarchive.net/display/Public/Ivy+GAP). The Ivy GAP processed data at GEO includes normalized RNA-Seq FPKM files used for analysis in \"An anatomic transcriptional atlas of glioblastoma,<U+201D> which is under review. Other processed data files as well as sample and donor meta-data and QC metrics are available at http://glioblastoma.alleninstitute.org/static/download.html. The raw RNA-Seq and SNP array data will be submitted to dbGaP.","5":"Copy number analysis was performed using Affymetrix GenomeWideSNP_6 platform. A total of 35 samples were used from 34 GBM patients<U+2019> and 1 glioma patient<U+2019>s surgical resections.--------------------------------Authors state \"Raw files will be made available through dbGaP.\"","6":"[\"Single Nucleotide Polymorphism Array\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE107558](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE107558)","_rn_":"44"},{"1":"syn21797980","2":"The mammalian decidual cell evolved from a cellular stress response","3":"PRJNA430399","4":"Among animal species, cell types vary greatly in terms of number and kind. The broad range of number of cell types among species suggests that cell type origination is a significant source of evolutionary novelty. The molecular mechanisms giving rise to novel cell types, however, are poorly understood. Here we show that a novel cell type of eutherians mammals, the decidual stromal cell (DSC), evolved by rewiring an ancestral cellular stress response. We isolated the precursor cell type of DSCs, endometrial stromal fibroblasts (ESFs), from the opossum Monodelphis domestica. We show that, in opossum ESF, the majority of decidual core regulatory genes respond to decidualizing signals, but do not regulate decidual effector genes. Rather, in opossum ESF, decidual transcription factors function in apoptotic and oxidative stress response. We propose that the rewiring of cellular stress responses could be a general mechanism for the evolution of novel cell types.","5":"Examination of mRNA profiles of in vitro cultured opossum endometrial stromal fibroblasts and those exposed to: 1) eutherian differentiation media, containing cyclic AMP (cAMP) analogue 8-Br-cAMP and the progesterone (P4) analogue medroxyprogesterone acetate (MPA), 2) MPA, 3) PGE2, 4) PGE2 and MPA.","6":"[]","7":"[\"Opossum\"]","8":"[]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315810","14":"[\"CA209992\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion","16":"syn21681412","17":"The mammalian decidual cell evolved from a cellular stress response","18":"[The mammalian decidual cell evolved from a cellular stress response(PMID:30142145)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30142145)","19":"[GEO:GSE109309](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE109309)","_rn_":"45"},{"1":"syn21809570","2":"Effect of global MYC DNA binding due to loss of PIN1","3":"PRJNA430961","4":"The goal of this study was to determine the MYC binding difference between WT and PIN1 knockout mouse embryonic fibroblasts.","5":"Wildtype and PIN1 knockout MEFs were serum starved for 48 hours, and stimulated 4hrs to induce MYC expression. DNA IPed from N262 antibody was harvested from 2 independent experimental replicates per genotype.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630075, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773345","14":"[\"CA209988\"]","15":"Measuring, Modeling and Controlling Heterogeneity (M2CH)","16":"syn21649183","17":"Post-translational modification localizes MYC to the nuclear pore basket to regulate a subset of target genes involved in cellular responses to environmental signals","18":"[Post-translational modification localizes MYC to the nuclear pore basket to regulate a subset of target genes involved in cellular responses to environmental signals(PMID:30366908)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30366908)","19":"[GEO:GSE109458](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE109458)","_rn_":"46"},{"1":"syn21809579","2":"Transcriptional changes of serum stimulation in mouse embryonic fibroblasts due to loss of PIN1","3":"PRJNA430962","4":"The goal of this study was to determine the transcriptional difference between WT and PIN1 knockout mouse embryonic fibroblasts.","5":"Wildtype and PIN1 knockout MEFs were serum starved for 48 hours, and stimulated 4hrs to induce MYC expression. RNA was harvested from 2 independent experimental replicates per genotype.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630075, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773345","14":"[\"CA209988\"]","15":"Measuring, Modeling and Controlling Heterogeneity (M2CH)","16":"syn21649183","17":"Post-translational modification localizes MYC to the nuclear pore basket to regulate a subset of target genes involved in cellular responses to environmental signals","18":"[Post-translational modification localizes MYC to the nuclear pore basket to regulate a subset of target genes involved in cellular responses to environmental signals(PMID:30366908)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30366908)","19":"[GEO:GSE109457](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE109457)","_rn_":"47"},{"1":"syn21812470","2":"DNA:cytoplasm ratio defines an upper limit to cell size [RNA-seq]","3":"PRJNA434318","4":"Cell size varies greatly between cell types, yet within a specific cell type and growth condition, cell size is narrowly distributed. Why maintenance of a cell-type specific cell size is important is not understood. Here we show that growing beyond a certain size has wide-ranging effects on cell physiology. Large cells are defective in gene induction, cell cycle progression and cell signaling. We further show that these defects are caused by the inability of large cells to scale nucleic acid and protein biosynthesis in accordance with cell volume increase, which effectively leads to cytoplasm dilution. Finally, we determine why nucleic acid and protein biosynthesis do not scale with cell volume beyond a certain critical size. DNA becomes limiting. We conclude that the correct DNA to cytoplasm ratio is vital for many perhaps all cellular functions and that the range where this ratio supports optimal cell function is remarkably narrow.","5":"Total RNA sequenced from fixed numbers of S. cerevisiae cells of varying size mixed with a fixed number exponentially growing C. albicans cells. The S. cerevisiae counts were normalized to total number of C.albicans reads in each sample.","6":"[]","7":"[\"Yeast\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773338","14":"[\"CA217377\"]","15":"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer","16":"syn21681553","17":"Excessive Cell Growth Causes Cytoplasm Dilution And Contributes to Senescence","18":"[Excessive Cell Growth Causes Cytoplasm Dilution And Contributes to Senescence(PMID:30739799)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30739799)","19":"[GEO:GSE110704](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE110704), [SRA:SRP132956](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP132956)","_rn_":"48"},{"1":"syn21812461","2":"DNA:cytoplasm ratio defines an upper limit to cell size [array]","3":"PRJNA435760","4":"Cell size varies greatly between cell types, yet within a specific cell type and growth condition, cell size is narrowly distributed. Why maintenance of a cell-type specific cell size is important is not understood. Here we show that growing beyond a certain size has wide-ranging effects on cell physiology. Large cells are defective in gene induction, cell cycle progression and cell signaling. We further show that these defects are caused by the inability of large cells to scale nucleic acid and protein biosynthesis in accordance with cell volume increase, which effectively leads to cytoplasm dilution. Finally, we determine why nucleic acid and protein biosynthesis do not scale with cell volume beyond a certain critical size. DNA becomes limiting. We conclude that the correct DNA to cytoplasm ratio is vital for many perhaps all cellular functions and that the range where this ratio supports optimal cell function is remarkably narrow.","5":"Two-color microarray experiment comparing gene expression of S. cerevisiae cells of different cell size before and after 40 minutes of alpha factor exposure.\\nThe cell sizes are:\\nWT: 50 fL\\n2h: 250 fL\\n6h: 815 fL\\n6h CHX: 325 fL","6":"[]","7":"[\"Yeast\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773338","14":"[\"CA217377\"]","15":"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE111075](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE111075)","_rn_":"49"},{"1":"syn21812572","2":"RNA sequencing data","3":"PRJNA446003","4":"RNA sequencing data of AdGFP cell from mouse PDAC","5":"6 mouse PDAC cell lines were infected with Adeno GFP","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Pancreatic Ductal Adenocarcinoma\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127, syn21630128","12":"[\"CSBC\", \"PS-ON\"]","13":"syn7315802, syn7349759","14":"[\"CA209997\", \"CA193313\"]","15":"Center for Cancer Systems Therapeutics (CaST) | Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21681640","17":"Complete Regression of Advanced Pancreatic Ductal Adenocarcinomas upon Combined Inhibition of EGFR and C-RAF","18":"[Complete Regression of Advanced Pancreatic Ductal Adenocarcinomas upon Combined Inhibition of EGFR and C-RAF(PMID:30975481)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30975481)","19":"[GEO:GSE112434](www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE112434)","_rn_":"50"},{"1":"syn21797571","2":"Molecular characterization of neuroendocrine prostate cancer organoids and PDOX by RNA-seq","3":"PRJNA449096","4":"We report the generation and characterization of tumor organoids and PDOX derived from needle biopsies of metastatic lesions from neuroendocrine prostate cancer patients.","5":"Understanding the expression profile of neuroendocrine prostate cancer tumor organoids and PDOXs.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of prostate\"]","9":"syn21630080, syn21630078, syn21630079","10":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349770","14":"[\"CA210184\"]","15":"Center on the Physics of Cancer Metabolism","16":"syn21648964","17":"Patient derived organoids to model rare prostate cancer phenotypes","18":"[Patient derived organoids to model rare prostate cancer phenotypes(PMID:29921838)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29921838)","19":"[GEO:GSE112786](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE112786), [SRA:SRP137893](https://www.ncbi.nlm.nih.gov/sra?term=SRP137893)","_rn_":"51"},{"1":"syn21797564","2":"Methylation profile of neuroendocrine prostate cancer models","3":"PRJNA449098","4":"Our study represents a detailed molecular analysis of neuroenedocrine prostate cancer models","5":"Understanding the global methylation profile of tumor organoids and PDOXs.","6":"[\"Bisulfite Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of prostate\"]","9":"syn21630080, syn21630078, syn21630079","10":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349770","14":"[\"CA210184\"]","15":"Center on the Physics of Cancer Metabolism","16":"syn21648964","17":"Patient derived organoids to model rare prostate cancer phenotypes","18":"[Patient derived organoids to model rare prostate cancer phenotypes(PMID:29921838)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29921838)","19":"[GEO:GSE112829](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE112829), [SRA:SRP137894](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP137894)","_rn_":"52"},{"1":"syn21795292","2":"Single Cell RNA sequencing of Adult Human Breast Epithelial Cells [C1_Individual_2]","3":"PRJNA450371","4":"Breast cancer arises from breast epithelial cells that acquire genetic alterations leading to subsequent loss of tissue homeostasis. Several distinct epithelial subpopulations have been proposed, but complete understanding of the spectrum of heterogeneity and differentiation hierarchy in the human breast remains elusive. Here, we used single-cell mRNA sequencing (scRNAseq) to profile the transcriptomes of 25,790 primary human breast epithelial cells isolated from reduction mammoplasties of seven individuals. Unbiased clustering analysis reveals the existence of three distinct epithelial cell populations, one basal and two luminal cell types, which we identify as secretory L1- and hormone-responsive L2-type cells. Pseudotemporal reconstruction of differentiation trajectories produc one continuous lineage hierarchy that closely connects the basal lineage to the two differentiated luminal branches. Our comprehensive cell atlas provides novel insights into cellular blueprint of the human breast epithelium and will form the foundation to understand how the system goes awry during breast cancer.","5":"Microfluidics-enabled Single Cell RNA sequencing libraries were generated for 3 adult human women using the Fluidigm C1 and sequenced on the Illumina HighSeq 2500","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9774783","14":"[\"CA199315\"]","15":"Integrative approach to heterogeneity in breast cancer metastasis","16":"syn21649156","17":"Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity","18":"[Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity(PMID:29795293)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29795293)","19":"[GEO:GSE113127](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE113127), [SRA:SRP140489](https://www.ncbi.nlm.nih.gov/sra?term=SRP140489)","_rn_":"53"},{"1":"syn21795809","2":"Single Cell RNA sequencing of Adult Human Breast Epithelial Cells [C1_Individual_1]","3":"PRJNA450372","4":"Breast cancer arises from breast epithelial cells that acquire genetic alterations leading to subsequent loss of tissue homeostasis. Several distinct epithelial subpopulations have been proposed, but complete understanding of the spectrum of heterogeneity and differentiation hierarchy in the human breast remains elusive. Here, we used single-cell mRNA sequencing (scRNAseq) to profile the transcriptomes of 25,790 primary human breast epithelial cells isolated from reduction mammoplasties of seven individuals. Unbiased clustering analysis reveals the existence of three distinct epithelial cell populations, one basal and two luminal cell types, which we identify as secretory L1- and hormone-responsive L2-type cells. Pseudotemporal reconstruction of differentiation trajectories produc one continuous lineage hierarchy that closely connects the basal lineage to the two differentiated luminal branches. Our comprehensive cell atlas provides novel insights into cellular blueprint of the human breast epithelium and will form the foundation to understand how the system goes awry during breast cancer.","5":"Microfluidics-enabled Single Cell RNA sequencing libraries were generated for 3 adult human women using the Fluidigm C1 and sequenced on the Illumina HighSeq 2500","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9774783","14":"[\"CA199315\"]","15":"Integrative approach to heterogeneity in breast cancer metastasis","16":"syn21649156","17":"Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity","18":"[Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity(PMID:29795293)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29795293)","19":"[GEO:GSE113099](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE113099), [SRA:SRP140488](https://www.ncbi.nlm.nih.gov/sra?term=SRP140488)","_rn_":"54"},{"1":"syn21793531","2":"Single Cell RNA sequencing of Adult Human Breast Epithelial Cells","3":"PRJNA450409","4":"This SuperSeries is composed of the SubSeries listed below.","5":"Refer to individual Series","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9774783","14":"[\"CA199315\"]","15":"Integrative approach to heterogeneity in breast cancer metastasis","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE113197](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE113197)","_rn_":"55"},{"1":"syn21795279","2":"Single Cell RNA sequencing of Adult Human Breast Epithelial Cells [Individual 4..7]","3":"PRJNA450410","4":"Breast cancer arises from breast epithelial cells that acquire genetic alterations leading to subsequent loss of tissue homeostasis. Several distinct epithelial subpopulations have been proposed, but complete understanding of the spectrum of heterogeneity and differentiation hierarchy in the human breast remains elusive. Here, we used single-cell mRNA sequencing (scRNAseq) to profile the transcriptomes of 25,790 primary human breast epithelial cells isolated from reduction mammoplasties of seven individuals. Unbiased clustering analysis reveals the existence of three distinct epithelial cell populations, one basal and two luminal cell types, which we identify as secretory L1- and hormone-responsive L2-type cells. Pseudotemporal reconstruction of differentiation trajectories produc one continuous lineage hierarchy that closely connects the basal lineage to the two differentiated luminal branches. Our comprehensive cell atlas provides novel insights into cellular blueprint of the human breast epithelium and will form the foundation to understand how the system goes awry during breast cancer.","5":"Droplet Based Single Cell RNA sequencing libraries were generated for 4 adult human women using the 10x Genomics Chromium Platform and sequenced on the Illumina HighSeq 4000","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9774783","14":"[\"CA199315\"]","15":"Integrative approach to heterogeneity in breast cancer metastasis","16":"syn21649156","17":"Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity","18":"[Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity(PMID:29795293)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29795293)","19":"[GEO:GSE113196](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE113196)","_rn_":"56"},{"1":"syn21792875","2":"Single Cell RNA sequencing of Adult Human Breast Epithelial Cells [C1_Individual_3]","3":"PRJNA450412","4":"Breast cancer arises from breast epithelial cells that acquire genetic alterations leading to subsequent loss of tissue homeostasis. Several distinct epithelial subpopulations have been proposed, but complete understanding of the spectrum of heterogeneity and differentiation hierarchy in the human breast remains elusive. Here, we used single-cell mRNA sequencing (scRNAseq) to profile the transcriptomes of 25,790 primary human breast epithelial cells isolated from reduction mammoplasties of seven individuals. Unbiased clustering analysis reveals the existence of three distinct epithelial cell populations, one basal and two luminal cell types, which we identify as secretory L1- and hormone-responsive L2-type cells. Pseudotemporal reconstruction of differentiation trajectories produc one continuous lineage hierarchy that closely connects the basal lineage to the two differentiated luminal branches. Our comprehensive cell atlas provides novel insights into cellular blueprint of the human breast epithelium and will form the foundation to understand how the system goes awry during breast cancer.","5":"Microfluidics-enabled Single Cell RNA sequencing libraries were generated for 3 adult human women using the Fluidigm C1 and sequenced on the Illumina HighSeq 2500","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9774783","14":"[\"CA199315\"]","15":"Integrative approach to heterogeneity in breast cancer metastasis","16":"syn21649156","17":"Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity","18":"[Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity(PMID:29795293)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29795293)","19":"[GEO:GSE113198](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE113198), [SRA:SRP140536](https://www.ncbi.nlm.nih.gov/sra?term=SRP140536)","_rn_":"57"},{"1":"syn21809459","2":"Colonic single-cell RNA-seq experiment","3":"PRJNA461797","4":"WT untreated C57Bl6 mouse","5":"3 replicates from different mice in single sequencing run","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\", \"Human\"]","8":"[]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084053","14":"[\"CA215798\"]","15":"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy","16":"syn21649039","17":"Quantitative assessment of cell population diversity in single-cell landscapes","18":"[Quantitative assessment of cell population diversity in single-cell landscapes(PMID:30346945)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30346945)","19":"[GEO:GSE114044](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114044), [SRA:SRP144614](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP144614)","_rn_":"58"},{"1":"syn21811318","2":"Single-cell microRNA-mRNA co-sequencing reveals non-genetic heterogeneity and mechanisms of microRNA regulation","3":"PRJNA464059","4":"Measuring multiple omics profiles from the same single cell opens up the opportunity to decode molecular regulation that underlies intercellular heterogeneity in development and disease. Here, we present co-sequencing of microRNAs and mRNAs in the same single cells using a half-cell genomics approach. This method demonstrates good robustness (~95% success rate) and reproducibility (R2=0.93 for both microRNAs and mRNAs), yielding paired half-cell microRNA and mRNA profiles that we can independently validate. By linking the level of microRNAs to the expression of predicted target mRNAs across 19 single cells that are phenotypically identical, we observe that the predicted targets are significantly anti-correlated with the variation of abundantly expressed microRNAs. This suggests that microRNA expression variability alone may lead to non-genetic cell-to-cell heterogeneity. Genome-scale analysis of paired microRNA-mRNA co-profiles further allows us to derive and validate regulatory relationships of cellular pathways controlling microRNA expression and intercellular variability.","5":"This dataset contains single cell small RNA sequencing and RNA-seq analysis of K562 cells. Single K562 cells were subjected to small RNA sequencing and/or RNAseq analyses using a half-cell approach. Included in this dataset are twenty K562 cells with paired small RNA and RNAseq data.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Acute Myeloid Leukemia\"]","9":"syn21630078, syn21630079","10":"[\"Microenvironment\", \"Metastasis\"]","11":"syn21630127, syn21630128","12":"[\"CSBC\", \"PS-ON\"]","13":"syn7315810, syn7349757","14":"[\"CA209992\", \"CA193461\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion | Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681514","17":"Single-cell microRNA-mRNA co-sequencing reveals non-genetic heterogeneity and mechanisms of microRNA regulation","18":"[Single-cell microRNA-mRNA co-sequencing reveals non-genetic heterogeneity and mechanisms of microRNA regulation(PMID:30626865)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30626865)","19":"[GEO:GSE114071](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114071), [SRA:SRP144659](https://www.ncbi.nlm.nih.gov/sra?term=SRP144659)","_rn_":"59"},{"1":"syn18475750","2":"Single-cell Map of Diverse Immune Phenotypes in the Breast Tumor Microenvironment - 5' RNA sequencing and TCR sequencing","3":"PRJNA472381","4":"Knowledge of immune cell phenotypes in the tumor microenvironment is essential for understanding mechanisms of cancer progression and immunotherapy response. We created an immune map of breast cancer using single-cell RNA-seq data from 45,000 immune cells from eight breast carcinomas, as well as matched normal breast tissue, blood, and lymph node. We developed a preprocessing pipeline, SEQC, and a Bayesian clustering and normalization method, Biscuit, to address computational challenges inherent to single-cell data. Despite significant similarity between normal and tumor tissue-resident immune cells, we observed continuous phenotypic expansions specific to the tumor microenvironment. Analysis of paired single-cell RNA and T cell receptor (TCR) sequencing data from 27,000 additional T cells revealed the combinatorial impact of TCR utilization on phenotypic diversity. Our results support a model of continuous activation in T cells and do not comport with the macrophage polarization model in cancer, with important implications for characterizing tumor-infiltrating immune cells.<U+00A0>","5":"Single-cell RNA sequencing was performed on three patients using the 10x genomics TCR profiling kits. For each patient, populations of T-cells were assayed for both TCR sequence and trancriptome-wide RNA-sequence. Two donors have a replicate experiment.","6":"[\"Single Cell Sequencing\"]","7":"[\"Human\"]","8":"[\"Intraductal Carcinoma in situ of Breast\"]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21649215","17":"Single-Cell Map of Diverse Immune Phenotypes in the Breast Tumor Microenvironment","18":"[Single-Cell Map of Diverse Immune Phenotypes in the Breast Tumor Microenvironment(PMID:29961579)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29961579)","19":"[GEO:GSE114724](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114724), [SRA:SRP148594](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP148594)","_rn_":"60"},{"1":"syn18475749","2":"Single-cell Map of Diverse Immune Phenotypes in the Breast Tumor Microenvironment 3' RNA Sequencing","3":"PRJNA472383","4":"Knowledge of immune cell phenotypes in the tumor microenvironment is essential for understanding mechanisms of cancer progression and immunotherapy response. We created an immune map of breast cancer using single-cell RNA-seq data from 45,000 immune cells from eight breast carcinomas, as well as matched normal breast tissue, blood, and lymph node. We developed a preprocessing pipeline, SEQC, and a Bayesian clustering and normalization method, Biscuit, to address computational challenges inherent to single-cell data. Despite significant similarity between normal and tumor tissue-resident immune cells, we observed continuous phenotypic expansions specific to the tumor microenvironment. Analysis of paired single-cell RNA and T cell receptor (TCR) sequencing data from 27,000 additional T cells revealed the combinatorial impact of TCR utilization on phenotypic diversity. Our results support a model of continuous activation in T cells and do not comport with the macrophage polarization model in cancer, with important implications for characterizing tumor-infiltrating immune cells.<U+00A0>","5":"Single-cell RNA sequencing was performed on eight donors using the InDrop v2 protocol. For each donor populations of CD45+ immune cells were assayed for trancriptome-wide RNA-sequence. At least one replicate was taken for each donor.","6":"[\"Single Cell Sequencing\"]","7":"[\"Human\"]","8":"[\"Intraductal Carcinoma in situ of Breast\"]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21649215","17":"Single-Cell Map of Diverse Immune Phenotypes in the Breast Tumor Microenvironment","18":"[Single-Cell Map of Diverse Immune Phenotypes in the Breast Tumor Microenvironment(PMID:29961579)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29961579)","19":"[GEO:GSE114725](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114725)","_rn_":"61"},{"1":"syn21799939","2":"The effect of cellular context on miR-155 mediated gene regulation in four major immune cell types (RNA-Seq)","3":"PRJNA478229","4":"Numerous microRNAs and their target mRNAs are co-expressed across diverse cell types. However, it is unknown whether they are regulated in a cellular context-independent or -dependent manner. Here, we explored transcriptome-wide targeting and gene regulation by miR-155, whose activation-induced expression plays important roles in innate and adaptive immunity. Through mapping of miR-155 targets using differential Argonaute iCLIP, mRNA quantification with RNA-Seq, and 3<U+2019>UTR usage analysis using polyadenylation (polyA)-Seq in activated miR-155-sufficient and deficient macrophages, dendritic cells, T and B lymphocytes, we identified numerous targets differentially bound by miR-155. While alternative cleavage and polyadenylation (ApA) contributed to differential miR-155 binding to some transcripts, in a majority of cases identical 3<U+2019>UTR isoforms were differentially regulated across cell types, suggesting ApA-independent and cellular context-dependent miR-155-mediated gene regulation reminiscent of sequence-specific transcription factors. Our study provides comprehensive maps of miR-155 regulatory RNA networks and offers a valuable resource for dissecting context-dependent and -independent miRNA-mediated gene regulation in key cell types of the adaptive and innate immune systems.","5":"Primary dendritic cells, B cells, CD4 T cells, and macrophages from C57BL/6J wild type and miR-155 KO mice were cultured in RPMI medium with 10% FBS. Prior to harvesting primary dendritic cells, mice were subcutaneously injected with one million B16 melanoma cells expressing Flt3 ligand for about two weeks. After purification of splenic CD11c+ dendritic cells by CD11c microbeads (Miltenyi Biotec), dendritic cells were activated in a medium containing 100 ng/ml LPS (SIGMA) and 20 ng/ml GMSCF (Tonbo). Splenic primary B cells were purified by negative selection using Dynabeads Mouse CD43 (Invitrogen), and activated in a medium containing 25 ug/ml LPS and 6.5 ng/ml mIL4 (PeproTech). CD4 T cells from lymph node and spleen were purified with Dynabeads FlowComp Kit (Invitrogen). CD4+CD25-CD44- T cells were then activated with Dynabeads Mouse T-Activator CD3/CD28 (Invitrogen). Intraperitoneal macrophages, induced by thioglycollate injection, were harvested and activated with 100 ng/ml LPS. Each condition has 3 sequencing replicates.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21649050","17":"The effect of cellular context on miR-155-mediated gene regulation in four major immune cell types","18":"[The effect of cellular context on miR-155-mediated gene regulation in four major immune cell types(PMID:30224821)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30224821)","19":"[GEO:GSE116348](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE116348), [SRA:SRP151472](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP151472)","_rn_":"62"},{"1":"syn21799873","2":"The effect of cellular context on miR-155 mediated gene regulation in four major immune cell types (iCLIP)","3":"PRJNA478598","4":"Numerous microRNAs and their target mRNAs are co-expressed across diverse cell types. However, it is unknown whether they are regulated in a cellular context-independent or -dependent manner. Here, we explored transcriptome-wide targeting and gene regulation by miR-155, whose activation-induced expression plays important roles in innate and adaptive immunity. Through mapping of miR-155 targets using differential Argonaute iCLIP, mRNA quantification with RNA-Seq, and 3<U+2019>UTR usage analysis using polyadenylation (polyA)-Seq in activated miR-155-sufficient and deficient macrophages, dendritic cells, T and B lymphocytes, we identified numerous targets differentially bound by miR-155. While alternative cleavage and polyadenylation (ApA) contributed to differential miR-155 binding to some transcripts, in a majority of cases identical 3<U+2019>UTR isoforms were differentially regulated across cell types, suggesting ApA-independent and cellular context-dependent miR-155-mediated gene regulation reminiscent of sequence-specific transcription factors. Our study provides comprehensive maps of miR-155 regulatory RNA networks and offers a valuable resource for dissecting context-dependent and -independent miRNA-mediated gene regulation in key cell types of the adaptive and innate immune systems.","5":"Primary dendritic cells, B cells, CD4 T cells, and macrophages from C57BL/6J wild type and miR-155 KO mice were cultured in RPMI medium with 10% FBS. Prior to harvesting primary dendritic cells, mice were subcutaneously injected with one million B16 melanoma cells expressing Flt3 ligand for about two weeks. After purification of splenic CD11c+ dendritic cells by CD11c microbeads (Miltenyi Biotec), dendritic cells were activated in a medium containing 100 ng/ml LPS (SIGMA) and 20 ng/ml GMSCF (Tonbo). Splenic primary B cells were purified by negative selection using Dynabeads Mouse CD43 (Invitrogen), and activated in a medium containing 25 ug/ml LPS and 6.5 ng/ml mIL4 (PeproTech). CD4 T cells from lymph node and spleen were purified with Dynabeads FlowComp Kit (Invitrogen). CD4+CD25-CD44- T cells were then activated with Dynabeads Mouse T-Activator CD3/CD28 (Invitrogen). Intraperitoneal macrophages, induced by thioglycollate injection, were harvested and activated with 100 ng/ml LPS. Each condition has 4 sequencing replicates.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21649050","17":"The effect of cellular context on miR-155-mediated gene regulation in four major immune cell types","18":"[The effect of cellular context on miR-155-mediated gene regulation in four major immune cell types(PMID:30224821)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30224821)","19":"[GEO:GSE116466](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE116466)","_rn_":"63"},{"1":"syn21799792","2":"The effect of cellular context on miR-155 mediated gene regulation in four major immune cell types (PolyA-Seq)","3":"PRJNA478602","4":"Numerous microRNAs and their target mRNAs are co-expressed across diverse cell types. However, it is unknown whether they are regulated in a cellular context-independent or -dependent manner. Here, we explored transcriptome-wide targeting and gene regulation by miR-155, whose activation-induced expression plays important roles in innate and adaptive immunity. Through mapping of miR-155 targets using differential Argonaute iCLIP, mRNA quantification with RNA-Seq, and 3<U+2019>UTR usage analysis using polyadenylation (polyA)-Seq in activated miR-155-sufficient and deficient macrophages, dendritic cells, T and B lymphocytes, we identified numerous targets differentially bound by miR-155. While alternative cleavage and polyadenylation (ApA) contributed to differential miR-155 binding to some transcripts, in a majority of cases identical 3<U+2019>UTR isoforms were differentially regulated across cell types, suggesting ApA-independent and cellular context-dependent miR-155-mediated gene regulation reminiscent of sequence-specific transcription factors. Our study provides comprehensive maps of miR-155 regulatory RNA networks and offers a valuable resource for dissecting context-dependent and -independent miRNA-mediated gene regulation in key cell types of the adaptive and innate immune systems.","5":"Primary dendritic cells, B cells, CD4 T cells, and macrophages from C57BL/6J wild type and miR-155 KO mice were cultured in RPMI medium with 10% FBS. Prior to harvesting primary dendritic cells, mice were subcutaneously injected with one million B16 melanoma cells expressing Flt3 ligand for about two weeks. After purification of splenic CD11c+ dendritic cells by CD11c microbeads (Miltenyi Biotec), dendritic cells were activated in a medium containing 100 ng/ml LPS (SIGMA) and 20 ng/ml GMSCF (Tonbo). Splenic primary B cells were purified by negative selection using Dynabeads Mouse CD43 (Invitrogen), and activated in a medium containing 25 ug/ml LPS and 6.5 ng/ml mIL4 (PeproTech). CD4 T cells from lymph node and spleen were purified with Dynabeads FlowComp Kit (Invitrogen). CD4+CD25-CD44- T cells were then activated with Dynabeads Mouse T-Activator CD3/CD28 (Invitrogen). Intraperitoneal macrophages, induced by thioglycollate injection, were harvested and activated with 100 ng/ml LPS.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21649050","17":"The effect of cellular context on miR-155-mediated gene regulation in four major immune cell types","18":"[The effect of cellular context on miR-155-mediated gene regulation in four major immune cell types(PMID:30224821)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30224821)","19":"[GEO:GSE116468](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE116468)","_rn_":"64"},{"1":"syn21813568","2":"RNA-seq of Single-Cell Genotyping of Transcriptomes","3":"PRJNA483241","4":"Somatic cancer driver mutations may result in distinctly diverging phenotypic outputs. Thus, a common driver lesion may result in cancer subtypes with distinct clinical presentations and outcomes. The diverging phenotypic outputs of mutations result from the superimposition of the mutations with distinct progenitor cell populations that have differing lineage potential. However, our ability to test this hypothesis has been challenged by currently available tools. For example, flow cytometry is limited in its inability to resolve lineage commitment of early progenitors. Single-cell RNA sequencing (scRNA-seq) may provide higher resolution mapping of the early progenitor populations as long as high throughput technology is available to sequence thousands of single cells. Nevertheless, high throughput scRNA-seq is limited in its inability to jointly and robustly detect the mutational status and the transcriptional profile from the same cell. To overcome these limitations, we propose the use of scRNA-seq combined with targeted mutation sequencing from transcrptional read-outs.","5":"We apply this method to study myeloid neopasms, in which the comlex process of hematopoiesis is corrupted by mutated stem and progenitor cells.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\", \"Mouse\"]","8":"[]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21681828","17":"Somatic mutations and cell identity linked by Genotyping of Transcriptomes","18":"[Somatic mutations and cell identity linked by Genotyping of Transcriptomes(PMID:31270458)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31270458)","19":"[GEO:GSE117824](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE117824), [SRA:SRP155569](https://www.ncbi.nlm.nih.gov/sra?term=SRP155569)","_rn_":"65"},{"1":"syn21813561","2":"Amplicon of Single-Cell Genotyping of Transcriptomes","3":"PRJNA483242","4":"Somatic cancer driver mutations may result in distinctly diverging phenotypic outputs. Thus, a common driver lesion may result in cancer subtypes with distinct clinical presentations and outcomes. The diverging phenotypic outputs of mutations result from the superimposition of the mutations with distinct progenitor cell populations that have differing lineage potential. However, our ability to test this hypothesis has been challenged by currently available tools. For example, flow cytometry is limited in its inability to resolve lineage commitment of early progenitors. Single-cell RNA sequencing (scRNA-seq) may provide higher resolution mapping of the early progenitor populations as long as high throughput technology is available to sequence thousands of single cells. Nevertheless, high throughput scRNA-seq is limited in its inability to jointly and robustly detect the mutational status and the transcriptional profile from the same cell. To overcome these limitations, we propose the use of scRNA-seq combined with targeted mutation sequencing from transcrptional read-outs.","5":"We apply this method to study myeloid neopasms, in which the comlex process of hematopoiesis is corrupted by mutated stem and progenitor cells.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\", \"Mouse\"]","8":"[]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21681828","17":"Somatic mutations and cell identity linked by Genotyping of Transcriptomes","18":"[Somatic mutations and cell identity linked by Genotyping of Transcriptomes(PMID:31270458)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31270458)","19":"[GEO:GSE117825](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE117825), [SRA:SRP155570](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP155570)","_rn_":"66"},{"1":"syn21799588","2":"Unravelling subclonal heterogeneity and aggressive disease states in TNBC through single-cell RNA-seq [WES]","3":"PRJNA485428","4":"Triple-negative breast cancer (TNBC) is an aggressive subtype characterized by extensive intratumoral heterogeneity. To investigate the underlying biology, we conduct single-cell RNA- sequencing (scRNA-seq) of >1500 cells from six primary TNBC, together with whole exome sequencing (WES) for four of the tumors. Intercellular heterogeneity of gene expression programs within each tumor was variable and largely correlated with clonality of inferred genomic copy number changes, suggesting that genotype drives the gene expression phenotype of individual subpopulations. Clustering of gene expression profiles identified distinct subgroups of malignant cells shared by multiple tumors, including a single subpopulation associated with multiple signatures of treatment resistance and metastasis, and characterized functionally by activation of glycosphingolipid metabolism and associated innate immunity pathways. A novel signature defining this subpopulation was predictive of long-term outcomes for TNBC patients in a large patient cohort. Collectively, this analysis reveals the functional heterogeneity and its association with genomic evolution in TNBC, and uncovers unanticipated biological principles dictating poor outcomes in this disease.","5":"Whole exome sequencing of 4 FFPE TNBC samples and 1 lymphoblastoid cell line","6":"[\"Whole Exome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681417","17":"Unravelling subclonal heterogeneity and aggressive disease states in TNBC through single-cell RNA-seq","18":"[Unravelling subclonal heterogeneity and aggressive disease states in TNBC through single-cell RNA-seq(PMID:30181541)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30181541)","19":"[GEO:GSE118303](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE118303), [SRA:SRP157038](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP157038)","_rn_":"67"},{"1":"syn21798003","2":"Unravelling subclonal heterogeneity and aggressive disease states in TNBC through single-cell RNA-seq [RNA-Seq]","3":"PRJNA485429","4":"Triple-negative breast cancer (TNBC) is an aggressive subtype characterized by extensive intratumoral heterogeneity. To investigate the underlying biology, we conduct single-cell RNA- sequencing (scRNA-seq) of >1500 cells from six primary TNBC. Intercellular heterogeneity of gene expression programs within each tumor was variable and largely correlated with clonality of inferred genomic copy number changes, suggesting that genotype drives the gene expression phenotype of individual subpopulations. Clustering of gene expression profiles identified distinct subgroups of malignant cells shared by multiple tumors, including a single subpopulation associated with multiple signatures of treatment resistance and metastasis, and characterized functionally by activation of glycosphingolipid metabolism and associated innate immunity pathways. A novel signature defining this subpopulation was predictive of long-term outcomes for TNBC patients in a large patient cohort. Collectively, this analysis reveals the functional heterogeneity and its association with genomic evolution in TNBC, and uncovers unanticipated biological principles dictating poor outcomes in this disease.","5":"Single cell RNA sequencing of 1,534 cells in six fresh triple negative breast cancer tumors.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681417","17":"Unravelling subclonal heterogeneity and aggressive disease states in TNBC through single-cell RNA-seq","18":"[Unravelling subclonal heterogeneity and aggressive disease states in TNBC through single-cell RNA-seq(PMID:30181541)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30181541)","19":"[GEO:GSE118389](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE118389), [SRA:SRP157044](https://www.ncbi.nlm.nih.gov/sra?term=SRP157044)","_rn_":"68"},{"1":"syn21812540","2":"Acquisition of a hybrid E/M state is essential for tumorigenicity of basal breast cancer cells","3":"PRJNA488269","4":"Using the recently described CD104+/CD44hi antigen combination we demonstrate that tumorigenicity depends on individual cells residing in a hybrid E/M state. Acquisition of this E/M hybrid state is facilitated by the differential expression of EMT- TFs, like Snail accompanied by the expression of adult stem-cell programs. Transition from the highly tumorigenic E/M state to a fully mesenchymal phenotype, achieved by constitutive ectopic expression of Zeb1, is sufficient to drive cells out of the E/M hybrid state into an extreme mesenchymal (xM) state, which is accompanied by a substantial loss of tumorigenicity and a switch from canonical to non-canonical Wnt signaling.","5":"Performing RNASeq with HMLE (immortalized human mammary epithelial cells) in different EMT stages, either in the E state the hybrid E/M state or the extreme mesenchymal (xM) state as determined by sorting for CD104 and CD44. And performing RNASeq with HMLE cells locked in the xE state by Zeb1KO (xE-SCC-Zeb1KO), from there transferred to the hybrid E/M state by Snail overexpression (E-SCC-Zeb1KOSn) or rescued and transitioned to an xM state with CRISPR resistant Zeb1 wobble mutant (mt) (E-SCC-Zeb1KOSnZmt).","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630079, syn21630075","10":"[\"Metastasis\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775689","14":"[\"CA184897\"]","15":"Dynamics of Gene and Isoform Regulation during EMT and tumor progression","16":"NA","17":"Acquisition of a hybrid E/M state is essential for tumorigenicity of basal breast cancer cells","18":"[\"Acquisition of a hybrid E/M state is essential for tumorigenicity of basal breast cancer cells(PMID: 30910979)\"](https://www.ncbi.nlm.nih.gov/pubmed/30910979)","19":"[GEO:GSE119149](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE119149)","_rn_":"69"},{"1":"syn21814115","2":"Ptpn2 regulates the generation of cytotoxic Tim-3+ CD8+ T cells and restrains anti-tumor immunity","3":"PRJNA488638","4":"Cellular and transcriptional experiments demonstrate that deletion of Ptpn2 enhances CD8+ T cell responses to chronic viral infection and cancer.","5":"Murine bone-marrow chimeras were generated by intravenous transfer of lineage- Sca-1+ Kit+ (LSK) cells, derived from a CD45.1+ Cas9+ expressing mouse and infected with either control or Ptpn2-targeting sgRNAs, into irradiated recipient CD45.2 mice. CD8+ cells derived from the reconstituted hematopoetic compartment of the recipient mice were then isolated for transfer to host mice. For LCMV co-transfer studies, cells were transferred (500:500 mix) to recipient mice on day -1, and mice were infected with LCMV Clone 13 on day 0. For tumor co-transfer studies, cells were transferred (1000:1000 mix) to recipient mice on day -1, and mice were injected with MC38-OVA or B16-OVA on day 0. Day 7 or 8 post tumor or virus injection respectively, co-transferred T cells were isolated from the tumor or spleen (LCMV) (as above) and replicates of 500 cells were FACS sorted for transcriptional profiling.\\nA file with detailed methods is included at the foot of this record.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681909","17":"PTPN2 regulates the generation of exhausted CD8+ T cell subpopulations and restrains tumor immunity","18":"[PTPN2 regulates the generation of exhausted CD8+ T cell subpopulations and restrains tumor immunity(PMID:31527834)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31527834)","19":"[GEO:GSE119270](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE119270), [SRA:SRP159185](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP159185)","_rn_":"70"},{"1":"syn21812492","2":"Acidification of tumor: stromal boundaries drive transcriptome alterations associated with aggressive phenotypes","3":"PRJNA489852","4":"We report RNA splicing changes in response to extracellular acidification","5":"MDA-MB-231 and 4T1 mammary carcinoma cell lines were exposed to 48hrs of low pH conditions generated by changes in sodium bicarbonate concentrations.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\", \"Mouse\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630079, syn21630075","10":"[\"Metastasis\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775689","14":"[\"CA184897\"]","15":"Dynamics of Gene and Isoform Regulation during EMT and tumor progression","16":"NA","17":"Acidification of Tumor at Stromal Boundaries Drives Transcriptome Alterations Associated with Aggressive Phenotypes","18":"[\"Acidification of Tumor at Stromal Boundaries Drives Transcriptome Alterations Associated with Aggressive Phenotypes(PMID: 30755444)\"](https://www.ncbi.nlm.nih.gov/pubmed/30755444)","19":"[GEO:GSE119646](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE119646), [SRA:SRP160142](https://www.ncbi.nlm.nih.gov/sra?term=SRP160142)","_rn_":"71"},{"1":"syn21814201","2":"Gastric organoid single-cell RNA-seq II","3":"PRJNA499102","4":"Meta4 gastric organoids from Mist1-creERT2/+;KrasLSL/+ mice treated with vehicle or Selumetinib","5":"Meta4+DMSO vs. Meta4+Selumetinib","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084053","14":"[\"CA215798\"]","15":"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy","16":"syn21681992","17":"Heterogeneity and dynamics of active Kras-induced dysplastic lineages from mouse corpus stomach","18":"[Heterogeneity and dynamics of active Kras-induced dysplastic lineages from mouse corpus stomach(PMID:31804471)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31804471)","19":"[GEO:GSE121939](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE121939), [SRA:SRP167164](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP167164)","_rn_":"72"},{"1":"syn21814206","2":"Gastric organoid single-cell RNA-seq I","3":"PRJNA499104","4":"Meta3 and Meta4 gastric organoids from Mist1-creERT2/+;KrasLSL/+ mice","5":"Meta3 vs. Meta4","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084053","14":"[\"CA215798\"]","15":"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy","16":"syn21681992","17":"Heterogeneity and dynamics of active Kras-induced dysplastic lineages from mouse corpus stomach","18":"[Heterogeneity and dynamics of active Kras-induced dysplastic lineages from mouse corpus stomach(PMID:31804471)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31804471)","19":"[GEO:GSE121937](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE121937), [SRA:SRP167161](https://www.ncbi.nlm.nih.gov/sra?term=SRP167161)","_rn_":"73"},{"1":"syn21812977","2":"Neuronal differentiation and cell-cycle programs mediate response to BET-bromodomain inhibition in MYC-driven medulloblastoma","3":"PRJNA504903","4":"we used gene expression profiling to determine gene expression changes in sensitive and drug tolerant medulloblastoma cells to reexposure to BET-bromodomain inhibitors","5":"Cells were treated with 1uM of DMSO or JQ1 and RNA-extracted at 24 hours","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE122404](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE122404)","_rn_":"74"},{"1":"syn21813337","2":"RNAseq based trascript profilling of MCF7-xenograft mice treated with one of three CDK4/6 inhibitiors","3":"PRJNA514039","4":"We compare differences in gene expression induced after treating MCF7-xenograft mice with either ribociclib, palbociclib, or abemacicilb daily for 4 days.","5":"Mice were engrafted with MCF7 cells in each flank and allowed to grow to ~300 mm3. The animals were then randomly assigned to treatment groups, and treated daily for four days with ribociclib (150 mg/kg), palbociclib (150 mg/kg), abemaciclib (25, 75, 100, 125, or 150 mg/kg), or vehicle control (0.5% (w/v)","6":"[]","7":"[\"Mouse\", \"Human\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681801","17":"Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity","18":"[Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity(PMID:31178407)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31178407)","19":"[GEO:GSE124854](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE124854), [SRA:SRP178115](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP178115)","_rn_":"75"},{"1":"syn21812592","2":"Ex vivo Dynamics of Human Glioblastoma Cells in a Microvasculature-on-a-Chip System Correlates with Tumor Heterogeneity and Subtypes","3":"PRJNA516881","4":"The perivascular niche (PVN) plays an essential role in brain tumor stem-like cell (BTSC) fate control, tumor invasion, and therapeutic resistance. We use a microvasculature-on-a-chip system as a PVN model to evaluate the ex vivo dynamics of BTSCs from ten glioblastoma patients. BTSCs were found to preferentially localize in the perivascular zone, where they exhibited either the lowest motility, as in quiescent cells, or the highest motility, as in the invasive phenotype, with migration over long distance. The degree of co-localization between tumor cells and microvessels varied significantly across patients. To validate these results from the microvasculature-on-a-chip system, single-cell transcriptome sequencing (10 patients and 21,750 single cells in total) was performed to identify tumor cell subtypes. The co-localization coefficient was found to positively correlate with proneural (stem-like) or mesenchymal (invasive) but not classical (proliferative) tumor cells. Furthermore, a gene signature profile including PDGFRA correlated strongly with the <U+201C>homing<U+201D> of tumor cells to the PVN. These findings demonstrate that our BTSC-on-a-chip model can recapitulate in vivo tumor cell dynamics and heterogeneity, representing a new route to study patient-specific tumor cell functions.","5":"Single cell RNA-seq of human glioblastoma cells from 10 patients.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630078, syn21630079","10":"[\"Microenvironment\", \"Metastasis\"]","11":"syn21630127, syn21630128","12":"[\"CSBC\", \"PS-ON\"]","13":"syn7315810, syn7349757","14":"[\"CA209992\", \"CA193461\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion | Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681676","17":"Ex vivo Dynamics of Human Glioblastoma Cells in a Microvasculature-on-a-Chip System Correlates with Tumor Heterogeneity and Subtypes","18":"[Ex vivo Dynamics of Human Glioblastoma Cells in a Microvasculature-on-a-Chip System Correlates with Tumor Heterogeneity and Subtypes(PMID:31016107)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31016107)","19":"[GEO:GSE125587](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125587), [SRA:SRP181871](https://www.ncbi.nlm.nih.gov/sra?term=SRP181871)","_rn_":"76"},{"1":"syn21813700","2":"A non-canonical role of<U+00A0>YAP/TEAD<U+00A0>is required for activation of<U+00A0>estrogen-regulated enhancers in breast cancer [ChIP-seq]","3":"PRJNA516895","4":"Estrogen and estrogen receptor alpha (ER<U+03B1>) signaling plays an essential role in ER<U+03B1>-positive breast cancer. ER<U+03B1> mainly occupies on distal enhancers within genome and requires the cooperation of additional co-factors to tune the enhancer activity. Through in vivo proximity-dependent labeling technique BioID, we identified YAP1 and TEAD4 protein as novel co-regulators of ER<U+03B1>. YAP and TEAD are nuclear effectors of the Hippo pathway regulating cell proliferation, organ size and tumorigenesis. Their non-canonical function as transcriptional co-regulators for other signals have been reported but remains under investigated. Our ChIP-seq data in both MCF7 and T47D breast cancer cell lines indicated that YAP1 and TEAD4 co-bind to the strongest estrogen-responsive ER<U+03B1>-bound enhancers, and their bindings are augmented upon E2 stimulation. Knockdown of YAP1 or TEAD4 showed a global effect on the induction of E2/ER<U+03B1> target genes as examined by RNA-seq, also on E2-induced oncogenic growth of ER-positive breast cancer cells. We used Global Run-on sequencing (GRO-seq) assays to test the expression of enhancer non-coding RNAs (eRNAs), which are sensitive markers for estrogen-induced enhancer activation. Our results supported our hypothesis that the recruitment YAP/TEAD to ER<U+03B1>-bound enhancers is required for enhancer activation. Further studies revealed that the binding of YAP1 on ER<U+03B1> enhancers is a prerequisite for the recruitment of the enhancer activation machinery component MED1. These findings indicate that ER<U+03B1> collaborates with YAP1 and TEAD4 to activate or maintain its enhancer activity. Our data reveals a non-canonical function of YAP1 and TEAD4, which is independent of their canonical target genes, in regulating cancer growth, highlighting the potential of YAP1 and TEAD4 as actionable drug targets for ER<U+03B1>-positive breast cancer.","5":"Chromatin immunoprecipitation (ChIP) assay followed by high-throughput sequencing (ChIP-seq).","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681836","17":"A Non-canonical Role of YAP/TEAD Is Required for Activation of Estrogen-Regulated Enhancers in Breast Cancer","18":"[A Non-canonical Role of YAP/TEAD Is Required for Activation of Estrogen-Regulated Enhancers in Breast Cancer(PMID:31303470)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31303470)","19":"[GEO:GSE125594](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125594)","_rn_":"77"},{"1":"syn21813687","2":"A non-canonical role of<U+00A0>YAP/TEAD<U+00A0>is required for activation of<U+00A0>estrogen-regulated enhancers in breast cancer [RNA-seq]","3":"PRJNA516911","4":"Estrogen and estrogen receptor alpha (ER<U+03B1>) signaling plays an essential role in ER<U+03B1>-positive breast cancer. ER<U+03B1> mainly occupies on distal enhancers within genome and requires the cooperation of additional co-factors to tune the enhancer activity. Through in vivo proximity-dependent labeling technique BioID, we identified YAP1 and TEAD4 protein as novel co-regulators of ER<U+03B1>. YAP and TEAD are nuclear effectors of the Hippo pathway regulating cell proliferation, organ size and tumorigenesis. Their non-canonical function as transcriptional co-regulators for other signals have been reported but remains under investigated. Our ChIP-seq data in both MCF7 and T47D breast cancer cell lines indicated that YAP1 and TEAD4 co-bind to the strongest estrogen-responsive ER<U+03B1>-bound enhancers, and their bindings are augmented upon E2 stimulation. Knockdown of YAP1 or TEAD4 showed a global effect on the induction of E2/ER<U+03B1> target genes as examined by RNA-seq, also on E2-induced oncogenic growth of ER-positive breast cancer cells. We used Global Run-on sequencing (GRO-seq) assays to test the expression of enhancer non-coding RNAs (eRNAs), which are sensitive markers for estrogen-induced enhancer activation. Our results supported our hypothesis that the recruitment YAP/TEAD to ER<U+03B1>-bound enhancers is required for enhancer activation. Further studies revealed that the binding of YAP1 on ER<U+03B1> enhancers is a prerequisite for the recruitment of the enhancer activation machinery component MED1. These findings indicate that ER<U+03B1> collaborates with YAP1 and TEAD4 to activate or maintain its enhancer activity. Our data reveals a non-canonical function of YAP1 and TEAD4, which is independent of their canonical target genes, in regulating cancer growth, highlighting the potential of YAP1 and TEAD4 as actionable drug targets for ER<U+03B1>-positive breast cancer.","5":"Total RNA extraction followed by high-throughput sequencing (RNA-seq).","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681836","17":"A Non-canonical Role of YAP/TEAD Is Required for Activation of Estrogen-Regulated Enhancers in Breast Cancer","18":"[A Non-canonical Role of YAP/TEAD Is Required for Activation of Estrogen-Regulated Enhancers in Breast Cancer(PMID:31303470)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31303470)","19":"[GEO:GSE125606](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125606)","_rn_":"78"},{"1":"syn21813674","2":"A non-canonical role of<U+00A0>YAP/TEAD<U+00A0>is required for activation of<U+00A0>estrogen-regulated enhancers in breast cancer [GRO-seq]","3":"PRJNA516912","4":"Estrogen and estrogen receptor alpha (ER<U+03B1>) signaling plays an essential role in ER<U+03B1>-positive breast cancer. ER<U+03B1> mainly occupies on distal enhancers within genome and requires the cooperation of additional co-factors to tune the enhancer activity. Through in vivo proximity-dependent labeling technique BioID, we identified YAP1 and TEAD4 protein as novel co-regulators of ER<U+03B1>. YAP and TEAD are nuclear effectors of the Hippo pathway regulating cell proliferation, organ size and tumorigenesis. Their non-canonical function as transcriptional co-regulators for other signals have been reported but remains under investigated. Our ChIP-seq data in both MCF7 and T47D breast cancer cell lines indicated that YAP1 and TEAD4 co-bind to the strongest estrogen-responsive ER<U+03B1>-bound enhancers, and their bindings are augmented upon E2 stimulation. Knockdown of YAP1 or TEAD4 showed a global effect on the induction of E2/ER<U+03B1> target genes as examined by RNA-seq, also on E2-induced oncogenic growth of ER-positive breast cancer cells. We used Global Run-on sequencing (GRO-seq) assays to test the expression of enhancer non-coding RNAs (eRNAs), which are sensitive markers for estrogen-induced enhancer activation. Our results supported our hypothesis that the recruitment YAP/TEAD to ER<U+03B1>-bound enhancers is required for enhancer activation. Further studies revealed that the binding of YAP1 on ER<U+03B1> enhancers is a prerequisite for the recruitment of the enhancer activation machinery component MED1. These findings indicate that ER<U+03B1> collaborates with YAP1 and TEAD4 to activate or maintain its enhancer activity. Our data reveals a non-canonical function of YAP1 and TEAD4, which is independent of their canonical target genes, in regulating cancer growth, highlighting the potential of YAP1 and TEAD4 as actionable drug targets for ER<U+03B1>-positive breast cancer.","5":"Global Run On (GRO) assay followed by high-throughput sequencing (GRO-seq).","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681836","17":"A Non-canonical Role of YAP/TEAD Is Required for Activation of Estrogen-Regulated Enhancers in Breast Cancer","18":"[A Non-canonical Role of YAP/TEAD Is Required for Activation of Estrogen-Regulated Enhancers in Breast Cancer(PMID:31303470)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31303470)","19":"[GEO:GSE125607](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125607), [SRA:SRP181911](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP181911)","_rn_":"79"},{"1":"syn21813547","2":"Single-cell integrative analysis of CAR-T cell activation reveals a predominantly TH1/TH2 mixed response independent of differentiation","3":"PRJNA529684","4":"We present the first comprehensive portrait of single-cell level transcriptional and cytokine signatures of anti-CD19 4-1BB/CD28/CD3<U+03B6> CAR-T cells upon antigen-specific stimulation. Both CD4+<U+00A0><U+2018>helper<U+2019> and CD8+<U+00A0>cytotoxic CAR-T cells are equally effective in directly killing target tumor cells and their cytotoxic activity is associated with the elevation of a range of TH1 and TH2 signature cytokines (e.g., IFN<U+03B3>, TNF<U+03B1>, IL5, and IL13), as confirmed by the expression of master transcription factors TBX21 (Tbet) and GATA-3. However, rather than conforming to stringent TH1 or TH2 subtypes, single-cell analysis reveals that the predominant response is a highly mixed TH1/TH2 function in the same cell and the regulatory T cell (Treg) activity, although observed in a small fraction of activated cells, emerges from this hybrid TH1/TH2 population. GM-CSF is produced from the majority of cells regardless of the polarization states, further contrasting CAR-T to classic T cells. Surprisingly, the cytokine response is minimally associated with differentiation status although all major differentiation subsets such as na<U+00EF>ve, central memory, effector memory and effector are detected. All these suggest that the activation of CAR-engineered T cells is a canonical process that leads to a highly mixed response combining both type 1 and type 2 cytokines together with GM-CSF, supporting the notion that <U+2018>polyfunctional<U+2019> CAR-T cells correlate with objective response of patients in clinical trials. This work provides new insights to the mechanism of CAR activation and implies the necessity for cellular function assays to characterize the quality of CAR-T infusion products and monitor therapeutic responses in patients.","5":"Single-cell analysis of CAR-T activation states (unstimulated control, Raji-stimulated)","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[]","9":"syn21630078, syn21630079","10":"[\"Microenvironment\", \"Metastasis\"]","11":"syn21630127, syn21630128","12":"[\"CSBC\", \"PS-ON\"]","13":"syn7315810, syn7349757","14":"[\"CA209992\", \"CA193461\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion | Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681820","17":"Single-cell Analysis of CAR-T Cell Activation Reveals A Mixed TH1/TH2 Response Independent of Differentiation","18":"[Single-cell Analysis of CAR-T Cell Activation Reveals A Mixed TH1/TH2 Response Independent of Differentiation(PMID:31229590)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31229590)","19":"[GEO:GSE129007](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE129007), [SRA:SRP189782](https://www.ncbi.nlm.nih.gov/sra?term=SRP189782)","_rn_":"80"},{"1":"syn21813534","2":"MULTI-seq: Universal sample multiplexing for single-cell RNA sequencing using lipid-tagged indices","3":"PRJNA531855","4":"We report the development of MULTI-seq: a scRNA-seq and snRNA-seq sample multiplexing approach using lipid- or cholesterol-modified oligonucleotides. We demonstrate MULTI-seq utility in the following scRNA-seq and snRNA-seq contexts: (1) Live HEKs and HMECs with and without stimulation with TGF-<U+03B2>, (2) Purified nuclei from HEKs, MEFs, and Jurkats stimulated for 0-24 hrs with ionomycin and PMA, (3) 96 unique HMEC cultures (with one technical replicate), and (4) human metastases and mouse immune cells isolated from cryopreserved primary tissue samples dissected from a patient-derived xenograft mouse model of triple-negative breast cancer at progressive stages of metastasis to the lung.","5":"Single-cell or single-nucleus gene expression profiles for (1) HEKs and HMECs, (2) HEKs, MEFs, and Jurkats, (3) HMECs in distinct culture conditions, and (4) Human metastases and mouse immune cells from PDX mice.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\", \"Mouse\"]","8":"[]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9774783","14":"[\"CA199315\"]","15":"Integrative approach to heterogeneity in breast cancer metastasis","16":"NA","17":"MULTI-seq: sample multiplexing for single-cell RNA sequencing using lipid-tagged indices.","18":"[MULTI-seq: sample multiplexing for single-cell RNA sequencing using lipid-tagged indices. (PMID: 31209384)](https://www.ncbi.nlm.nih.gov/pubmed/31209384)","19":"[GEO:GSE129578](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE129578), [SRA:SRP192397](https://www.ncbi.nlm.nih.gov/sra?term=SRP192397)","_rn_":"81"},{"1":"syn21813795","2":"Systematic identification of immunotherapy targets using genome-scale in vivo CRISPR screens in CD8+ cytotoxic T cells [RNA-Seq]","3":"PRJNA549474","4":"CD8+<U+00A0>cytotoxic T cells play essential roles in anti-tumor immune responses. Here, we performed in vivo screens in CD8+<U+00A0>T cells and identified regulators of tumor infiltration and killing, which are directly relevant to cancer immunotherapy. Unlike in vitro screens, the in vivo screen robustly re-identified canonical immunotherapy targets such as PD-1 and Tim-3, along with genes that have not been characterized in T cells. The infiltration and degranulation screens converged on an RNA helicase Dhx37. Dhx37 knockout enhanced the efficacy of antigen-specific CD8+<U+00A0>T cells against cancer in vivo. Immunological characterization in mouse and human CD8+<U+00A0>T cells revealed that DHX37 suppresses effector function, cytokine production, and T cell activation. Transcriptomic profiling and biochemical interrogation revealed a role for DHX37 in modulating the NF-kB pathway. These data demonstrated the power of high-throughput in vivo genetic screens for immunotherapy target discovery, and uncovered DHX37 as a functional regulator of CD8+<U+00A0>T cells.","5":"4 biological replicates each of mouse OT-1; Cas9 CD8+ T cells, transduced by AAV6 to express either empty vector or sgDhx37","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315810","14":"[\"CA209992\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion","16":"syn21681881","17":"Systematic Immunotherapy Target Discovery Using Genome-Scale In Vivo CRISPR Screens in CD8 T Cells","18":"[Systematic Immunotherapy Target Discovery Using Genome-Scale In Vivo CRISPR Screens in CD8 T Cells(PMID:31442407)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31442407)","19":"[GEO:GSE132926](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE132926)","_rn_":"82"},{"1":"syn21813792","2":"Systematic identification of immunotherapy targets using genome-scale in vivo CRISPR screens in CD8+ cytotoxic T cells [scRNA-Seq]","3":"PRJNA549582","4":"CD8+<U+00A0>cytotoxic T cells play essential roles in anti-tumor immune responses. Here, we performed in vivo screens in CD8+<U+00A0>T cells and identified regulators of tumor infiltration and killing, which are directly relevant to cancer immunotherapy. Unlike in vitro screens, the in vivo screen robustly re-identified canonical immunotherapy targets such as PD-1 and Tim-3, along with genes that have not been characterized in T cells. The infiltration and degranulation screens converged on an RNA helicase Dhx37. Dhx37 knockout enhanced the efficacy of antigen-specific CD8+<U+00A0>T cells against cancer in vivo. Immunological characterization in mouse and human CD8+<U+00A0>T cells revealed that DHX37 suppresses effector function, cytokine production, and T cell activation. Transcriptomic profiling and biochemical interrogation revealed a role for DHX37 in modulating the NF-kB pathway. These data demonstrated the power of high-throughput in vivo genetic screens for immunotherapy target discovery, and uncovered DHX37 as a functional regulator of CD8+<U+00A0>T cells.","5":"Rag-/- were transplanted with E0771-mCherry-OVA cells. OT-1; Cas9 CD8+ T cells were harvested and transduced with either lenti-Vector or lenti-sgDhx37. Transduced T cells were then adoptively transferred into the tumor-bearing mice. Tumor-infiltrating lymphocytes were subsequently FACS isolated and subject to 10x Genomics single cell RNA-seq.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315810","14":"[\"CA209992\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion","16":"syn21681881","17":"Systematic Immunotherapy Target Discovery Using Genome-Scale In Vivo CRISPR Screens in CD8 T Cells","18":"[Systematic Immunotherapy Target Discovery Using Genome-Scale In Vivo CRISPR Screens in CD8 T Cells(PMID:31442407)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31442407)","19":"[GEO:GSE132959](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE132959), [SRA:SRP201838](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP201838)","_rn_":"83"},{"1":"syn21814110","2":"10X single-cell RNASeq profiling of control or Ptpn2-null P14 CD8+ T-cells from mice chronically infected with LCMV Clone 13","3":"PRJNA554074","4":"5 distinct populations of exhausted CD8+ T cells occur in chronic LCMV Clone 13 infected mice depleted of CD4+ T cells","5":"Single-cell RNA-sequencing based profiling of transferred control or Ptpn2-null P14 CD8+ T-cells from mice chronically infected with LCMV Clone 13 (day 30 post-infection)","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681909","17":"PTPN2 regulates the generation of exhausted CD8+ T cell subpopulations and restrains tumor immunity","18":"[PTPN2 regulates the generation of exhausted CD8+ T cell subpopulations and restrains tumor immunity(PMID:31527834)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31527834)","19":"[GEO:GSE134139](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE134139)","_rn_":"84"},{"1":"syn21814093","2":"ATAC-seq profiling of control or Ptpn2-null P14 CD8+ T-cell subsets from mice chronically infected with LCMV clone 13","3":"PRJNA554959","4":"Chromatin accessibility profiling of CD8+ T cells in chronic LCMV Clone 13 infected mice depleted of CD4+ T cells.","5":"ATAC-seq based profiling of subsets of transferred control or Ptpn2-null P14 CD8+ T-cells from mice chronically infected with LCMV Clone 13 (day 8 post-infection).","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681909","17":"PTPN2 regulates the generation of exhausted CD8+ T cell subpopulations and restrains tumor immunity","18":"[PTPN2 regulates the generation of exhausted CD8+ T cell subpopulations and restrains tumor immunity(PMID:31527834)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31527834)","19":"[GEO:GSE134385](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE134385)","_rn_":"85"},{"1":"syn21814155","2":"Immune effector monocyte - neutrophil cooperation induced by the primary tumor prevents metastatic progression of breast cancer","3":"PRJNA565061","4":"Metastatic behaviour varies significantly among breast cancers. Mechanisms explaining why the majority of breast cancer patients never develop metastatic outgrowth are largely lacking but could underlie the development of novel immunotherapeutic target molecules. Here we show interplay between non-metastatic primary breast cancer and innate immune response, acting together to control metastatic progression. The primary tumor systemically recruits IFN<U+03B3>-producing immune effector monocytes to the lung. IFN<U+03B3> upregulates Tmem173/STING in neutrophils and enhances their killing capacity. The immune effector monocytes and tumoricidal Tmem173/STINGhigh neutrophils target disseminated tumor cells in the lungs, preventing metastatic outgrowth. Importantly, our findings could underlie the development of immunotherapeutic target molecules that augment the function of immune effector monocytes and Tmem173high neutrophils.","5":"The aim is to compare the transcriptome of neutrophils and monocytes CCR2+ purified from lungs of NOD/scid mice bearing the highly metastatic tumors HCl-001 (TN1) and low metastatic tumors HCl-002 (TN2). RNA sequencing was performed on RNA extracted from FACS-sorted monocytes CCR2+ and neutrophils from lungs of mice bearing tumors HCl-001 and HCl-002 reaching end point, followed by purification using an RNeasy Micro Kit (Qiagen). cDNA synthesis and whole, transcriptome amplification was performed using the Smart-seq2 protocol, libraries were prepared using Illumina XT Library Preparation Kit and sequenced by HiSeq 2500 sequencer. Raw reads were aligned to reference transcriptome (Mus_musculus.GRCm38) and transcripts per million values were calculated using Kallisto50 quant, version 0.42.3 (2). AltAnalyze was used to analyze normalized read counts and to calculate differentially expressed genes.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Triple-Negative Breast Cancer Finding\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9774783","14":"[\"CA199315\"]","15":"Integrative approach to heterogeneity in breast cancer metastasis","16":"NA","17":"Immune effector monocyte-neutrophil cooperation induced by the primary tumor prevents metastatic progression of breast cancer.","18":"[Immune effector monocyte-neutrophil cooperation induced by the primary tumor prevents metastatic progression of breast cancer.(PMID:31591235)(https://www.ncbi.nlm.nih.gov/pubmed/31591235)","19":"[GEO:GSE137300](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE137300), [SRA:SRP221410](https://www.ncbi.nlm.nih.gov/sra?term=SRP221410)","_rn_":"86"},{"1":"syn11712137","2":"NOTCH1 directly regulates c-MYC and activates a feed-forward-loop transcriptional network promoting leukemic cell growth","3":"PRJNA97217","4":"The NOTCH1 signaling pathway directly links extracellular signals with transcriptional responses in the cell nucleus and plays a critical role during T-cell development and in the pathogenesis over 50% of human T-cell lymphoblastic leukemia (T-ALL) cases. However, little is known about the transcriptional programs activated by NOTCH1. Using an integrative systems biology approach we show that NOTCH1 controls a feed-forward loop transcriptional network that promotes cell growth. Inhibition of NOTCH1 signaling in T-ALL cells led to a reduction in cell size and elicited a gene expression signature dominated by downregulated biosynthetic pathway genes. By integrating gene expression array and ChIP-on-chip data, we show that NOTCH1 directly activates multiple biosynthetic routes and induces c-MYC gene expression. Reverse engineering of regulatory networks from expression profiles showed that NOTCH1 and c-MYC govern two directly interconnected transcriptional programs containing common target genes that together regulate the growth of primary T-ALL cells. These results identify c-MYC as an essential mediator of NOTCH1 signaling and integrate NOTCH1 activation with oncogenic signaling pathways upstream of c-MYC. Keywords: Drug treatment","5":"Duplicated cultures of T-ALL cell lines were treated with Compound E, a gamma-secretase inhibitor or vehicle only (DMSO) for 24 h and analyzed using oligonucleotide microarrays. Gene expression changes were analyzed in the context of loss of NOTCH1 signaling induced by the gamma secretase inhibitor treatment.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"T Acute Lymphoblastic Leukemia\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"NA","17":"NA","18":"NA","19":"[GEO:GSE5827](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE5827)","_rn_":"87"},{"1":"syn11510898","2":"mRNA and miRNA Characterization of Cancer Cell Lines","3":"RNA Study - PSON0009","4":"mRNA and miRNA profiling of cell lines.","5":"NA","6":"[\"Whole Transcriptome Sequencing\", \"MicroRNA Sequencing\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"88"},{"1":"syn18425373","2":"Whole-Exome Sequencing of BEZ235-treated cell line hcc1143","3":"exomeSeq","4":"Dataset summary is currently being curated by Sage Bionetworks. Please contact Milen Nikolov at milen.nikolov@sagebase.org if you would like to provide a summary.","5":"NA","6":"[\"Whole Exome Sequencing\"]","7":"[\"Human\"]","8":"[\"Ductal Carcinoma\"]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773345","14":"[\"CA209988\"]","15":"Measuring, Modeling and Controlling Heterogeneity (M2CH)","16":"NA","17":"NA","18":"NA","19":"[SRX3420291](https://www.ncbi.nlm.nih.gov/sra/?term=SRX3420291)","_rn_":"89"},{"1":"syn18425401","2":"Whole Genome Sequencingof HCC1143 breast cancer cells treated with Trametinib, BEZ235, or DMSO","3":"wholeGenomeSeq","4":"Dataset summary is currently being curated by Sage Bionetworks. Please contact Milen Nikolov at milen.nikolov@sagebase.org if you would like to provide a summary.","5":"HCC1143 triple negative breast cancer cells were treated with 1uM Trametinib, 1uM BEZ235, or 0.05% DMSO for 72hr, at which point total DNA was harvested. Replicate samples for each treatment type were entered into whole exome sequencing library prep (detailed in PRJNA419661), and as well were pooled and submitted for low pass whole genome sequencing, detailed here.","6":"[\"Whole Genome Sequencing\"]","7":"[\"Human\"]","8":"[\"Ductal Carcinoma\"]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773345","14":"[\"CA209988\"]","15":"Measuring, Modeling and Controlling Heterogeneity (M2CH)","16":"NA","17":"NA","18":"NA","19":"[SRP144106](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP144106)","_rn_":"90"},{"1":"syn7248581","2":"Genomic (miRNA) Characterization of Cancer Cell Lines","3":"miRNA - PSON0001","4":"miRNA profiling across 39 cell lines.","5":"NA","6":"[\"MicroRNA Sequencing\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"91"},{"1":"syn7248583","2":"Genomic (mRNA) Characterization of Cancer Cell Lines","3":"mRNA - PSON0001","4":"mRNA profiling across 39 cell lines.","5":"NA","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"92"},{"1":"syn7248584","2":"Genomic (Exome) Characterization of Cancer Cell Lines","3":"Exome - PSON0001","4":"Exome profiling across 39 cell lines.","5":"NA","6":"[\"Whole Exome Sequencing\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"93"},{"1":"syn7248585","2":"Atomic Force Microscopy Characterization of Cancer Cell Lines","3":"Atomic Force Microscopy - PSON0002","4":"This study uses atomic force microscopy (AFM) to measure the the deflection of a cantilever upon contact with the cells. 30 cell lines were examined over 7 experimental conditions.","5":"NA","6":"[\"Atomic Force Microscopy\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630078","10":"[\"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"94"},{"1":"syn7248586","2":"Motility Characterization of Cancer Cell Lines","3":"Motility - PSON0003","4":"This study uses images of cells collected using brightfield microscopy at 10x magnification, with ImageJ software used to track motility. 30 cell lines were examined over 7 experimental conditions.","5":"NA","6":"[\"Brightfield Microscopy\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"95"},{"1":"syn7248591","2":"Morphological Characterization of Cancer Cell Lines","3":"Morphology - PSON0004","4":"This study uses images of cells collected using brightfield microscopy at 10x magnification, with ImageJ software used to trace the outline of single cells as well as to report area, circularity and aspect ratio. 30 cell lines were examined over 7 experimental conditions.","5":"NA","6":"[\"Brightfield Microscopy\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"96"},{"1":"syn7248592","2":"Traction Force and Volume Characterization of Cancer Cell Lines","3":"Traction Force and Volume - PSON0005","4":"In this study, live cells were plated on fluorescent beads and fluorescently labeled with CellTracker Green CMFDA (Invitrogen) and DRAQ5 (Cell Signaling Technology) to label cytoplasm and cell nucleus respectively. 28 cell lines were examined.","5":"NA","6":"[\"Traction Force Microscopy\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630078","10":"[\"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"97"},{"1":"syn7843817","2":"Ex vivo Mathematical Myeloma Advisor (EMMA)","3":"MM Project","4":"We investigated the ex vivo response of cancer cells from multiple myeloma patients (newly diagnosed or relapsed).","5":"NA","6":"[\"Colorimetric Cell Viability Assay\"]","7":"[\"Human\"]","8":"[\"Multiple Myeloma\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349753","14":"[\"CA193489\"]","15":"H Lee Moffitt Cancer Center and Research Institute","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"98"},{"1":"syn9639600","2":"Cell Stiffness and Migration Microscopy","3":"Widefield Fluorescence Microscopy","4":"Widefield fluorescence microscopy images of EGFP-actin in U251 human glioblastoma cells cultured on collagen-coated polyacrylamide gels with Young's modulus of 80kPa. Images collected at 1s intervals for a duration of 3 min with an exposure time of 300ms.","5":"NA","6":"[\"Widefield Fluorescence Microscopy\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630079","10":"[\"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349745","14":"[\"CA210190\"]","15":"Center for Modeling Tumor Cell Migration Mechanics","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"99"},{"1":"syn9640483","2":"Cell Stiffness Migration Assay","3":"Migration","4":"Phase contrast microscopy of U251 cells migrating on collagen-coated polyacrylamide gels with Young's modulus of 80kPa. Images are collected every 15 mins for a duration of 16hrs with an exposure time of 100ms.","5":"NA","6":"[\"Microscopy\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630079","10":"[\"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349745","14":"[\"CA210190\"]","15":"Center for Modeling Tumor Cell Migration Mechanics","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"100"},{"1":"syn9641937","2":"Cell Stiffness Migration Force Measurements","3":"Traction Force Microscopy","4":"Image sequences used for traction force estimates of U251 cells cultured on collagen-coated polyacrylamide gels with Young's modulus of 80kPa. Each file contains three images: phase contrast image of the cell, image of fluorescent beads embedded in the gel in the absence of force (cell is detached after trypsin treatment), and fluorescent beads when the cell is applying force to the gel (cell is adhered to gel).","5":"NA","6":"[\"Traction Force Microscopy\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630079","10":"[\"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349745","14":"[\"CA210190\"]","15":"Center for Modeling Tumor Cell Migration Mechanics","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"101"},{"1":"syn9641962","2":"Cell Stiffness Migration Simulation","3":"Cell Migration Simulation","4":"Simulation output from individual iterations of the Cell Migration Simulator code. In the examples here the substrate stiffness is assigned a value of 10kPa and the total number of clutches is 750.","5":"NA","6":"[\"Simulation\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630079","10":"[\"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349745","14":"[\"CA210190\"]","15":"Center for Modeling Tumor Cell Migration Mechanics","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"102"},{"1":"syn9697791","2":"Proteomic Characterization of Cancer Cell Lines","3":"Proteomics - PSON0008","4":"9 cell lines across 7 experimental conditions.","5":"NA","6":"[\"Proteomics Assay\"]","7":"[\"Human\"]","8":"[\"Pan-cancer\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7248578","14":"[]","15":"NA","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"103"},{"1":"syn9961676","2":"Late-stage oncology compound screening of cancer cell lines","3":"Dose-response curve data","4":"Dataset summary is currently being curated by Sage Bionetworks. Please contact Milen Nikolov at milen.nikolov@sagebase.org if you would like to provide a summary.","5":"NA","6":"[\"Colorimetric Cell Viability Assay\"]","7":"[\"Human\", \"Mouse\"]","8":"[\"Pan-cancer\"]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"NA","17":"NA","18":"NA","19":"NA","_rn_":"104"},{"1":"syn21789818","2":"Scalable Microfluidics for Single Cell RNA Printing and Sequencing","3":"PRJNA276634","4":"Single cell transcriptomics has emerged as a powerful approach to dissecting phenotypic heterogeneity in complex, unsynchronized cellular populations. However, many important biological questions demand quantitative analysis of large numbers of individual cells. Hence, new tools are urgently needed for efficient, inexpensive, and parallel manipulation of RNA from individual cells. We report a simple microfluidic platform for trapping single cell lysates in sealed, picoliter microwells capable of <U+201C>printing<U+201D> RNA on glass or capturing RNA on polymer beads. To demonstrate the utility of our system for single cell transcriptomics, we developed a highly scalable technology for genome-wide, single cell RNA-Seq. The current implementation of our device is pipette-operated, profiles hundreds of individual cells in parallel with library preparation costs of ~$0.10-$0.20/cell, and includes five lanes for simultaneous experiments. We anticipate that this system will ultimately serve as a general platform for large-scale single cell transcriptomics, compatible with both imaging and sequencing readouts.!Series_type = Expression profiling by high throughput sequencing","5":"A microfluidic device that pairs sequence-barcoded mRNA capture beads with individual cells was used to barcode cDNA from individual cells which was then pre-amplified by in vitro transcription in a pool and converted into an Illumina RNA-Seq library. Libraries were generated from ~600 individual cells in parallel and extensive analysis was done on 396 cells from the U87 and MCF10a cell lines and from ~500 individual cells with extensive analysis on 247 cells from the U87 and WI-38 cell lines. Sequencing was done on the 3'-end of the transcript molecules. The first read contains cell-identifying barcodes that were present on the capture bead and the second read contains a unique molecular identifier (UMI) barcode, a lane-identifying barcode, and then the sequence of the transcript.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Glioma, Carcinoma in situ of Breast\"]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21645574","17":"Scalable microfluidics for single-cell RNA printing and sequencing","18":"[Scalable microfluidics for single-cell RNA printing and sequencing (PMID:26047807)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26047807)","19":"[GEO:GSE66357](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE66357), [SRA:SRP055569](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP055569)","_rn_":"105"},{"1":"syn21790617","2":"Affymetrix SNP array data for B-lineage acute lymphoblastic leukemia","3":"PRJNA279840","4":"To shed light on the molecular bases of B-lineage acute lymphoblastic leukemia lacking known rearrangements (B-NEG ALL) and the differences between children and adults, we analyzed 168 B-NEG ALLs - including children, adolescents/young adults (AYA) and adults by genome-wide technologies, namely Next-generation sequencing and copy number aberration (CNA). Affymetrix SNP array analysis was performed according to the manufacturer's directions on DNA extracted from bone marrow sampled at diagnosis and paired germline DNA extracted from peripheral blood/bone marrow at complete remission or saliva.","5":"Copy number analysis of Affymetrix SNP 6.0 arrays was performed for 13 B-NEG ALL samples and their paired normal (non-tumoral) DNA samples, included in the discovery panel, processed in the same experiment and deposited.","6":"[\"Single Nucleotide Polymorphism Array\"]","7":"[\"Human\"]","8":"[\"B Acute Lymphoblastic Leukemia\"]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21645570","17":"Prognostic and therapeutic role of targetable lesions in B-lineage acute lymphoblastic leukemia without recurrent fusion genes","18":"[Prognostic and therapeutic role of targetable lesions in B-lineage acute lymphoblastic leukemia without recurrent fusion genes (PMID:26883104)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26883104)","19":"[GEO:GSE67405](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE67405)","_rn_":"106"},{"1":"syn21790254","2":"Reprogrammed myeloid cell transcriptomes in NSCLC","3":"PRJNA283843","4":"Lung cancer is the leading cause of cancer related mortality worldwide, with non-small cell lung cancer (NSCLC) as the most prevalent form. Despite advances in treatment options including minimally invasive surgery, CT-guided radiation, novel chemotherapeutic regimens, and targeted therapeutics, prognosis remains dismal. Therefore, further molecular analysis of NSCLC is necessary to identify novel molecular targets that impact prognosis and the design of new-targeted therapies. In recent years, tumor <U+201C>activated/reprogrammed<U+201D> stromal cells that promote carcinogenesis have emerged as potential therapeutic targets. However, the contribution of stromal cells to NSCLC is poorly understood. Here, we show increased numbers of bone marrow (BM)-derived hematopoietic cells in the tumor parenchyma of NSCLC patients compared with matched adjacent non-neoplastic lung tissue. By sorting specific cellular fractions from lung cancer patients, we compared the transcriptomes of intratumoral myeloid compartments within the tumor bed with their counterparts within adjacent non-neoplastic tissue from NSCLC patients. The RNA sequencing of specific myeloid compartments (immature monocytic myeloid cells and polymorphonuclear neutrophils) identified differentially regulated genes and mRNA isoforms, which were inconspicuous in whole tumor analysis. Genes encoding secreted factors, including osteopontin (OPN), chemokine (C-C motif) ligand 7 (CCL7) and thrombospondin 1 (TSP1) were identified, which enhanced tumorigenic properties of lung cancer cells indicative of their potential as targets for therapy. This study demonstrates that analysis of homogeneous stromal populations isolated directly from fresh clinical specimens can detect important stromal genes of therapeutic value.","5":"We sorted pure populations of the immature monocytic myeloid cells (IMMCs), neutrophils (Neu), and epithelial cells (Epi) from tumors and adjacent lung tissues of stage I-III lung adenocarcinoma patients. RNA samples (totally 17 samples) were sequenced: from tumor IMMC (n=3), Neu (n=2), Epi (n=2); from adjacent lung IMMC (n=3), Neu (n=4), Epi (n=3).","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Lung Non-Small Cell Carcinoma\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775595","14":"[\"CA188388\"]","15":"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer","16":"syn21681315","17":"Identification of Reprogrammed Myeloid Cell Transcriptomes in NSCLC","18":"[Identification of Reprogrammed Myeloid Cell Transcriptomes in NSCLC (PMID:26046767)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26046767)","19":"[GEO:GSE68795](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE68795), [SRA:SRP058237](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP058237)","_rn_":"107"},{"1":"syn21811223","2":"Three-dimensional analysis of regulatory features reveals functional enhancer-associated loops","3":"PRJNA283913","4":"To gain insight into the relationship between chromatin structure and gene expression, we conducted a Tethered Chromatin Capture (TCC) analysis using MCF7 breast cancer and PANC1 pancreatic cancer cells. We applied a novel Hi-C analysis algorithm and identified hundreds of thousands of Interacting Loci Pairs (ILPs) in each of the two cell types. We classified ILPs according to location with respect to gene structure, gene expression, different histone modifications, DNase hypersensitivity, and RNA polymerase II and CTCF binding, identifying distinct classes of ILPs. Interestingly, we found that only 5% of the ILPs involved promoter regions, with even fewer promoter-enhancer loops. We find that genes associated with promoter-enhancer loops have cell type-specific functional annotations. We then tested the impact of pharmacological inhibition of histone acetylation on genes having promoter-enhancer ILPs in PANC1 cells. We found that genes with promoter-enhancer ILPs show reduced expression in response to drug treatment, suggesting that the chromatin loops we identified are functional.","5":"We analyzed two datasets, TCC in MCF7 and PANC1 cells. We then correlated them with histone modification data and gene expression data. Anti-CTCF ChIP-Seq was performed on PANC1 cells.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681486","17":"Three-dimensional analysis reveals altered chromatin interaction by enhancer inhibitors harbors TCF7L2-regulated cancer gene signature","18":"[Three-dimensional analysis reveals altered chromatin interaction by enhancer inhibitors harbors TCF7L2-regulated cancer gene signature (PMID:30548288)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30548288)","19":"[GEO:GSE68858](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE68858)","_rn_":"108"},{"1":"syn12976704","2":"A network-based strategy for prioritizing hits from chemical screening data by leveraging genetic, epigenetic and transcriptional datasets","3":"PRJNA289622","4":"Small molecule screens are widely used to prioritize compounds for development of pharmaceuticals and to reveal pathways altered in biological processes. <U+00A0>However, interpreting the results of these screens is very challenging since in almost all cases, the compounds are highly promiscuous. <U+00A0>Here we present a network-based strategy for analyzing molecular screening data. <U+00A0>We report a screen for kinase inhibitors that synergize with gemcitabine, the first-line chemotherapy treatment for pancreatic cancer. <U+00A0>The eight kinase inhibitors that emerge from the screen target a total of 140 kinases, and these kinases show little overlap with previously detected genetic modifiers of gemcitabine toxicity. <U+00A0>Using the SAMNet algorithm, we link the chemical and genetic modifiers of gemcitabine toxicity to transcriptional and epigenetic changes induced by gemcitabine that we measure using DNaseI-Seq and RNA-Seq. SAMNet uses a constrained optimization algorithm to connect genes from these complementary datasets through <U+00A0>a small set of protein-protein and protein-DNA interactions. <U+00A0>The resulting network is able to recapitulate known gemcitabine response pathways including DNA damage repair, control of cellular growth and the EMT pathway. We query the network downstream of putative kinase inhibitor targets and in addition to identifying known gemcitabine synergizers STAT3, NFKB2 and AKT1, we propose novel candidate targets for gemcitabine chemoresistance, including ETS transcription factors (ELK1, ELK3) and the adaptor protein NCK1. Our work suggests that a subset of the <U+201C>off-target kinases<U+201D> are directly involved in the cellular response to gemcitabine by modulating the activity of known and proposed chemosensitizing genes.","5":"4 RNAseq samples and 2 DNaseI-hypersensitivity samples in the PANC1 human cell line","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Pancreatic Ductal Adenocarcinoma\"]","9":"syn21630075","10":"[\"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9772917","14":"[\"CA184898\"]","15":"Embryonal Brain Tumor Networks","16":"syn21645600","17":"Network modeling of kinase inhibitor polypharmacology reveals pathways targeted in chemical screens","18":"[Network modeling of kinase inhibitor polypharmacology reveals pathways targeted in chemical screens (PMID:29023490)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29023490)","19":"[GEO:GSE70810](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE70810), [SRA:SRP060702](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP060702)","_rn_":"109"},{"1":"syn21791225","2":"RNA-Seq data for AKT, BAD, ERBB2, IGF1R, RAF1 and ERK1 over-expressed samples with 12 GFP control samples using human mammary epithelial cells","3":"PRJNA297451","4":"The goal was to capture the transcriptional activity due to over-expression of AKT, BAD, ERBB2, IGF1R, RAF1 and ERK1 genes.Over-expressions were validated using Western Blots. Illumina RNA-Seq technology was used to capture the downstream transcriptional activity. Reads were 101 base pairs long and single ended. An R open source package <U+201C>Rsubread<U+201D> was used to align and quantify the read using UCSC hg19 annotation. The integer-based gene counts were later normalized in TPM .","5":"Profiles of gene expression, downstream of AKT, BAD, ERBB2, IGF1R, RAF1 and ERK over-expression, were generated in cells derived from breast and used to generate a gene-expression signatures.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630075, syn21630081, syn21630079","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9771796","14":"[\"CA209978\"]","15":"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)","16":"syn21645337","17":"Combating subclonal evolution of resistant cancer phenotypes","18":"[Combating subclonal evolution of resistant cancer phenotypes (PMID:29093439)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29093439)","19":"[GEO:GSE73628](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE73628), [SRA:SRP064353](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP064353)","_rn_":"110"},{"1":"syn12976746","2":"Bisulfite-independent analysis of CpG island methylation enables genome-scale stratification of single cells","3":"PRJNA303995","4":"This set of data is for assessing and validation of a novel method, CGI-seq, as described in the corresponding paper, for profiling of single cell CpG methylome. We tested 4 different cell lines (K562, GM12878, 551 K1-iPSC, and Fibroblast ATCC-CCL-110) with a low quantity of cells (LQC, here including 100-cell or 10-cell) and with single cells (SC) separately. Briefly, the protocol include these steps. The intact gDNA of the cell(s) was released. This gDNA (i.e. the TEST sample, but this step was omitted for the Methylation Control or MC sample) was cut with the 1st set of restriction endonucleases, called RE1, which were sensitive to CpG methylation, and distinguished methylated from unmethylated DNA sequences. Then, each sample, including digested TEST DNAs and intact MC DNA, was immediately amplified by MDA method (or REPLIg kit), in which the methylated DNA sequences were highly efficiently amplified, while unmethylated DNA sequences were depleted. The amplicon was then cut with the 2nd set of restriction endonucleases, called RE2, and the appropriate size (between 50-500bp) of fragments were recovered to generate sequencing library, which was to enrich CpG-rich sequences (especially CpG islands) and improve the sequencing efficiency (reduced representation sequencing). Finally, Next Generation Sequencing (NGS) was performed. The outcome sequencing reads were analyzed with a specially designed algorithms. The result shows the high sensitivity, high reliability, high reproduciblity, and high coverage of the method on profiling the genome-wide CpG methylation pattern for single cells. It is a simple, robust and faithful technology for single cell CpG methylation pattern analysis, enabling unsupervised clustering of single cells basing on genome-wide CpG methylation pattern. This method will be valuable to dissect the subpopulation structure for a cellular population heterogeneous in CpG-methylation pattern.","5":"We designed 2 protocols (protocol option 1 - BstUI as RE2, and protocol option2 - ABH as RE2, while other steps were the same) for LQC processing (30 samples with 100Cell or 10cell), and the option 2 above was used for SC (8 samples for K562 and GM12878 separately, totally 16 samples). The corresponding Methylation Controls (MCs, for which no RE1 was applied but all other processes were the same as the TEST) were also generated corresponding to each set of TEST samples. The sequencing data was analyzed, and compared with the published ENCODE data generated with RRBS or Infinium HumanMethylation450 BeadChip methods with bulk cells, for CpG islands, promoters and other informative sequencing fragments. These data were also subject to unsupervised clustering analysis of the cells.","6":"[\"scCGIseq\"]","7":"[\"Human\"]","8":"[\"Chronic myeloid leukemia\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21649212","17":"Bisulfite-independent analysis of CpG island methylation enables genome-scale stratification of single cells","18":"[Bisulfite-independent analysis of CpG island methylation enables genome-scale stratification of single cells (PMID:28126923)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28126923)","19":"[GEO:GSE75346](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE75346), [SRA:SRP066615](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP066615)","_rn_":"111"},{"1":"syn21790688","2":"Activation of proto-oncogenes by disruption of chromosome neighborhoods [5C-Seq]","3":"PRJNA309545","4":"Mutations such as gene fusion, translocation and focal amplification are a frequent cause of proto-oncogene activation during tumorigenesis, but such mutations do not explain all cases of proto-oncogene activation. Here we show that disruption of local chromosome conformation can also activate proto-oncogenes in human cells. We mapped chromosome structures in T-cell acute lymphoblastic leukemia (T-ALL), and found that active oncogenes and silent proto-oncogenes generally occur within insulated neighborhoods formed by the looping of two interacting CTCF sites co-occupied by cohesin. Recurrent microdeletions frequently overlap neighborhood boundary sites in T-ALL genomes, and we demonstrate that site-specific perturbation of loop boundaries is sufficient to activate the respective proto-oncogenes in non-malignant cells. We found somatic genomic rearrangements affecting loop boundaries in many cancers. These results suggest that chromosome structural organization is fundamental to identify functional somatic alterations in cancer genomes.","5":"5C analysis of Tal1 and LMO2 in wildtype and mutant HEK293T cells","6":"[\"5C\"]","7":"[\"Human\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645430","17":"Activation of proto-oncogenes by disruption of chromosome neighborhoods","18":"[Activation of proto-oncogenes by disruption of chromosome neighborhoods (PMID:26940867)](https://www.ncbi.nlm.nih.gov/pubmed/?term=26940867)","19":"[GEO:GSE77142](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE77142), [SRA:SRP068783](https://www.ncbi.nlm.nih.gov/sra?term=SRP068783)","_rn_":"112"},{"1":"syn21790736","2":"BET bromodomain proteins Brd2, Brd3 and Brd4 selectively regulate metabolic pathways in the pancreatic <U+03B2>-cell","3":"PRJNA310350","4":"Displacement of Bromodomain and Extra-Terminal (BET) proteins from chromatin has promise for cancer and inflammatory disease treatments, but roles of BET proteins in metabolic disease remain unexplored. Small molecule BET inhibitors, such as JQ1, block BET protein binding to acetylated lysines, but lack selectivity within the BET family (Brd2, Brd3, Brd4, Brdt), making it difficult to disentangle contributions of each family member to transcriptional and cellular outcomes. Here, we demonstrate multiple improvements in pancreatic <U+03B2>-cells upon BET inhibition with JQ1 or BET-specific siRNAs. JQ1 (50-400 nM) increases insulin secretion from INS-1 cells in a concentration dependent manner. JQ1 increases insulin content in INS-1 cells, accounting for increased secretion, in both rat and human islets. Higher concentrations of JQ1 decrease intracellular triglyceride stores in INS-1 cells, a result of increased fatty acid oxidation. Specific inhibition of both Brd2 and Brd4 enhances insulin transcription, leading to increased insulin content. Inhibition of Brd2 alone increases fatty acid oxidation. Overlapping yet discrete roles for individual BET proteins in metabolic regulation suggest new isoform-selective BET inhibitors may be useful to treat insulin resistant/diabetic patients. Results imply that cancer and diseases of chronic inflammation or disordered metabolism are related through shared chromatin regulatory mechanisms.","5":"BET proteins are not redundant in their functions, thus pan-BET inhibitors like JQ1 cannot properly be interpreted without specific RNA knockdown or small molecules of proven selectivity. Here, we expose INS-1 cells, a rat insulinoma model for the pancreatic beta cell, to selective siRNAs to ablate Brd2, Brd3 or Brd4 mRNAs and compared genome-wide changes in transcription to non-targeted siRNA control. As expected, three resolvably different patterns of gene expression were identified, establishing that each BET protein controls its own set of target genes.","6":"[\"Expression Array\"]","7":"[\"Rat\"]","8":"[\"Malignant Neoplasm of Pancreas\"]","9":"NA","10":"[]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775665","14":"[\"CA182898\"]","15":"CSBC U01 Project Boston University","16":"syn21648846","17":"BET Bromodomain Proteins Brd2, Brd3 and Brd4 Selectively Regulate Metabolic Pathways in the Pancreatic <U+03B2>-Cell","18":"[BET Bromodomain Proteins Brd2, Brd3 and Brd4 Selectively Regulate Metabolic Pathways in the Pancreatic <U+03B2>-Cell (PMID:27008626)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27008626)","19":"[GEO:GSE77450](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE77450)","_rn_":"113"},{"1":"syn21800130","2":"ChIP-seq for H3K27Ac and H3K4me3 in a pre-B-cell model of Acute Lymphoblastic Leukemia, no stimulation or treatment","3":"PRJNA310833","4":"We wanted to identify regions of active and open chromatin in a pre-B-cell model of Acute Lymphoblastic Leukemia (ALL). We did not stimulate or treat the cells, we merely maintained them in culture. We chose these conditions because we were building a computational model and needed a baseline read of histone activation.","5":"For each histone mark, we had one sample where we immunoprecipitated with an antibody for the histone mark of interest and we had one control where we immunoprecipitated with an IgG control.","6":"[\"ChIP-Seq\"]","7":"[\"Mouse\"]","8":"[\"Acute Lymphoblastic Leukemia\"]","9":"syn21630075","10":"[\"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9772917","14":"[\"CA184898\"]","15":"Embryonal Brain Tumor Networks","16":"syn21645592","17":"Pathway-based network modeling finds hidden genes in shRNA screen for regulators of acute lymphoblastic leukemia","18":"[Pathway-based network modeling finds hidden genes in shRNA screen for regulators of acute lymphoblastic leukemia (PMID:27315426)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27315426)","19":"[GEO:GSE77570](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE77570), [SRA:SRP069293](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP069293)","_rn_":"114"},{"1":"syn21790756","2":"A highly sensitive and robust method for genome-wide 5hmC profiling of rare cell populations","3":"PRJNA312218","4":"Investigations of 5-hydroxymethylcytosine (5hmC) in biologically and clinically samples and models with low cell numbers have been hampered by the low sensitivity and reproducibility using current 5hmC mapping approaches. Here, we develop a selective 5hmC chemical labeling approach using tagmentation-based library preparation in order to profile nanogram levels of 5hmC isolated from ~1,000 cells (nano-hmC-Seal). Using this technology, we profiled the dynamics of 5hmC across different stages of mouse hematopoietic differentiation. Additionally, applying nano-hmC-Seal to the hematopoietic multipotent progenitor cells in an acute myeloid leukemia (AML) mouse model, we identified leukemia-specific, differentially hydroxymethylated regions that harbor previously reported and as-yet-unidentified functionally relevant factors. The change of 5hmC patterns in AML strongly correlates with the altered gene expression on a global scale. Together, our new approach offers a highly sensitive and robust method to study and detect DNA methylation dynamics from in vivo model and clinical samples.","5":"Selective 5hmC chemical labeling approach using tagmentation-based library preparation in order to profile nanogram levels of 5hmC isolated from ~1,000 cells","6":"[\"Nano-hmC-Seal\", \"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645405","17":"A Highly Sensitive and Robust Method for Genome-wide 5hmC Profiling of Rare Cell Populations","18":"[A Highly Sensitive and Robust Method for Genome-wide 5hmC Profiling of Rare Cell Populations (PMID:27477909)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27477909)","19":"[GEO:GSE77967](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE77967), [SRA:SRP070188](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP070188)","_rn_":"115"},{"1":"syn21790743","2":"Cell freezing protocol suitable for ATAC-Seq on motor neurons derived from human induced pluripotent stem cells","3":"PRJNA312393","4":"We describe a protocol for freezing neuronal cells that is compatible with ATAC-Seq, producing results that compare well with those generated from fresh cells. We developed our protocol on a disease-relevant cell type, namely motor neurons differentiated from induced pluripotent stem cells from a patient affected by spinal muscular atrophy. We found that while flash-frozen motor neurons are not suitable for ATAC-Seq, the assay is successful with slow-cooled cryopreserved samples. Using this method, we were able to isolate high quality, intact nuclei, and we verified that epigenetic results from fresh and cryopreserved motor neurons agree quantitatively.","5":"We quantitatively compare the results from fresh and cryopreserved motor neurons. We generated sequencing data on three technical replicates from both conditions.Submitter declares that reads for the transposed naked DNA used as a control will be made available through dbGaP.","6":"[\"ATAC-Seq\"]","7":"[\"Human\"]","8":"[]","9":"syn21630075","10":"[\"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9772917","14":"[\"CA184898\"]","15":"Embryonal Brain Tumor Networks","16":"syn21645594","17":"Cell freezing protocol suitable for ATAC-Seq on motor neurons derived from human induced pluripotent stem cells","18":"[Cell freezing protocol suitable for ATAC-Seq on motor neurons derived from human induced pluripotent stem cells (PMID:27146274)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27146274)","19":"[GEO:GSE78036](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE78036), [SRA:SRP070460](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP070460)","_rn_":"116"},{"1":"syn21792857","2":"Hela cell line microRNA profiles following CFIm25 knockdown","3":"PRJNA312905","4":"Purpose: When CFIm25 knockdown induces global APA events, we aim to investigate ceRNA landscape change based on microRNA expression change. Methods: microRNA from HeLa cells treated with control siRNA and CFIm25 siRNA were subject to RNA-Seq. Results: Consistent with our observations in TCGA breast cancer, we found a surprisingly high enrichment of 3<U+02B9>UTR shortening genes' ceRNA partners to tumor suppressors and their down-regulation. Conclusion: Our work indicated that the shortened 3<U+02B9>-UTRs might direct the released miRNAs to repress their ceRNA partners in trans, which are enriched in ceRNET hubs and tumor suppressors, thereby effectively disrupting normal ceRNET and contributing to tumorigenesis.","5":"Hela cell line microRNA profiles of control treated and CFIm25 knockdown were generated by RNA-Seq using Illumina GAIIx.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681375","17":"3' UTR shortening represses tumor-suppressor genes in trans by disrupting ceRNA crosstalk","18":"[3' UTR shortening represses tumor-suppressor genes in trans by disrupting ceRNA crosstalk (PMID:29785014)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29785014)","19":"[GEO:GSE78198](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE78198), [SRA:SRP070693](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP070693)","_rn_":"117"},{"1":"syn21809435","2":"RNA Methyltransferase METTL14 Promotes Breast Cancer Growth and Progression","3":"PRJNA320762","4":"We investigated the role of RNA N6-adenosine methyltransferase protein METTL14 that supports breast cancer growth and progression, and we showed METTL14 knockdown inhibited long-term survival, migration as well as invasion of breast cancer cells.","5":"To understand the mechanism by which METTL14 may promote breast cancer growth, we performed RNA-seq analyses on METTL14 siRNA-transfected breast cancer cells (2x MDA-MB-231), comparing to cells transfected with scramble siRNAs (2 replicates). Interestingly, several genes known to be associated with oncogenic pathways were found to be significantly altered in METTL14-silenced breast cancer cells, including transforming growth factor beta1 (TGF<U+03B2>1), smad3, cyclin D1 and cyclin E1.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681435","17":"Cross-talk among writers, readers, and erasers of m6A regulates cancer growth and progression","18":"[Cross-talk among writers, readers, and erasers of m6A regulates cancer growth and progression (PMID:30306128)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30306128)","19":"[GEO:GSE81164](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE81164), [SRA:SRP074429](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP074429)","_rn_":"118"},{"1":"syn21790831","2":"Chemical Mapping Reveals Novel Features of The Nucleosome Landscape in Mouse Embryonic Stem Cells<U+00A0>","3":"PRJNA324099","4":"Nucleosome organization influences gene activity by controlling DNA accessibility to transcription machinery. Here, we develop a chemical biology approach to determine mammalian nucleosome positions genome-wide. Using this strategy, we uncover surprising new features of nucleosome organization in mouse embryonic stem cells. In contrast to the prevailing model, we observe that for nearly all mouse genes a class of fragile nucleosomes occupies previously designated nucleosome-depleted regions around transcription start sites and transcription termination sites. We show that a subset of DNA-binding proteins including insulator CTCF and pluripotency factors co-occupy DNA targets with nucleosomes. Furthermore, we provide in vivo evidence that promoter-proximal nucleosomes, with the +1 nucleosome in particular, contribute to the pausing of RNA Polymerase II. Lastly, we find a characteristic preference for nucleosomes at exon-intron junctions. Altogether, we establish an accurate method for defining the nucleosome landscape, and provide a valuable resource for studying nucleosome-mediated gene regulation in mammalian cells.","5":"5 samples total. Chemical sample was analyzed with high throughput paired-end parallel sequencing. MNase samples were analyzed with high throughput paired-end parallel sequencing. 4 RNA samples from mouse ES cells (H4S47C Chemical vs WT) treated with 2i or Lif culture conditions.","6":"[\"Whole Transcriptome Sequencing\", \"MNase-seq\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645389","17":"Insights into Nucleosome Organization in Mouse Embryonic Stem Cells through Chemical Mapping","18":"[Insights into Nucleosome Organization in Mouse Embryonic Stem Cells through Chemical Mapping (PMID:27889238)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27889238)","19":"[GEO:GSE82127](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE82127), [SRA:SRP075973](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP075973)","_rn_":"119"},{"1":"syn21790882","2":"RNA-Seq data for AKT, BAD, ERBB2, IGF1R, RAF1 and KRAS(G12V) overexpressed samples with 12 GFP control samples using human mammary epithelial cells","3":"PRJNA324703","4":"The goal was to capture the transcriptional activity due to over-expression of AKT, BAD, ERBB2, IGF1R, RAF1 and KRAS(G12V) genes .Overexpressions were validated using Western Blots. Illumina RNA-Seq technology was used to capture the downstream transcriptional activity. Reads were 101 base pairs long and single ended. An R open source package <U+201C>Rsubread<U+201D> was used to align and quantify the read using UCSC hg19 annotation. The integer-based gene counts were later normalized in TPM .","5":"Profiles of gene expression, downstream of AKT, BAD, ERBB2, IGF1R, RAF1 and KRAS(G12V) over-expression, were generated in cells derived from breast and used to generate a gene-expression signatures.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630075, syn21630081, syn21630079","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9771796","14":"[\"CA209978\"]","15":"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)","16":"syn21648903","17":"Activity of distinct growth factor receptor network components in breast tumors uncovers two biologically relevant subtypes","18":"[Activity of distinct growth factor receptor network components in breast tumors uncovers two biologically relevant subtypes (PMID:28446242)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28446242)","19":"[GEO:GSE83083](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE83083), [SRA:SRP076235](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP076235)","_rn_":"120"},{"1":"syn21828913","2":"A computational systems approach for identification of synergistic specification genes facilitates lineage conversion to prostate tissue","3":"PRJNA325519","4":"We report that a computational systems approach can identify cell type specification genes that act synergistically, and demonstrate its application for reprogramming of fibroblasts to prostate tissue. We have employed three such master regulators (FOXA1, NKX3.1, and androgen receptor, AR) in a primed conversion strategy to generate prostate tissue from mouse fibroblasts, involving expression of pluripotency factors, tissue recombination with embryonic urogenital mesenchyme, and renal grafting.","5":"RNA-sequencing profiles of prostate tissues and fibroblasts were generated and compared to RNA-sequencing profiles of induced prostate tissue in tissue recombinants.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21645325","17":"A computational systems approach identifies synergistic specification genes that facilitate lineage conversion to prostate tissue","18":"[A computational systems approach identifies synergistic specification genes that facilitate lineage conversion to prostate tissue (PMID:28429718)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28429718)","19":"[GEO:GSE83298](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE83298), [SRA:SRP076484](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP076484)","_rn_":"121"},{"1":"syn21790751","2":"Transcriptome profiling of self-renewing hESCs and multipotent mesoderm progenitor cells as a function of substrate stiffness","3":"PRJNA326429","4":"We performed RNA-sequencing on human embryonic stem cell samples grown on soft (400Pa) and stiff (60kPa) hydrogels under self-renewal and differentiation conditions","5":"Whole-transcriptome RNA sequencing in the conditions described","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7416710","14":"[\"CA202241\"]","15":"ECM geometrical and mechanical properties modulate RTK signaling","16":"syn21649111","17":"Tissue Mechanics Orchestrate Wnt-Dependent Human Embryonic Stem Cell Differentiation","18":"[Tissue Mechanics Orchestrate Wnt-Dependent Human Embryonic Stem Cell Differentiation (PMID:27452175)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27452175)","19":"[GEO:GSE83584](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE83584), [SRA:SRP076871](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP076871)","_rn_":"122"},{"1":"syn12976748","2":"mTOR and HDAC inhibitors converge on the TXNIP/thioredoxin pathway to cause catastrophic oxidative stress and regression of RAS-driven tumors","3":"PRJNA328279","4":"mTOR and HDAC inhibitors induce cell death of malignant peripheral nerve sheath tumors (MPNSTs) in vitro, and in vivo We performed microarray analysis of mTOR and HDAC inhibition alone and in combination 24 hours after treatment, prior to induction of cell death, to identify transcriptional changes that might be mechanistic drivers of the therapeutic efficacy","5":"12 samples, in triplicate, 3X vehicle, 3X INK-128, 3X Vorinostat, 3X INK-128 + Vorinostat","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"Malignant Peripheral Nerve Sheath Tumors\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21649213","17":"mTOR and HDAC Inhibitors Converge on the TXNIP/Thioredoxin Pathway to Cause Catastrophic Oxidative Stress and Regression of RAS-Driven Tumors","18":"[mTOR and HDAC Inhibitors Converge on the TXNIP/Thioredoxin Pathway to Cause Catastrophic Oxidative Stress and Regression of RAS-Driven Tumors (PMID:28963352)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28963352)","19":"[GEO:GSE84205](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE84205)","_rn_":"123"},{"1":"syn21792538","2":"Gene expression data from primary neuroblastoma tumors","3":"PRJNA336020","4":"This dataset contains gene expression data from the NRC series (Neuroblastoma Research Consortium) for a total of 283 primary neuroblastoma tumors. All tumor samples are fully annotated including patient age at diagnosis, overall and progresison free survival and MYCN amplification status, enabling subgroup analysis, survival analysis and gene expression network analysis.","5":"283 primary untreated neuroblastoma tumors were analyzed. No replicates were included.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"Neuroblastoma\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21648926","17":"Cross-Cohort Analysis Identifies a TEAD4-MYCN Positive Feedback Loop as the Core Regulatory Element of High-Risk Neuroblastoma","18":"[Cross-Cohort Analysis Identifies a TEAD4-MYCN Positive Feedback Loop as the Core Regulatory Element of High-Risk Neuroblastoma (PMID:29510988)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29510988)","19":"[GEO:GSE85047](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE85047)","_rn_":"124"},{"1":"syn21791250","2":"Transcriptional profiling of GDF11 or TGFB1 stimulated NMuMG 3D spheroids","3":"PRJNA336578","4":"The objective of this study was to identify transcriptional changes differentially regulated by GDF11 stimulation compared to TGFB1 Microarrays were used to capture the differential transcriptional response to acute GDF11 stimulation compared to acute TGFB1 stimulation","5":"NMuMG 3D spheroids were stimulated with 250 ng/mL GDF11, 50 ng/mL TGFB1, or serum-free media and evaluated at four hours after stimulation in biological quadruplicate.","6":"[\"Expression Array\"]","7":"[\"Mouse\"]","8":"[\"Triple-Negative Breast Cancer Finding\"]","9":"syn21630075, syn21630081","10":"[\"Heterogeneity\", \"Evolution\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084062","14":"[\"CA215794\"]","15":"An Integrated Systems Approach for Incompletely Penetrant Onco-phenotypes","16":"syn21649000","17":"Tumor-Suppressor Inactivation of GDF11 Occurs by Precursor Sequestration in Triple-Negative Breast Cancer","18":"[Tumor-Suppressor Inactivation of GDF11 Occurs by Precursor Sequestration in Triple-Negative Breast Cancer (PMID:29161592)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29161592)","19":"[GEO:GSE85224](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE85224), [SRA:SRP081446](https://www.ncbi.nlm.nih.gov/sra?term=SRP081446)","_rn_":"125"},{"1":"syn12976694","2":"Immune escape in breast cancer during in situ to invasive carcinoma transition","3":"PRJNA345006","4":"To dissect mechanisms of immune escape during breast tumor progression, we analyzed the composition of leukocytes in normal breast tissues, ductal carcinomas in situ (DCIS), and HER2+ and triple negative invasive ductal carcinomas (IDC). We found significant tissue and tumor subtype-specific differences in multiple cell types including T cells and neutrophils. Analysis of gene expression profiles of T cells demonstrated enrichment for activated GZMB+MKI67+CD8+ effector T cell signatures in DCIS. TCR clonotypes also showed highest diversity in DCIS. Na<U+00EF>ve T cell signatures predominated IDCs, especially triple negative subtypes. TIGIT and PDL1 immune checkpoint proteins showed differential expression between DCIS and IDCs with amplification of CD274 (encoding PDL1) only detected in triple negative IDCs. Our results imply that DCIS progression is limited by an anti-tumor immune response that becomes muted in invasive tumors due to selection for cancer cells and microenvironment that suppress activated T cells or no longer trigger their activation.","5":"RNA-Seq: Gene expression analyses in leukocytes sorted from normal breast tissues, ductal carcinomas in situ (DCIS), and HER2+ and triple negative invasive ductal carcinomas (IDC).","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Invasive Ductal Breast Carcinoma\", \"Intraductal Carcinoma in situ of Breast\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21649209","17":"Immune Escape in Breast Cancer During In Situ to Invasive Carcinoma Transition","18":"[Immune Escape in Breast Cancer During In Situ to Invasive Carcinoma Transition (PMID:28652380)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28652380)","19":"[GEO:GSE87517](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE87517), [SRA:SRP090689](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP090689)","_rn_":"126"},{"1":"syn12576666","2":"DNA Methylation Targets Influenced by Bisphenol A and/or Genistein Are Associated with Survival Outcomes in Breast Cancer Patients","3":"PRJNA350299","4":"Early postnatal exposures to Bisphenol A (BPA) and genistein (GEN) have been reported to predispose for and against mammary cancer, respectively, in adult rats. Since the changes in cancer susceptibility occurs in the absence of the original chemical exposure, we have investigated the potential of epigenetics to account for these changes. DNA methylation studies reveal that prepubertal BPA exposure alters signaling pathways that contribute to carcinogenesis. Prepubertal exposure to GEN and to BPA + GEN suggests pathways involved in maintenance of cellular function, indicating that the presence of GEN either reduces or counters some of the alterations caused by the carcinogenic properties of BPA. We subsequently evaluated the potential of epigenetic changes in the rat mammary tissues to predict survival in breast cancer patients via The Cancer Genomic Atlas (TCGA). We identified 12 genes that showed strong predictive values for long-term survival in estrogen receptor positive patients. Importantly, two genes associated with improved long term survival, HPSE and RPS9, were identified to be hypomethylated in mammary glands of rats exposed prepuberally to GEN or to GEN + BPA respectively, reinforcing the suggested cancer suppressive properties of GEN.","5":"We conducted MBDCap-seq on mammary glands procured from 100 day-old rats exposed prepubertally to vehicle control, BPA, GEN, or BPA + GEN (n = 5/ group)","6":"[\"Methylation Profiling by Array\"]","7":"[\"Rat\"]","8":"[\"Ductal Carcinoma\"]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21645258","17":"DNA Methylation Targets Influenced by Bisphenol A and/or Genistein Are Associated with Survival Outcomes in Breast Cancer Patients","18":"[DNA Methylation Targets Influenced by Bisphenol A and/or Genistein Are Associated with Survival Outcomes in Breast Cancer Patients (PMID:28505145)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28505145)","19":"[GEO:GSE89107](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE89107), [SRA:SRP091986](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP091986)","_rn_":"127"},{"1":"syn21790813","2":"Regulatory T cells exhibit distinct features in human breast cancer","3":"PRJNA350777","4":"The goal of this study is to compare transcriptional profiles of regulatory T cells and conventional CD4 T cells in human breast cancer to regulatory T cells and conventional CD4 T cells in normal breast parenchyma and in peripheral blood.","5":"RNA sequencing of 2 different cell types in 3 different tissues","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21645339","17":"Regulatory T Cells Exhibit Distinct Features in Human Breast Cancer","18":"[Regulatory T Cells Exhibit Distinct Features in Human Breast Cancer (PMID:27851913)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27851913)","19":"[GEO:GSE89225](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE89225), [SRA:SRP092158](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP092158)","_rn_":"128"},{"1":"syn21832111","2":"Epigenetic analysis of tumor-specific CD8 T cells in murine and solid tumors","3":"PRJNA351717","4":"ATACseq analysis of dysfunctional CD8 T cells in progressing tumors. The overall goal of this study was to elucidate chromatin states associated with functional unresponsiveness in tumor-specific CD8 T cells in the context of mouse and human tumors. As comparison we also investigated chromatin state dynamics associated with CD8 T cells differentiation to functional effector and memory T cells during an acute listeria infection.","5":"CD8 T cells were sorted by flow cytometry and ATAC-seq was performed.","6":"[]","7":"[\"Mouse\", \"Human\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21645338","17":"Chromatin states define tumour-specific T cell dysfunction and reprogramming","18":"[Chromatin states define tumour-specific T cell dysfunction and reprogramming (PMID:28514453)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28514453)","19":"[GEO:GSE89308](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE89308)","_rn_":"129"},{"1":"syn21832136","2":"Transcriptome analysis of tumor-specific CD8 T cells in murine solid tumors","3":"PRJNA351718","4":"RNAseq analysis of CD8 T cells becoming dysfunctional in progressing tumors. The overall goal of this study was to elucidate the molecular program that mediates functional unresponsiveness in tumor-specific CD8 T cells. In comparison, we also investigated CD8 T cells differentiating to functional effector and memory T cells during an acute listeria infection.","5":"T cells were sorted by flow cytometry and RNA-seq was performed.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21645338","17":"Chromatin states define tumour-specific T cell dysfunction and reprogramming","18":"[Chromatin states define tumour-specific T cell dysfunction and reprogramming (PMID:28514453)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28514453)","19":"[GEO:GSE89307](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE89307), [SRA:SRP092280](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP092280)","_rn_":"130"},{"1":"syn12976729","2":"Nm-seq finds thousands of modified 2<U+2019>-O-methylation sites in mRNA with base precision","3":"PRJNA354610","4":"Nm-seq maps 2'-O-methylation sites in human mRNA with base precision The ribose of rna nucleotides can be 2<U+2032>-O-methylated (nm). despite advances in high-throughput detection, the inert chemical nature of nm still limits sensitivity and precludes mapping in mrna. We leveraged the differential reactivity of 2<U+2032>-O-methylated and 2<U+2032>-hydroxylated nucleosides to periodate oxidation to develop nm-seq, a sensitive method for transcriptome-wide mapping of nm with base precision. nm-seq uncovered thousands of nm sites in human mrna with features suggesting functional roles.","5":"we developed a conceptually distinct approach based on the different chemical properties of nucleosides with 2<U+2032>-OH and 2<U+2032>-OMe22<U+2013>25, combining enrichment with detection of a positive signal (rather than the lack of signal) to produce a sensitive method suited for discovery of Nm sites in rare RNA molecules or at low stoichiometry. Nm-seq leverages oxidative cleavage of ribose 2<U+2032>,3<U+2032>-vicinal diols by periodate to expose, enrich and map Nm sites in the transcriptome without bias and with single-nucleotide precision.Nm-seq first exposes internal Nm sites in RNA fragments by iterative oxidation<U+2013>elimination<U+2013>dephosphorylation (OED) cycles that remove 2<U+2032>-unmodified nucleotides (one per cycle) in the 3<U+2032>-to-5<U+2032> direction.","6":"[\"Nm-seq\"]","7":"[\"Human\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645423","17":"Nm-seq maps 2'-O-methylation sites in human mRNA with base precision","18":"[Nm-seq maps 2'-O-methylation sites in human mRNA with base precision (PMID:28504680)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28504680)","19":"[GEO:GSE90164](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE90164), [SRA:SRP093757](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP093757)","_rn_":"131"},{"1":"syn21797950","2":"Pan-Cancer DNA Hypermethylation Leads to Transcriptional Upregulation of Homeobox Oncogene","3":"PRJNA355884","4":"Cancers have long been recognized to be not only genetically but also epigenetically distinct from their tissues of origin. Although genetic alterations underlying oncogene upregulation have been well studied, to what extent epigenetic mechanisms, such as DNA methylation, can also induce oncogene expression remains unknown. Here, through pan-cancer analysis of 4,182 genome-wide profiles, including whole-genome bisulfite sequencing (WGBS) data from 30 normal tissues and 35 solid tumors, we discovered a strong correlation between gene-body hypermethylation of DNA methylation canyons (broad under-methylated regions) and overexpression of ~43% homeobox genes, many of which are also oncogenes. To gain insights into the cause-and-effect relationship, we used a newly developed dCas9-SunTag-DNMT3A system to methylate genomic sites of interest. The locus-specific hypermethylation of gene-body canyon, but not promoter, of homeobox oncogene DLX1 and POU3F3, can direct increase its gene expression. Together, our pan-cancer analysis followed by functional validation reveals DNA hypermethylation as a novel epigenetic mechanism for homeobox oncogene upregulation.","5":"Locus-specific DNA methylation of DLX1 and POU3F3 gene-bodies was conducted using our dCas9-SunTag-DNMT3A system. In brief, doxycycline-inducible lentiviral particles of dCas9-SunTag-p2A-BFP and scFv-sfGFP-DNMT3A were transduced in human embryonic kidney cell line (HEK293T). The Single clones of idCas9SunTag, idCas9SunTag+iscFvDNMT3A and idCas9SunTag+iscFvDNMT3AE756A was purified. Lentiviral particles of sgDLX1+sgPOU3F3-puromycin and sgPOU3F3-puromycin were also generated and transduced in previously generated inducible dCas9-SunTag-DNMT3A cells. Transduced cells were treated with 2<U+03BC>g/ml puromycin for seven consecutive days and cultured in 2<U+03BC>g/ml doxycycline for another thirty days. SgRNA primers were listed as following: DLX1-F 5<U+2019>-CACCGGGCGGACTCGGAGAAGAGCA-3<U+2019>, DLX1-R 5<U+2019>-AAACTGCTCTTCTC CGAGTCCGCCC-3<U+2019>, POU3F3-F: 5<U+2019>-CACCGCGGCGGCGGGGGCGGCGCAG-3<U+2019>, POU3F3-R: 5<U+2019> -AAACCTGCGCCGCCCCCGCCGCCGC-3<U+2019>. Bisulfite sequencing to identify the loci DNA methylation changes in homeobox gene DLX1 and POU3F3 promoter and gene body using Illumina HiSeq 2000","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21648978","17":"Homeobox oncogene activation by pan-cancer DNA hypermethylation","18":"[Homeobox oncogene activation by pan-cancer DNA hypermethylation (PMID:30097071)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30097071)","19":"[GEO:GSE90780](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE90780), [SRA:SRP094446](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP094446)","_rn_":"132"},{"1":"syn21790851","2":"Transdifferentiation as a mechanism of treatment resistance in a mouse model of castration-resistant prostate cancer","3":"PRJNA358422","4":"Analysis of transcriptome of prostate tissue from the anterior lobe or tumor from 9, 12, 13, 14, and 16 months old mouse Prostate tissue or tumor from 9 month old Nkx3.1CreERT2/+ mice, 14 month old Nkx3.1CreERT2/+;Ptenflox/flox mice (intact, treated with vehicle), 16 month old Nkx3.1CreERT2/+;Ptenflox/flox mice (castrated, treated with vehicle or abiraterone), 12 month old Nkx3.1CreERT2/+;Ptenflox/flox;P53flox/flox mice(intact, treated with vehicle), 13 month old Nkx3.1CreERT2/+;Ptenflox/flox;P53flox/flox mice (castrated, treated with vehicle or abiraterone) was harvested, and snap frozen for subsequent molecular analysis","5":"Total RNA obtained from prostate tissues or tumors. Prostate tissues or tumors were harvested and processed for RNA isolation and transcriptome analysis using the MagMAX RNA isolation kit (Ambion).","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Carcinoma in situ of prostate\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21645319","17":"Transdifferentiation as a Mechanism of Treatment Resistance in a Mouse Model of Castration-Resistant Prostate Cancer","18":"[Transdifferentiation as a Mechanism of Treatment Resistance in a Mouse Model of Castration-Resistant Prostate Cancer (PMID:28411207)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28411207)","19":"[GEO:GSE92721](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE92721), [SRA:SRP095488](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP095488)","_rn_":"133"},{"1":"syn21791536","2":"Gene expression from laser capture microdissected pancreatic cancer epithelium and stroma","3":"PRJNA360619","4":"This study used laser capture microdissection to obtain paired tumor epithelium and stroma RNA samples from human pancreatic ductal adenocarcinoma (PDA) frozen sections. Libraries were prepared using the Nugen Ovation RNA-Seq System V2 and sequenced to a depth of 30 million 100bp single-end reads. These data were used to model compartment-specific gene expression density on a genome-wide scale and build an algorithm for transcriptional devonvolution (ADVOCATE). RNA sequencing of macrodissected bulk PDA sections was performed on 15 samples in order to systematically compare TruSeq and NuGEN RNA-Seq libraries and (ii) correlate histopathological and molecular assessment of tumor composition.","5":"Gene expression data are presented for 65 pairs of tumor epithelium and stroma LCM samples and 15 bulk tumors using NuGEN and TruSeq library preparation, respectively.\\nGene expression data are presented for 57 additional tumor stromas.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Pancreatic Ductal Adenocarcinoma\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21681523","17":"Experimental microdissection enables functional harmonisation of pancreatic cancer subtypes","18":"[Experimental microdissection enables functional harmonisation of pancreatic cancer subtypes (PMID:30658994)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30658994)","19":"[GEO:GSE93326](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE93326), [SRA:SRP096338](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP096338)","_rn_":"134"},{"1":"syn12976504","2":"Metabolic origins of spatial organization in the tumor microenvironment","3":"PRJNA361582","4":"We report the transcriptional changes induced by hypoxia and/or lactate on bone marrow-derived macrophages (BMDMs)","5":"Untreated macrophages as well as macrophages treated with lactate, cultured in hypoxia (1% oxygen) or both were cultured in vitro. Then total mRNA was sequenced.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21649207","17":"Metabolic origins of spatial organization in the tumor microenvironment","18":"[Metabolic origins of spatial organization in the tumor microenvironment (PMID:28246332)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28246332)","19":"[GEO:GSE93702](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE93702), [SRA:SRP096883](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP096883)","_rn_":"135"},{"1":"syn21797590","2":"A de novo mouse model of C11orf95-RELA fusion-driven ependymoma identifies driver functions in addition to NF<U+03BA>B","3":"PRJNA362328","4":"The vast majority of supratentorial ependymomas (ST-EPNs) have few mutations other than chromosomal rearrangements on chromosome 11, most generating a fusion between C11orf95 and RELA (CR). This CR fusion can transform stem cells ex vivo rendering them oncogenic and may possess NF-<U+03BA>B activity, which has been proposed to be a mechanism of oncogenesis. However, it is not known whether CR is sufficient for EPN formation in vivo, and from what cell type and location. We found that CR is sufficient to form tumors from cells in the ependymal zone in mice that show many molecular and histologic similarities to human ST-EPN. Furthermore, the activation of NF-<U+03BA>B by this fusion protein appears minimal and not related to its oncogenic activity","5":"C11orf95-RELA is a potent oncogene for supratentorial ependymoma","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Glioma\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21648963","17":"A De Novo Mouse Model of C11orf95-RELA Fusion-Driven Ependymoma Identifies Driver Functions in Addition to NF-<U+03BA>B","18":"[A De Novo Mouse Model of C11orf95-RELA Fusion-Driven Ependymoma Identifies Driver Functions in Addition to NF-<U+03BA>B (PMID:29949764)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29949764)","19":"[GEO:GSE93765](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE93765), [SRA:SRP096964](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP096964)","_rn_":"136"},{"1":"syn12685522","2":"Applied topology delineates developmental progression with single-cell resolution","3":"PRJNA374716","4":"Cellular lineage commitment and terminal cellular differentiation result from the induction of dynamically regulated transcriptional programs. We report an unbiased approach to studying this process that combines temporal single cell RNA-sequencing and topology-based computational analyses (single cell Topological Data Analysis (scTDA)). scTDA is a non-linear, model-independent, statistical framework particularly tailored to capture high-dimensional continuous relationships, allowing for unsupervised characterization of transient cellular states. We analyzed single-cell RNA-seq data from murine embryonic stem cells (mESCs) as they differentiate in vitro in response to inducers of motor neuron differentiation. scTDA resolved asynchrony and continuity in cellular identity over time, and identified four transient states (pluripotent, precursor, progenitor, and fully differentiated cells) based on dynamic changes in stage-dependent combinations of transcription factors, RNA-binding proteins and long non-coding RNAs. scTDA is applicable to a broad range of problems that involve asynchronous or stochastic cellular responses to developmental cues or environmental perturbations.","5":"Single cell RNA sequencing of 2,744 individual cells, spanning 2 biological (non-technical) replicates. Cells were sampled daily across days 2 through 6 of the in vitro differentiation of mESCs into motor neurons.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21645558","17":"Single-cell topological RNA-seq analysis reveals insights into cellular differentiation and development","18":"[Single-cell topological RNA-seq analysis reveals insights into cellular differentiation and development (PMID:28459448)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28459448)","19":"[GEO:GSE94883](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE94883), [SRA:SRP099648](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP099648)","_rn_":"137"},{"1":"syn9630031","2":"Shifting the optimal stiffness for cell migration","3":"PRJNA377905","4":"Cell migration is central to many biological processes including embryonic development, wound healing, and cancer progression. Cell migration is sensitive to environmental stiffness, and many cell types exhibit a stiffness optimum at which migration is maximal. Here we present a cell migration simulator that predicts a stiffness optimum that can be shifted by altering the number of active molecular motors and clutches. This prediction is verified experimentally by comparing cell traction and F-actin retrograde flow for two cell types with differing amounts of active motors and clutches: embryonic chick forebrain neurons (ECFNs; optimum ~1 kPa) and U251 glioma cells (optimum ~100 kPa). In addition, the model predicts, and experiments confirm, that the stiffness optimum of U251 glioma cell migration, morphology, and F-actin retrograde flow rate can be shifted to lower stiffness by simultaneous drug inhibition of myosin II motors and integrin-mediated adhesions.","5":"To collect enough mRNA for expression analysis on different stiffnesses, U251 cells were cultured on large polyacrylamide gels covering the surface of a one well chamber glass slide (Lab-Tek 154453). After one day of culture on the gels, mRNA was purified from the cells using an RNeasy Mini Kit (Qiagen 74104). mRNA samples were then analyzed at the University of Minnesota Genomics Center using a HumanHT-12 BeadChip microarray (Illumina BD 103-0204). mRNA was collected from three U251 glioma cultures each on 4.6, 20, and 200 kPa PAGs, as well as plastic for a total of 12 mRNA samples. mRNA counts from the BeadChip were compared to a published list8 of cell migration genes to identify the most likely contributors to the motor-clutch model in U251 glioma cells (Extended Data Table 1). The expression levels on the different stiffnesses were compared to each other to identify any significant expression differences among the stiffnesses.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630078, syn21630079, syn21630077","10":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349745","14":"[\"CA210190\"]","15":"Center for Modeling Tumor Cell Migration Mechanics","16":"syn21645266","17":"Shifting the optimal stiffness for cell migration","18":"[Shifting the optimal stiffness for cell migration (PMID:28530245)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28530245)","19":"[GEO:GSE95680](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE95680)","_rn_":"138"},{"1":"syn12976725","2":"protein levels in BRAF/MEK inhibitor resistance melanoma cells treated with PF3758309 [CR]","3":"PRJNA380061","4":"3 BRAF/MEK inhibitor resistance melanoma cells were treated with PAK inhibitor PF3758309 for 48 hr, the cell lysis were analyzed by RPPA profiling by protein array (RPPA)","5":"3 pair of samples were analyzed (control and PF3758309 treatment group) by RPPA, more than 200 of proteins were tested","6":"[\"RPPA\"]","7":"[\"Human\"]","8":"[\"Melanoma\"]","9":"syn21630078, syn21630081, syn21630079","10":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349747","14":"[\"CA193417\"]","15":"Physical Science Oncology Center at Penn","16":"syn21649211","17":"PAK signalling drives acquired drug resistance to MAPK inhibitors in BRAF-mutant melanomas","18":"[PAK signalling drives acquired drug resistance to MAPK inhibitors in BRAF-mutant melanomas (PMID:28953887)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28953887)","19":"[GEO:GSE96902](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE96902)","_rn_":"139"},{"1":"syn12976490","2":"Mutant IDH1 regulates the tumor-associated immune system in gliomas","3":"PRJNA380261","4":"Gliomas harboring mutations in isocitrate dehydrogenase 1/2 (IDH1/2) have the CpG island methylator phenotype (CIMP) and significantly longer patient survival time than wild-type IDH1/2 tumors. Although there are many factors underlying the differences in survival between these two tumor types, immune-related differences in cell content are potentially important contributors. In order to investigate the role of IDH mutations in immune response, we created a syngeneic pair mouse model for mutated IDH1 (mutIDH1) and wild-type IDH1 (wtIDH1) gliomas and demonstrated that muIDH1 mice showed many molecular and clinical similarities to muIDH1 human gliomas, including a 100-fold higher concentration of 2-hydroxygluratate (2-HG), longer survival time, and higher CpG methylation compared to wtIDH1. Also, we showed that IDH1 mutations caused downregulation of leukocyte chemotaxis, resulting in repression of the tumor-associated immune system. Given that significant infiltration of immune cells such as macrophages, microglia, monocytes, and neutrophils is linked to poor prognosis in many cancer types, these reduced immune infiltrates in muIDH1 glioma tumors may contribute in part to the differences in aggressiveness of the two glioma types.","5":"Ntva_Ink4a/Arf-/- mice were used to generate mouse gliomas. The genetic backgrounds of tva mice are FVB/N, C57BL6, BALB/C, and 129. To generate wtIDH1- and muIDH1-expressing mouse gliomas, we used the RCAS/tva system as described previously. PDGFa-expressing DF1 cells were mixed with either wtIDH1-shp53- or muIDH1-shp53-expressing DF1 cells. These mixed DF1 cells were injected into Ntva_ Ink4a/Arf-/- mice. Mice were monitored daily until they developed signs of illness, such as lethargy, poor grooming, weight loss, dehydration, macrocephaly, seizure, jumping, and/or paralysis. Whole tumor tissue was used for RNA extraction. Total RNA was extracted from tumor tissues using RNeasy Mini kits (QIAGEN).","6":"[\"Expression Array\"]","7":"[\"Mouse\"]","8":"[\"Glioma\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21648867","17":"Mutant IDH1 regulates the tumor-associated immune system in gliomas","18":"[Mutant IDH1 regulates the tumor-associated immune system in gliomas (PMID:28465358)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28465358)","19":"[GEO:GSE96979](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE96979)","_rn_":"140"},{"1":"syn21791111","2":"PLATE-Seq for Genome-Wide Regulatory Network Analysis of High-Throughput Screens","3":"PRJNA381890","4":"Pharmacological and functional genomic screens play an essential role in the discovery and characterization of therapeutic targets and associated pharmacological inhibitors. Although these screens affect thousands of gene products, the typical readout is based on low-complexity rather than genome-wide assays. To address this limitation, we introduce Pooled Library Amplification for Transcriptome Expression (PLATE-Seq), a low-cost, genome-wide mRNA profiling methodology specifically designed to complement high-throughput screening (HTS) assays. Introduction of sample-specific barcodes during reverse transcription supports pooled library construction and low-depth sequencing that is 10 to 20-fold less expensive than conventional RNA-Seq. The use of network-based algorithms to infer protein activity from PLATE-Seq data results in comparable reproducibility to 30M read sequencing. Indeed, PLATE-Seq reproducibility compares favorably to other large-scale perturbational profiling studies such as the Connectivity Map (CMap) and Library of Integrated Network-based Cellular Signatures (LINCS).","5":"We use automated liquid-handling to introduce lysis buffer, capture polyadenylated mRNA with an oligo(dT)-grafted plate, and deliver well-specific, barcoded oligo(dT) primers to every sample in a multi-well plate (Figure 1A). After reverse transcription, the cDNA in each well contains a specific barcode sequence on its 5<U+2019>-end and a common adapter, such that all samples can be combined into a single pool for purification and concentration. We then use Klenow Large Fragment for pooled second-strand synthesis from adapter-linked random primers. Because this polymerase lacks strand-displacement and 5<U+2019>-to-3<U+2019> exonuclease activities, each cDNA molecule produces at most, one second-strand synthesis product containing the sample barcode (Figure 1B). Finally, the pooled library is enriched in a single PCR prior to sequencing. The resulting libraries represent the 3<U+2019>-ends of mRNAs and are sequenced to a depth of 0.5-2 million raw reads per sample.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21645322","17":"PLATE-Seq for genome-wide regulatory network analysis of high-throughput screens","18":"[PLATE-Seq for genome-wide regulatory network analysis of high-throughput screens (PMID:28740083)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28740083)","19":"[GEO:GSE97460](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE97460), [SRA:SRP103204](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP103204)","_rn_":"141"},{"1":"syn21800136","2":"HI-C 2.0: AN OPTIMIZED HI-C PROCEDURE FOR HIGH-RESOLUTION GENOME-WIDE MAPPING OF CHROMOSOME CONFORMATION","3":"PRJNA384173","4":"Chromosome conformation capture-based methods such as Hi-C have become mainstream techniques for the study of the 3D organization of genomes. These methods convert chromatin interactions reflecting topological chromatin structures into digital information (counts of pair-wise interactions). Here, we describe an updated protocol for Hi-C (Hi-C 2.0) that integrates recent improvements into a single protocol for efficient and high-resolution capture of chromatin interactions. This protocol combines chromatin digestion and frequently cutting enzymes to obtain kilobase (Kb) resolution. It also includes steps to reduce random ligation and the generation of uninformative molecules, such as unligated ends, to improve the amount of valid intra-chromosomal read pairs. This protocol allows for obtaining information on conformational structures such as compartment and topologically associating domains, as well as high-resolution conformational features such as DNA loops.","5":"HI-C 2.0","6":"[\"Hi-C\"]","7":"[\"Human\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21645422","17":"Hi-C 2.0: An optimized Hi-C procedure for high-resolution genome-wide mapping of chromosome conformation","18":"[Hi-C 2.0: An optimized Hi-C procedure for high-resolution genome-wide mapping of chromosome conformation (PMID:28435001)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28435001)","19":"[GEO:GSE98161](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE98161), [SRA:SRP105181](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP105181)","_rn_":"142"},{"1":"syn21791499","2":"Chromosomal instability promotes metastasis through a cytosolic DNA response","3":"PRJNA384217","4":"Chromosomal instability (CIN) is a hallmark of cancer, and it results from ongoing errors in chromosome segregation during mitosis. While CIN is a major driver of tumor evolution, its role in metastasis has not been established. Here we show that CIN promotes metastasis by sustaining a tumor-cell autonomous inflammatory response to cytosolic DNA. Errors in chromosome segregation create a preponderance of micronuclei whose envelopes frequently rupture exposing their DNA content to the cytosol. This leads to the activation of the cGAS-STING cytosolic DNA-sensing pathway and downstream noncanonical NF-kB signaling. Genetic suppression of CIN significantly delays metastasis in transplantable tumor models, whereas inducing chromosome segregation errors promotes cellular invasion and metastasis in a STING-dependent manner. In contrast to primary tumors, human and mouse metastases strongly select for CIN, in part, due to its ability to enrich for metastasis-initiating mesenchymal subpopulations, offering an opportunity to target chromosome segregation errors for therapeutic benefit.","5":"To determine whether CIN is causally involved in metastasis, we devised a genetic approach to alter the rate of chromosome missegregation in transplantable tumor models of human TNBC (MDA-MB-231);cont: Control sample. Part of the CIN-medium group.Ka; Overexpression of Kif2a, which does not affect the number of chromosome segregation errors during anaphase and serves as an additional control. Part of the CIN-medium group.Kb; Overexpression of Kif2b, which leads to suppressed chromosome segregation errors during anaphase. Part of the CIN-low group.MK; Overexpression of MCAK which leads to suppressed chromosome segregation errors during anaphase. Part of the CIN-low group.MKH; Overexpression of dominant-negative form of MCAK, leading to increased number of chromosome segregation errors during anaphase. Part of the CIN-high group.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630080, syn21630078, syn21630079","10":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349770","14":"[\"CA210184\"]","15":"Center on the Physics of Cancer Metabolism","16":"syn21645269","17":"Chromosomal instability drives metastasis through a cytosolic DNA response","18":"[Chromosomal instability drives metastasis through a cytosolic DNA response (PMID:29342134)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29342134)","19":"[GEO:GSE98183](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE98183), [SRA:SRP105199](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP105199)","_rn_":"143"},{"1":"syn12976723","2":"Targeted degradation of CTCF decouples local insulation of chromosome domains from genomic compartmentalization","3":"PRJNA385852","4":"The molecular mechanisms underlying folding of mammalian chromosomes remain poorly understood. The transcription factor CTCF is a candidate regulator of chromosomal structure. Using the auxin-inducible degron system in mouse embryonic stem cells, we show that CTCF is absolutely and dose-dependently required for looping between CTCF target sites and insulation of topologically associating domains (TADs). Restoring CTCF reinstates proper architecture on altered chromosomes, indicating a powerful instructive function for CTCF in chromatin folding. CTCF remains essential for TAD organization in non-dividing cells. Surprisingly, active and inactive genome compartments remain properly segregated upon CTCF depletion, revealing that compartmentalization of mammalian chromosomes emerges independently of proper insulation of TADs. Further, our data support that CTCF mediates transcriptional insulator function through enhancer-blocking but not direct facultative heterochromatin barrier activity. Beyond defining the functions of CTCF in chromosome folding these results provide new fundamental insights into the rules governing mammalian genome organization.","5":"mouse ES cells were engineered to harbor an auxin-inducible degron (AID) tag at both endogenous alleles of CTCF. A transgene encoding the auxin-binding F-box protein Tir1 was subsequently introduce, so that adding auxin to the culture media leads to rapid (hours) and reversible degradation of CTCF. Consequences of acute loss of CTCF and its restoration were investigated using ChIP-seq, RNA-seq and high-throughput Chromosome Conformation Capture (5C and Hi-C).","6":"[\"ChIP-Seq\", \"Hi-C\", \"Whole Transcriptome Sequencing\", \"5C\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21649210","17":"Targeted Degradation of CTCF Decouples Local Insulation of Chromosome Domains from Genomic Compartmentalization","18":"[Targeted Degradation of CTCF Decouples Local Insulation of Chromosome Domains from Genomic Compartmentalization (PMID:28525758)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28525758)","19":"[GEO:GSE98671](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE98671), [SRA:SRP106652](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP106652)","_rn_":"144"},{"1":"syn21796559","2":"Expression profile of Gastro-Entero-Pancreatic Neuroendocrine Tumors (GEP-NET)","3":"PRJNA386518","4":"Expression profile of human GEP-NET tumors, including 113 fresh frozen biopsies of primary and metastatic tumours originating from pancreas (P-NET, 83 primary and 30 metastasis), 81 from small intestine (SI-NET, 44 primary and 37 metastasis), and 18 from rectum (RE-NET, 3 primary and 15 metastasis).","5":"212 GEP-NET samples with cellularity >70% were analyzed. Total RNA was isolated and RNA integrity assayed by a 2100 Bioanalyzer (Agilent Technologies). High-quality total RNA samples, with RIN (RNA integrity number) above 7, were processed by TruSeq library preparation for RNA-Seq profiling (Illumina). For each sample, a minimum of 30 million 100bp single-end reads or 90 million 100bp paired-end reads were sequenced on the Illumina HiSeq2500 platform. RNA-Seq reads were mapped to the Homo sapiens assembly 19 reference genome, using Bowtie. Reads mapping to known genes, based on Entrez Gene identifiers, were then counted using the GenomicFeatures R-system package (Bioconductor).","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Neuroendocrine Neoplasm\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21681392","17":"A precision oncology approach to the pharmacological targeting of mechanistic dependencies in neuroendocrine tumors","18":"[A precision oncology approach to the pharmacological targeting of mechanistic dependencies in neuroendocrine tumors (PMID:29915428)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29915428)","19":"[GEO:GSE98894](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE98894), [SRA:SRP107025](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP107025)","_rn_":"145"},{"1":"syn13858908","2":"Epigenetic restriction of embryonic and extraembryonic lineages mirrors the somatic transition to cancer (Perturbation-RRBS)","3":"PRJNA386936","4":"Concerted efforts over past decades have established a thorough understanding of the canonical somatic DNA methylation landscape as well as its systematic misregulation across most human cancers. However, the underlying mechanism that directs this genome-scale transformation remains elusive, with no clear model for its acquisition or understanding of its potential developmental utility. Here we present base pair resolution analysis of global remethylation from the hypomethylated state of the preimplantation embryo into the early epiblast and extraembryonic ectoderm. We show that these two states acquire highly divergent genomic distributions: while the proximal epiblast establishes a canonical CpG-density dependent pattern found in somatic cells, the extraembryonic epigenome becomes substantially more mosaic. Moreover, this alternate pattern includes specific de novo methylation of hundreds of CpG island promoter containing genes that function in early embryonic development and are orthologously methylated across an extensive cohort of human cancers. From these data, we propose a model where the evolutionary innovation of extraembryonic tissues in eutherian mammals required cooption of DNA methylation-based suppression as an alternate pathway to the embryonically utilized Polycomb group proteins, which otherwise coordinate germ layer formation in response to extraembryonic cues at the onset of gastrulation. Moreover, we establish that this decision is made deterministically downstream of the promiscuously utilized, and frequently oncogenic, FGF signaling pathway and utilizes a novel combination of epigenetic cofactors. Recruitment of this silencing mechanism to developmental genes during cancer therefore reflects the misappropriation of an innate regulatory pathway that may be spontaneously sampled as an alternate epigenetic landscape within somatic cells.","5":"Comparison of DNA methylation patterns in Extraembryonic Ectoderm and cancer","6":"[\"Bisulfite Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21645383","17":"Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer","18":"[Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer (PMID:28959968)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28959968)","19":"[GEO:GSE98963](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE98963), [SRA:SRP107210](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP107210)","_rn_":"146"},{"1":"syn21791720","2":"A comparison between single cell RNA sequencing and single molecule RNA FISH for rare cell analysis","3":"PRJNA388108","4":"We use single molecule RNA FISH measurements of 26 genes in thousands of melanoma cells to provide an independent reference dataset to assess the performance of the DropSeq and Fluidigm single cell RNA sequencing platforms. We quantified the Gini coefficient, a measure of rare-cell expression variability, and find that the correspondence between RNA FISH and single cell RNA sequencing for Gini, unlike for mean, increases markedly with per-cell library complexity up to a threshold of ~2000 genes detected. A similar complexity threshold also allows for robust assignment of multi-genic cell states such as cell cycle phase.","5":"Comparison of gene expression estimates obtained through 3 different platforms (RNA FISH, DropSeq, and Fluidigm's C1 HT IFC) using the same cell line.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Melanoma\"]","9":"syn21630078, syn21630081, syn21630079","10":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349747","14":"[\"CA193417\"]","15":"Physical Science Oncology Center at Penn","16":"syn21648897","17":"Rare Cell Detection by Single-Cell RNA Sequencing as Guided by Single-Molecule RNA FISH","18":"[Rare Cell Detection by Single-Cell RNA Sequencing as Guided by Single-Molecule RNA FISH (PMID:29454938)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29454938)","19":"[GEO:GSE99330](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE99330), [SRA:SRP108076](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP108076)","_rn_":"147"},{"1":"syn21796402","2":"Diverse AR-V7 cistromes in castration-resistant prostate cancer are governed by HoxB13","3":"PRJNA388315","4":"The constitutively active androgen receptor (AR) splice variant 7 (AR-V7) plays an important role in the progression of castration-resistant prostate cancer (CRPC). Although biomarker studies established the role of AR-V7 in resistance to AR-targeting therapies, how AR-V7 mediates genomic functions in CRPC remains largely unknown. Using a ChIP-exo approach, we show AR-V7 binds to distinct genomic regions and recognizes a full-length androgen-responsive element in CRPC cells and patient tissues. Remarkably, we find dramatic differences in AR-V7 cistromes across diverse CRPC cells and patient tissues, regulating different target gene sets involved in CRPC progression. Surprisingly, we discover that HoxB13 is universally required for and colocalizes with AR-V7 binding to open chromatin across CRPC genomes. HoxB13 pioneers AR-V7 binding through direct physical interaction, and collaborates with AR-V7 to up-regulate target oncogenes. Transcriptional coregulation by HoxB13 and AR-V7 was further supported by their coexpression in tumors and circulating tumor cells from CRPC patients. Importantly, HoxB13 silencing significantly decreases CRPC growth through inhibition of AR-V7 oncogenic function. These results identify HoxB13 as a pivotal upstream regulator of AR-V7-driven transcriptomes that are often cell context-dependent in CRPC, suggesting that HoxB13 may serve as a therapeutic target for AR-V7-driven prostate tumors.","5":"To identify AR-V7 and HoxB13 binding sites in CRPC, ChIP-exo and ATAC-seq were performed in CRPC cells and tissues. RNA-seq was performed to examine AR-V7 and HoxB13 regulated profiles. Each experiment includes two biological replicates.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21649073","17":"Diverse AR-V7 cistromes in castration-resistant prostate cancer are governed by HoxB13","18":"[Diverse AR-V7 cistromes in castration-resistant prostate cancer are governed by HoxB13 (PMID:29844167)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29844167)","19":"[GEO:GSE99378](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE99378), [SRA:SRP108215](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP108215)","_rn_":"148"},{"1":"syn21791182","2":"Persistence of stem cell metabolism in cancers as a failure of differentiation","3":"PRJNA389596","4":"Tumor glucose uptake was measured by FDG-PET in 859 patients with histologically diverse cancers. We used normal mixture modeling to explore FDG-PET standardized uptake values (SUV) distributions and tested for association between glucose uptake and histological differentiation, risk of lymph node metastasis, and survival. Using RNA-seq data, we performed pathway and transcription factor analyses to compare tumors with high and low levels of glucose uptake. We found that well-differentiated tumors had low FDG uptake, while moderately and poorly differentiated tumors had higher uptake. The distribution of SUV for each histology was bimodal with a low peak at SUV 2-4 and a high peak at SUV 8-11. The cancers in the two modes were clinically distinct in terms of the risk of nodal metastases and of death. Carbohydrate metabolism and the pentose related pathway were elevated in the poorly differentiated/high SUV clusters. Embryonic stem cell-related signatures were activated in poorly differentiated/ high SUV clusters.","5":"Comparison of gene expression pattern in cancer with high and low SUV.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Lung Adenocarcinoma\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681326","17":"The Warburg effect: persistence of stem-cell metabolism in cancers as a failure of differentiation","18":"[The Warburg effect: persistence of stem-cell metabolism in cancers as a failure of differentiation (PMID:29045536)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29045536)","19":"[GEO:GSE99790](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE99790), [SRA:SRP108785](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP108785)","_rn_":"149"},{"1":"syn21791317","2":"Single-cell RNA-seq reveals a subpopulation of prostate cancer cells with enhanced cell cycle-related transcription and attenuated androgen response","3":"PRJNA389624","4":"Increasing evidence indicates that minor subpopulations intrinsic to androgen-independence are present in prostate cancer cells, poised to become clonal dominance under prolonged androgen-deprivation selection. To stratify different subpopulations, we conduct transcriptome profiling of 144 single LNCaP prostate cancer cells treated and untreated with androgen after cell cycle synchronization. At least eight subpopulations of LNCaP cells are identified, revealing a previously unappreciable level of cellular heterogeneity to androgen stimulation. One subpopulation displays stem-like features, the advanced growth of which depends more on enhanced expression of 10 cell cycle-related genes and less on androgen-dependent signaling. Concordant upregulation of these genes appears to be linked to recurrent prostate cancers and can be used for early detection of tumors that subsequently develop androgen independence. Moreover, this single-cell approach provides a better understanding of how cancer cells respond heterogeneously to androgen-deprivation therapies and to reveal which subpopulations are resistant to this treatment.","5":"For each of 3 treatment groups, forty eight LNCaP single cells and 1 representative bulk cell RNA sample (1ng) were collected for SMART-seq2 amplification and later single-cell RNA-seq (total 144 single cells and 3 bulk cell samples). All of the treatment groups were harvested from after synchronizing the cells at the G1/S phase with a double thymidine block and androgen depriving the cells for ~24 hours. Treatment groups 2 and 3 were cultured in the absence and presence of androgen (1 nM R1881) for 12 hours, respectively. Treatment group 1 was a baseline comparison treatment group and was collected right after cell synchronization and androgen deprivation (considered 0 hour).","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21645255","17":"Single-Cell RNA-seq Reveals a Subpopulation of Prostate Cancer Cells with Enhanced Cell-Cycle-Related Transcription and Attenuated Androgen Response","18":"[Single-Cell RNA-seq Reveals a Subpopulation of Prostate Cancer Cells with Enhanced Cell-Cycle-Related Transcription and Attenuated Androgen Response (PMID:29233929)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29233929)","19":"[GEO:GSE99795](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE99795), [SRA:SRP108807](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP108807)","_rn_":"150"},{"1":"syn21796552","2":"Chemically Induced Paneth Cells Provide Superior In Vivo Mimic to Organoid-derived Analog","3":"PRJNA391194","4":"Paneth cells (PCs) are post-mitotic secretory cells of the small intestine that produce antimicrobials, growth factors, and cytokines. Multiple diseases have been linked to alterations in PC function. Past studies of PCs have relied on in vivo models, and limited in vitro models, including organoids. While useful, whether the in vitro models recapitulate in vivo biology is an important, yet unanswered question. Here, we present a bona fide in vitro PC-enriched population derived via chemically-induced (CI) differentiation of primary murine adult stem cells. We define the identity of PCs in our system and compare to PCs of established organoid systems and those found in vivo. Importantly, we demonstrate stimulant-induced and microbe-responsive antimicrobial function of our CI-PCs <U+2013> hallmark functions of PCs in vivo. Thus, we define and produce the most physiologically-relevant in vitro PC population to date, providing a superior tool to study cellular development, host-microbe interactions, and inflammatory disease.","5":"Single-cell RNA sequencing experiments on Seq-Well platform of ENR (Control), ENR+CD (Paneth enriched), and ENR+CV (ISC-enriched) organoids.\\nOrg_All_merged.txt: merged UMI file","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773338","14":"[\"CA217377\"]","15":"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer","16":"syn21648934","17":"Harnessing single-cell genomics to improve the physiological fidelity of organoid-derived cell types","18":"[Harnessing single-cell genomics to improve the physiological fidelity of organoid-derived cell types (PMID:29871632)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29871632)","19":"[GEO:GSE100274](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE100274), [SRA:SRP109858](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP109858)","_rn_":"151"},{"1":"syn21792707","2":"Gene expression changes associated with high density collagen microenviroment in cancer cells","3":"PRJNA393881","4":"We report RNA sequencing data from 2 cancer cell line (fibrosarcoma, HT1080 and Breast cancer, MDA-MB-231) and one non-canceours cell line (human foreskin fibroblast HFF) embbeded in two different 3D collagen matrix environements. The topographical organization of collagen within the tumor ECM has been implicated in guiding cancer cell migration and independently predicts progression to metastasis. Here, we show that collagen matrices with small pores and short fibers, but not Matrigel, trigger a conserved transcriptional response and subsequent motility switch in cancer cells that results in formation of multicellular network structures. The response is not mediated by hypoxia, matrix stiffness, or bulk matrix density, but by matrix architecture and beta1 integrin upregulation. The transcriptional module associated with network formation is enriched for migration and vasculogenesis-associated genes that predicted survival in patient data across nine distinct tumor types. Evidence at the protein level of this gene module is found in patient tumors displaying a vasculogenic mimicry (VM) phenotype. Our findings link a collagen matrix-induced migration program to VM, and suggest that this process may be broadly relevant to metastatic progression in solid human cancers.","5":"Total RNA extraction and mRNA sequencing of 3 diiferent cell lines cultured in 2 different collagen matrix conditions.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630075, syn21630081, syn21630076","10":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn10140998","14":"[\"CA209891\"]","15":"The Cancer Cell Map Initiative","16":"syn21648894","17":"A global transcriptional network connecting noncoding mutations to changes in tumor gene expression","18":"[A global transcriptional network connecting noncoding mutations to changes in tumor gene expression (PMID:29610481)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29610481)","19":"[GEO:GSE101209](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE101209), [SRA:SRP111555](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP111555)","_rn_":"152"},{"1":"syn21796537","2":"Acid suspends the circadian clock in hypoxia through inhibition of mTOR","3":"PRJNA396153","4":"Recent reports indicate hypoxia influences the clock through the transcriptional activities of hypoxia inducible factors (HIFs) at clock genes. Unexpectedly, we uncover a profound disruption of the circadian clock and diurnal transcriptome when hypoxic cells are permitted to acidify, recapitulating the tumor microenvironment. Buffering against acidification or inhibiting lactic acid production fully rescues circadian oscillation. Acidification of several human and murine cell lines, as well as primary murine T cells, suppresses mechanistic target of rapamycin complex 1 (mTORc1) signaling, a key regulator of translation in response to metabolic status. We find acid drives peripheral redistribution of normally perinuclear lysosomes, inhibiting lysosome-bound mTOR. Restoring mTORc1 signaling and the translation it governs rescues clock oscillation, revealing a model in which lactic acid produced during the cellular metabolic response to hypoxia suppresses the circadian clock through diminished translation of clock constituents.","5":"RNA-sequencing was performed over a 52-hour timecourse using total RNA collected every 4 hours from U2OS human osteosarcoma cells in media of pH 7.4 or pH 6.3","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Osteosarcoma\"]","9":"syn21630081, syn21630076, syn21630078, syn21630077","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349753","14":"[\"CA193489\"]","15":"H Lee Moffitt Cancer Center and Research Institute","16":"syn21681382","17":"Acid Suspends the Circadian Clock in Hypoxia through Inhibition of mTOR","18":"[Acid Suspends the Circadian Clock in Hypoxia through Inhibition of mTOR (PMID:29861175)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29861175)","19":"[GEO:GSE101988](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE101988), [SRA:SRP113754](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP113754)","_rn_":"153"},{"1":"syn13857535","2":"Mitotic chromosomes fold by condensin-dependent helical winding of chromatin loop arrays","3":"PRJNA398543","4":"Mitotic chromosome morphogenesis occurs through condensin-mediated disassembly of the interphase conformation and formation of extended prophase loop arrays that then shorten by condensin-dependent helical winding","5":"Chromosome organization investigation through Hi-C","6":"[\"Hi-C\"]","7":"[\"Human\", \"Chicken\"]","8":"[\"Malignant Peripheral Nerve Sheath Tumors\"]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21649214","17":"A pathway for mitotic chromosome formation","18":"[A pathway for mitotic chromosome formation (PMID:29348367)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29348367)","19":"[GEO:GSE102740](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE102740), [SRA:SRP115572](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP115572)","_rn_":"154"},{"1":"syn21809588","2":"Endometrial epithelial cell transcriptome response to co-culture with adipose stromal cells","3":"PRJNA400484","4":"The role of obesity in endometrial cancer development is tested by co-culturing adipose stromal cells (ASCs) with endometrial epithelial cells and endometrial cancer cell Ishikawa for 21 days. Control cells (not exposed to ASCs) were incubated for the same duration. RNA-seq identified differential expression due to ASC exposure","5":"Transcriptoms effects in enomdetrial epithelial cells is exmined by RNA-seq after adipose stromal cell co-culture","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681447","17":"Adipokines Deregulate Cellular Communication via Epigenetic Repression of Gap Junction Loci in Obese Endometrial Cancer","18":"[Adipokines Deregulate Cellular Communication via Epigenetic Repression of Gap Junction Loci in Obese Endometrial Cancer (PMID:30389702)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30389702)","19":"[GEO:GSE103203](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE103203), [SRA:SRP116341](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP116341)","_rn_":"155"},{"1":"syn11342978","2":"Single-Cell Transcriptome Analysis of Lineage Diversity and Microenvironment in High-Grade Glioma","3":"PRJNA400576","4":"Despite extensive molecular characterization, we lack a comprehensive picture of lineage identity, differentiation, and microenvironmental composition in high-grade gliomas (HGGs). We sampled the cellular milieu of HGGs with massively-parallel single-cell RNA-Seq. While HGG cells can resemble glia or even immature neurons and form branched lineage structures, mesenchymal transformation results in unstructured populations. Glioma cells in a subset of mesenchymal tumors lose their neural lineage identity, express inflammatory genes, and co-exist with marked myeloid infiltration, implying a molecular interaction between glioma and immune cells. Finally, we found that myeloid cells can resemble microglia, macrophages, or a hybrid state, and enrichment of these cells is predictive of poor survival.","5":"Performed single cell RNA-seq on tens of thousands of dissociated high-grade glioma tissue cells from 8 human patients.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Glioma\"]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21648977","17":"Single-cell transcriptome analysis of lineage diversity in high-grade glioma","18":"[Single-cell transcriptome analysis of lineage diversity in high-grade glioma (PMID:30041684)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30041684)","19":"[GEO:GSE103224](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE103224), [SRA:SRP116382](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP116382)","_rn_":"156"},{"1":"syn21792744","2":"Tumor evolution and drug response in patient-derived organoid models of bladder cancer","3":"PRJNA407895","4":"Bladder cancer is the fifth most prevalent cancer in the U.S., yet is understudied and relatively lacking in suitable models. Here we describe a biobank of patient-derived organoid lines that recapitulates the spectrum of human bladder cancer at the histopathological and molecular levels. Organoid lines can be established efficiently from patient biopsies, including from patients before and after disease recurrence, and are interconvertible with orthotopic xenografts. Notably, these organoid lines often retain tumor heterogeneity and exhibit changes in their mutational profiles that are consistent with tumor evolution in culture. Analyses of drug response using bladder tumor organoids show partial correlations with mutational profiles as well as changes associated with treatment resistance, and specific responses can be validated using xenografts in vivo. Overall, our studies indicate that patient-derived bladder tumor organoids represent a model system for studying tumor evolution and treatment response in the context of precision cancer medicine.","5":"We generated organoids from bladder tumor tissue. The organoids were trypsinized, plated in matrigel and overlaid with medium. The medium was changed every 3 days. After 14 days of plating, Organoids were harvested and processed for RNA isolation and transcriptome analysis using Ambion MagMAX RNA isolation kit.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Bladder\"]","9":"syn21630075, syn21630081, syn21630079","10":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349759","14":"[\"CA193313\"]","15":"Columbia University Center for Topology of Cancer Evolution and Heterogeneity","16":"syn21648885","17":"Tumor Evolution and Drug Response in Patient-Derived Organoid Models of Bladder Cancer","18":"[Tumor Evolution and Drug Response in Patient-Derived Organoid Models of Bladder Cancer (PMID:29625057)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29625057)","19":"[GEO:GSE103990](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE103990), [SRA:SRP118077](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP118077)","_rn_":"157"},{"1":"syn21791465","2":"Expression data from human endothelial cells co-cultured with cancer associated fibroblasts","3":"PRJNA417079","4":"Cancer associated fibroblasts (CAFs) have been shown to plays crucial roles in cancer progression. Although increasing evidence demonstrates that CAFs have important roles in modulating the aggressive phenotypes of cancer cells, their effects on the tumor vasculature remain underexplored. We co-cultured TIME human microvascular endothelial cells (MECs) with either primary human ovarian CAFs or normal ovarian fibroblasts (NFs) to evaluate the effects of CAFs on phenotypes of endothelial cells.","5":"RNA samples isolated from TIME cells that had been co-cultured with CAFs or NFs was analyzed using Affymetrix Clariom D human gene expression assays.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"Malignant Neoplasm of Ovary\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775595","14":"[\"CA188388\"]","15":"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer","16":"syn21648893","17":"Cancer-associated fibroblasts regulate endothelial adhesion protein LPP to promote ovarian cancer chemoresistance","18":"[Cancer-associated fibroblasts regulate endothelial adhesion protein LPP to promote ovarian cancer chemoresistance (PMID:29251630)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29251630)","19":"[GEO:GSE106519](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE106519)","_rn_":"158"},{"1":"syn21791468","2":"Fenofibrate Prevents Skeletal Muscle Loss in Mice with Lung Cancer","3":"PRJNA420195","4":"The cancer anorexia cachexia syndrome is a systemic metabolic disorder characterized by the catabolism of stored nutrients in skeletal muscle and adipose tissue that is particularly prevalent in non-small cell lung cancer (NSCLC). Loss of skeletal muscle results in functional impairments and increased mortality. The aim of the current study was to characterize the changes in systemic metabolism in a genetically engineered mouse model of NSCLC. We show that a portion of these animals develop loss of skeletal muscle, loss of adipose tissue, and increased inflammatory markers mirroring the human cachexia syndrome. Using non-cachexic and fasted animals as controls, we report a unique cachexia metabolite phenotype that includes the dependent ketone production by the liver. In this setting, glucocorticoid levels rise and correlate with skeletal muscle degradation and hepatic markers of gluconeogenesis. Restoring prevents the loss of skeletal muscle mass and body weight. These results demonstrate how targeting hepatic metabolism can prevent muscle wasting in lung cancer, and provide evidence for a novel therapeutic strategy.","5":"Using an inducible lung cancer model, we characterize the changes in intermediary metabolism that occur during cancer anorexia cachexia syndrome (CACS) in mice. We performed RNA-seq on the livers and gastrocnemius muscle of on non-CACS, CACS, and fasted mice.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Lung Non-Small Cell Carcinoma\"]","9":"syn21630080, syn21630078, syn21630079","10":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349770","14":"[\"CA210184\"]","15":"Center on the Physics of Cancer Metabolism","16":"syn21648884","17":"Fenofibrate prevents skeletal muscle loss in mice with lung cancer","18":"[Fenofibrate prevents skeletal muscle loss in mice with lung cancer (PMID:29311302)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29311302)","19":"[GEO:GSE107470](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE107470), [SRA:SRP125804](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP125804)","_rn_":"159"},{"1":"syn21792798","2":"A CLK3-HMGA2 alternative splicing axis impacts human hematopoietic stem cell molecular identity throughout development [HSC and PROG RNA-seq]","3":"PRJNA429647","4":"While gene expression dynamics have been extensively catalogued during hematopoietic differentiation in the adult, less is known about transcriptome diversity of human hematopoietic stem cells (HSCs) during development. To characterize transcriptional and post-transcriptional changes in HSCs during development, we leveraged high-throughput genomic approaches to profile miRNAs, lincRNAs, and mRNAs. Our findings indicate that HSCs manifest distinct alternative splicing patterns in key hematopoietic regulators. Detailed analysis of the splicing dynamics and function of one such regulator, HMGA2, identified an alternative isoform that escapes miRNA-mediated targeting. We further identified the splicing kinase CLK3 that, by regulating HMGA2 splicing, preserves HMGA2 function in the setting of an increase in let-7 miRNA levels, delineating how CLK3 and HMGA2 form a functional axis that influences HSC properties during development. Collectively, our study highlights molecular mechanisms by which alternative splicing and miRNA-mediated post-transcriptional regulation impact the molecular identity and stage-specific developmental features of human HSCs.","5":"RNA-seq of hematopoietic stem cells (HSC) and progenitor cells (PROG) from fetal liver (FL), cord blood (CB) and bone marrow (BM) and control HPC cells differentiated from IPSC cells.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21648960","17":"A CLK3-HMGA2 Alternative Splicing Axis Impacts Human Hematopoietic Stem Cell Molecular Identity throughout Development","18":"[A CLK3-HMGA2 Alternative Splicing Axis Impacts Human Hematopoietic Stem Cell Molecular Identity throughout Development](https://www.ncbi.nlm.nih.gov/pubmed/?term=29625070)","19":"[GEO:GSE109089](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE109089)","_rn_":"160"},{"1":"syn21792787","2":"A CLK3-HMGA2 alternative splicing axis impacts human hematopoietic stem cell molecular identity throughout development [HSC and PROG miRNA profiling]","3":"PRJNA429648","4":"While gene expression dynamics have been extensively catalogued during hematopoietic differentiation in the adult, less is known about transcriptome diversity of human hematopoietic stem cells (HSCs) during development. To characterize transcriptional and post-transcriptional changes in HSCs during development, we leveraged high-throughput genomic approaches to profile miRNAs, lincRNAs, and mRNAs. Our findings indicate that HSCs manifest distinct alternative splicing patterns in key hematopoietic regulators. Detailed analysis of the splicing dynamics and function of one such regulator, HMGA2, identified an alternative isoform that escapes miRNA-mediated targeting. We further identified the splicing kinase CLK3 that, by regulating HMGA2 splicing, preserves HMGA2 function in the setting of an increase in let-7 miRNA levels, delineating how CLK3 and HMGA2 form a functional axis that influences HSC properties during development. Collectively, our study highlights molecular mechanisms by which alternative splicing and miRNA-mediated post-transcriptional regulation impact the molecular identity and stage-specific developmental features of human HSCs.","5":"miRNA profiling of hematopoietic stem cells (HSC) and progenitor cells (PROG) from fetal liver (FL), cord blood (CB) and bone marrow (BM) and control HPC cells differentiated from IPSC cells.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21648960","17":"A CLK3-HMGA2 Alternative Splicing Axis Impacts Human Hematopoietic Stem Cell Molecular Identity throughout Development","18":"[A CLK3-HMGA2 Alternative Splicing Axis Impacts Human Hematopoietic Stem Cell Molecular Identity throughout Development](https://www.ncbi.nlm.nih.gov/pubmed/?term=29625070)","19":"[GEO:GSE109092](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE109092)","_rn_":"161"},{"1":"syn21797924","2":"Preclinical model of obesity and ER-positive breast cancer","3":"PRJNA434156","4":"Here, we developed a mouse model of diet induced obesity that is graft competent. In this model, we grew an ER-positive breast cancer patient derived tumor. Following ovariectomy and estrogen deprivation therapy, tumors continued to grow in obese but not lean mice. RNAsequencing analysis was performed on tumors from estrogen-supplemented lean mice, and from lean and obese mice after estrogen deprivation. This analysis identified fibroblast growth factor receptor signaling as a potential driver of tumor progression in the context of obesity.","5":"LFLS E2 N=4; LFLS EWD N=4; HFHS EWD N=4, HFHS E2 N=3","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630080, syn21630078, syn21630079","10":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349770","14":"[\"CA210184\"]","15":"Center on the Physics of Cancer Metabolism","16":"syn21681403","17":"FGFR1 underlies obesity-associated progression of estrogen receptor-positive breast cancer after estrogen deprivation","18":"[FGFR1 underlies obesity-associated progression of estrogen receptor-positive breast cancer after estrogen deprivation (PMID:30046001)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30046001)","19":"[GEO:GSE110644](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE110644), [SRA:SRP132902](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP132902)","_rn_":"162"},{"1":"syn21797856","2":"A consensus hypoxia signature in breast cancer","3":"PRJNA437670","4":"We exposed a panel of 32 breast cancer cell lines or normal human mammary epithelial cells to 20% or 1% O2 concentration for 24h. Total RNA was extracted from cells using TRIzol (Invitrogen) and treated with DNase I (Ambion). All samples had a RIN value of >9.0 when measured on an Agilent Bioanalyzer. Libraries for RNA-Seq were prepared with KAPA Stranded RNA-Seq Kit. The workflow consisted of mRNA enrichment, cDNA generation, end repair to generate blunt ends, A-tailing, adaptor ligation and 12 cycles of PCR amplification. Unique adaptors were used for each sample in order to multiplex samples into several lanes. Sequencing was performed on Illumina Hiseq 3000/4000 with a 150bp pair-end run. A data quality check was done on Illumina SAV. Demultiplexing was performed with Illumina Bcl2fastq2 v 2.17 program.","5":"32 breast cancer cell lines exposedto standard tissue culture conditions normoxic (20% O2) or hypoxic (1% O2) conditions.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630078, syn21630079, syn21630080","10":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349766","14":"[\"CA210173\"]","15":"Johns Hopkins Physical Sciences Oncology Center (PS-OC)","16":"syn21681401","17":"Molecular Portrait of Hypoxia in Breast Cancer: A Prognostic Signature and Novel HIF-Regulated Genes","18":"[Molecular Portrait of Hypoxia in Breast Cancer: A Prognostic Signature and Novel HIF-Regulated Genes (PMID:30037853)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30037853)","19":"[GEO:GSE111653](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE111653), [SRA:SRP134389](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP134389)","_rn_":"163"},{"1":"syn21812746","2":"Stromal Fibroblasts Drive Single Cell Heterogeneity in Pancreatic Cancer","3":"PRJNA464359","4":"To understand the interplay between cancer and stroma, we performed single cell RNA-sequencing of PDAC cells admixed with stromal fibroblasts and defined different single cell populations with varying levels of proliferative and metastatic transcriptional states. PDAC cell behavior in vitro and in vivo on these phenotypic axes could be tuned with the proportion of stromal fibroblasts. These cell types were identified in human pancreatic tumors, and specific subpopulations were associated with worsened outcomes.","5":"92 single PDAC cells and 92 single CAF cells were micromanipulated and prepared for sequencing (23 of each cell type from four culture ratios). The 24th sample from each cell type-culture condition combination is a population control obtained by micromanipulating 100 cells of the given type from the given culture condition and preparing it as if it were a single cell, giving a total of 96 PDAC samples and 96 CAF samples. During the course of library construction, 3 samples were lost, all PDAC cells from the 30:70 condition (two single cells and the population control), leaving 93 total PDAC samples and 96 total CAF samples.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\"]","8":"[\"Malignant Neoplasm of Pancreas\"]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084053","14":"[\"CA215798\"]","15":"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy","16":"syn21681772","17":"Stromal Microenvironment Shapes the Intratumoral Architecture of Pancreatic Cancer","18":"[Stromal Microenvironment Shapes the Intratumoral Architecture of Pancreatic Cancer (PMID:31155233)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31155233)","19":"[GEO:GSE113616](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE113616), [SRA:SRP144750](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP144750)","_rn_":"164"},{"1":"syn21809444","2":"Decidualization of human endometrial stromal fibroblasts is a multi-phasic process involving distinct transcriptional programs","3":"PRJNA470821","4":"We sequenced mRNA from endometrial stromal fibroblasts and decidual stromal cells after 3 day and 8 days decidualization treatment","5":"We sequenced mRNA from endometrial stromal fibroblasts (n=3), and after 3days (n=3) or 8 days (n=2) in vitro decidulization with cAMP and progesterone (MPA)","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315810","14":"[\"CA209992\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion","16":"syn21681436","17":"Decidualization of Human Endometrial Stromal Fibroblasts is a Multiphasic Process Involving Distinct Transcriptional Programs","18":"[Decidualization of Human Endometrial Stromal Fibroblasts is a Multiphasic Process Involving Distinct Transcriptional Programs (PMID:30309298)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30309298)","19":"[GEO:GSE114296](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114296), [SRA:SRP145267](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP145267)","_rn_":"165"},{"1":"syn21797729","2":"Systematic immune reprogramming via PD-1 inhibition enhances early-stage lung cancer survival.","3":"PRJNA470891","4":"Success of immune checkpoint inhibitors in advanced non-small cell lung cancer (NSCLC) has invigorated their use in neo-adjuvant setting for early-stage disease. However, the cellular and molecular mechanisms of the early immune responses to therapy remain poorly understood. Through an integrated analysis of early-stage NSCLC patients and a Kras-mutant mouse model, we show a prevalent programmed cell death 1/ programmed cell death 1 ligand 1 (PD-1/PD-L1) axis exemplified by increased intratumoral PD-1+ T cells and PD-L1 expression. Notably, tumor progression was associated with spatiotemporal modulation of the immune microenvironment. Importantly, PD-1 inhibition controlled tumor growth, improved overall survival, and reprogrammed tumor-associated lymphoid and myeloid cells. Depletion of T lymphocyte subsets demonstrated synergistic effects of those populations on PD-1 inhibition of tumor growth. Transcriptome analyses revealed T cell subset-specific alterations corresponding to degree of response to the treatment. These results provide insights into temporal evolution of the phenotypic effects of PD-1/PD-L1 activation and inhibition, and motivate targeting this axis early in lung cancer progression.","5":"CD4 and CD8 lung tumor infiltrating lymphocytes were sorted into RLT lysis buffer from IgG antibody or anti-PD1 antibody treated C57Bl/6 mice at day 14, 17 or 24 for mRNA-Sequencing.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Lung Non-Small Cell Carcinoma\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775595","14":"[\"CA188388\"]","15":"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer","16":"syn21649081","17":"Immune reprogramming via PD-1 inhibition enhances early-stage lung cancer survival","18":"[Immune reprogramming via PD-1 inhibition enhances early-stage lung cancer survival (PMID:29997286)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29997286)","19":"[GEO:GSE114300](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114300), [SRA:SRP145321](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP145321)","_rn_":"166"},{"1":"syn21797667","2":"Single cell RNA-seq and ATAC-seq of EMT induced by TGFbeta stimulation and Zeb1 overexpression","3":"PRJNA471293","4":"We report the application of single cell RNA-sequencing using indrop on an HMLE breast cancer cell line that we induced to undergo EMT. We measured 7523 single cells after 8 and 10 days of stimulation with TGFbeta. In addition, we measured 3496 single cells in an engineered HMLE cell line with Dox inducible Zeb1, after 2 days of stimulation with Doxycycline. Finally, we performed ATAC-seq on CD44 sorted HMLE cells after 8 days of stimulation with TGFbeta.","5":"Single cell RNA-seq on two different cell lines and ATAC-seq on one cell line","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21681394","17":"Recovering Gene Interactions from Single-Cell Data Using Data Diffusion","18":"[Recovering Gene Interactions from Single-Cell Data Using Data Diffusion (PMID:29961576)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29961576)","19":"[GEO:GSE114397](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114397), [SRA:SRP145597](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP145597)","_rn_":"167"},{"1":"syn21797940","2":"A PDGFR<U+03B1>-driven mouse model of Glioblastoma reveals a Stathmin1-mediated mechanism of sensitivity to Vinblastine","3":"PRJNA471344","4":"Glioblastoma multiforme (GBM) is an aggressive primary brain cancer that includes focal amplification of PDGFR<U+03B1> and for which there are no effective therapies. Herein, we report the development of a genetically engineered mouse model of GBM based on autocrine, chronic stimulation of PDGFR<U+03B1> and the analysis of GBM signaling pathways using proteomics. We discovered the tubulin-binding protein Stathmin1 (STMN1) as a PDGFR<U+03B1> phospho-regulated target and that this mis-regulation conferred selective sensitivity to vinblastine (VB) cytotoxicity. Treatment of PDGFR<U+03B1> GBMs with VB in mice drastically prolonged survival and was dependent on STMN1. Our work provides a rationale for evaluating genotype-specific anti-microtubule drugs as cancer treatment in select GBM patient populations.","5":"Total RNA was isolated from flash frozen tumors freshly excised from mice using Qiagen RNeasy RNA Isolation Kit. Gene expression analysis was conducted using the GeneChip<U+00AE> Mouse 2.0 ST Array (Affymetrix) at the Yale Center for Genome Analysis. Three biological replicates were profiles for each condition","6":"[\"Expression Array\"]","7":"[\"Mouse\"]","8":"[\"Glioblastoma\"]","9":"syn21630081, syn21630076, syn21630078, syn21630075","10":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349757","14":"[\"CA193461\"]","15":"Dana-Farber Cancer Institute Physical Sciences-Oncology Center","16":"syn21681409","17":"A PDGFR<U+03B1>-driven mouse model of glioblastoma reveals a stathmin1-mediated mechanism of sensitivity to vinblastine","18":"[A PDGFR<U+03B1>-driven mouse model of glioblastoma reveals a stathmin1-mediated mechanism of sensitivity to vinblastine (PMID:30082792)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30082792)","19":"[GEO:GSE114438](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114438)","_rn_":"168"},{"1":"syn21812642","2":"Total RNA profiles in response to four tyrosine kinase inhibitors in human induced pluripotent stem cell-derived cardiomyocytes","3":"PRJNA472575","4":"To define molecular markers of tyrosine kinase inhibitor-induced cardiotoxicity, we measured transcriptome changes in human induced pluripotent stem cell-derived cardiomyocytes (hiPSC-CMs) treated with one of four tyrosine kinase inhibitors (Erlotinib, Lapatinib, Sorafenib, or Sunitinib) displaying a range of mild to severe cardiotoxicity or a vehicle-only control (DMSO). Gene expression changes were assessed at the cell population level using total RNA-seq, which measured levels of both mRNAs and non-coding RNAs.<U+00A0>hiPSC-CMs used in this study were the Cor.4U cells purchased from Ncardia.","5":"hiPSC-CMs were treated with each TKI (Erlotinib, Lapatinib, Sorafenib or Sunitinib) at three doses (1, 3 and 10 <U+00B5>M) for 24 hours and the intermediate dose (3 <U+00B5>M) for an additional three time points (6h, 72h and 168h). hiPSC-CMs were also treated with the DMSO vehicle-only control at four time points (6h, 24h, 72h and 168h). Each treatment condition had three biological replicates, collected from three independent experiments using three different lots of hiPSC-CMs. Total RNA was collected from all these samples.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681737","17":"Adaptation of Human iPSC-Derived Cardiomyocytes to Tyrosine Kinase Inhibitors Reduces Acute Cardiotoxicity via Metabolic Reprogramming","18":"[Adaptation of Human iPSC-Derived Cardiomyocytes to Tyrosine Kinase Inhibitors Reduces Acute Cardiotoxicity via Metabolic Reprogramming (PMID:31078528)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31078528)","19":"[GEO:GSE114686](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE114686), [SRA:SRP148659](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP148659)","_rn_":"169"},{"1":"syn21814211","2":"RNA sequencing on circulating tumor cells from prostate cancer patients","3":"PRJNA475218","4":"Circulating tumor cells (CTCs) undergo considerable stress in the bloodstream. To understand the underlying phenomenon, we conducted single-cell genomic or transcriptomic analyses of primary tumor cells shed in urine and CTCs in blood of prostate cancer patients. Of more than four hundred focal genomic alterations analyzed, increased and decreased copy-numbers of 113 recurrent regions were found in CTCs relative to primary tumor cells. Tumor cells with these pre-existing genomic alterations can be adaptively selected, allowing for transcription reprogramming during blood circulation. These regions harbored genes associated with oxidative phosphorylation machineries that are exploited by CTCs for alternative energy metabolism.","5":"Examination of prostate CTCs transcriptomic profile in single cell level","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681993","17":"Spatial EGFR Dynamics and Metastatic Phenotypes Modulated by Upregulated EphB2 and Src Pathways in Advanced Prostate Cancer","18":"[Spatial EGFR Dynamics and Metastatic Phenotypes Modulated by Upregulated EphB2 and Src Pathways in Advanced Prostate Cancer (PMID:31805710)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31805710)","19":"[GEO:GSE115501](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE115501), [SRA:SRP150061](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP150061)","_rn_":"170"},{"1":"syn21811363","2":"Microtubule regulators act in the nervous system to modulate fat metabolism and longevity through DAF-16 in C. elegans","3":"PRJNA475273","4":"Purpose: We found that mutations in microtubule regulating factors lead to altered lifespan. In order to understand the mechnaisms, we carried out RNA-seq analyses to identify genes with differential expression in microtubule regulator mutants.","5":"Genetic mutants of efa-6, hdac-6, ptl-1 and ptrn-1 were compared to wildtype control. Synchronized Day 1 young adults were used for RNA extraction.","6":"[]","7":"[\"Worm\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681517","17":"Microtubule regulators act in the nervous system to modulate fat metabolism and longevity through DAF-16 in C. elegans","18":"[Microtubule regulators act in the nervous system to modulate fat metabolism and longevity through DAF-16 in C. elegans (PMID:30638295)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30638295)","19":"[GEO:GSE115531](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE115531), [SRA:SRP150084](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP150084)","_rn_":"171"},{"1":"syn21809478","2":"Transcriptome analysis of Group 3 and 4 medulloblastoma orthotopic xenograft mice with digoxin treatment","3":"PRJNA475298","4":"RNA-seq data of Group 3 and 4 medulloblastoma with digoxin treatment.","5":"Investigate the differential expressed genes in Group 3 and 4 Medulloblastoma under digoxin treatment","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Medulloblastoma\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775595","14":"[\"CA188388\"]","15":"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer","16":"syn21681442","17":"Systems biology-based drug repositioning identifies digoxin as a potential therapy for groups 3 and 4 medulloblastoma","18":"[Systems biology-based drug repositioning identifies digoxin as a potential therapy for groups 3 and 4 medulloblastoma (PMID:30355798)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30355798)","19":"[GEO:GSE115542](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE115542), [SRA:SRP150101](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP150101)","_rn_":"172"},{"1":"syn21796439","2":"Systematic Identification of Epithelial<U+2013>Stromal Crosstalk Signaling Networks in Ovarian Cancer","3":"PRJNA475593","4":"Ovarian cancer is the most lethal malignancy in the United States. While studies on ovarian cancer pathogenesis were mainly focused on the epithelial component of the tumor, understanding in the role of cancer associated fibroblasts (CAFs) in ovarian cancer progression is limited. In the present study, we describe the use of microdissected transcriptome profiles for the identification of cancer<U+2013>stroma crosstalk networks with prognostic value, which presents a unique opportunity for developing new treatment strategies for ovarian cancer.","5":"Transcriptome profiling analyses were performed on laser microdissected cancer associated stroma samples and epithelial tumor samples from high grade serous ovarian cancer patients using the Affymetrix human genome U133 Plus 2.0 microarray. Based on the transcriptome profiles, computer program cell-cell communication explorer (CCCExplorer) was used to predict signaling crosstalks between cancer associated fibroblasts and ovarian cancer cells.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[\"Malignant Neoplasm of Ovary\"]","9":"syn21630075, syn21630078","10":"[\"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775595","14":"[\"CA188388\"]","15":"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer","16":"syn21681378","17":"Systematic Identification of Druggable Epithelial-Stromal Crosstalk Signaling Networks in Ovarian Cancer","18":"[Systematic Identification of Druggable Epithelial-Stromal Crosstalk Signaling Networks in Ovarian Cancer (PMID:29860390)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29860390)","19":"[GEO:GSE115635](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE115635)","_rn_":"173"},{"1":"syn21797976","2":"Transcriptome of human decidual cells treated by siRNA targeting FOXO1","3":"PRJNA476236","4":"Here we report the gene expression profile of in vitro cultured human endometrial stromal cells treated with siRNA targeting FOXO1 piror to eutherian differentiation media exposure. The eutherian differentiation media contains cyclic AMP (cAMP) analogue 8-Br-cAMP and the progesterone (P4) analogue medroxyprogesterone acetate (MPA).","5":"RNA-seq on decidualizing human endometrial stromal cells treated with siRNA targeting FOXO1.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315810","14":"[\"CA209992\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion","16":"syn21681412","17":"The mammalian decidual cell evolved from a cellular stress response","18":"[The mammalian decidual cell evolved from a cellular stress response (PMID:30142145)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30142145)","19":"[GEO:GSE115832](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE115832), [SRA:SRP150586](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP150586)","_rn_":"174"},{"1":"syn21797922","2":"Real-time quantitative PCR analysis of induced pluripotent derived endothelial cells","3":"PRJNA476340","4":"CD31+/VECad+ hiPSC-ECs were purified through magnetic activated cell sorting. Expanded endothelial cells were then subjected to serum starvation conditions for 24 hours by culturing in DMEM. After serum starvation, total RNA was extracted. We used a custom Thermo Fisher Scientific PCR assay panel to quantify gene expression relevant to ciliogenesis, cytoskeletal integrity, Wnt signaling, pluripotency and endothelial phenotype.","5":"Biological Replicates: BC1-ECs (n=3); C12-ECs (n=2); hiPSC-ECs (n=3). Technical triplicates were performed for each gene analyzed.","6":"[\"RT-PCR\"]","7":"[\"Human\"]","8":"[]","9":"syn21630078, syn21630079, syn21630080","10":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349766","14":"[\"CA210173\"]","15":"Johns Hopkins Physical Sciences Oncology Center (PS-OC)","16":"syn21649154","17":"Differential HDAC6 Activity Modulates Ciliogenesis and Subsequent Mechanosensing of Endothelial Cells Derived from Pluripotent Stem Cells","18":"[Differential HDAC6 Activity Modulates Ciliogenesis and Subsequent Mechanosensing of Endothelial Cells Derived from Pluripotent Stem Cells (PMID:30044986)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30044986)","19":"[GEO:GSE115870](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE115870)","_rn_":"175"},{"1":"syn21811287","2":"An Optically Decodable Bead Array for Linking Imaging and Sequencing with Single-Cell Resolution","3":"PRJNA476792","4":"Optically decodable beads link the identity of an analyte or sample to a measurement through an optical barcode, enabling libraries of biomolecules to be captured on beads in solution and decoded by fluorescence. This approach has been foundational to microarray, sequencing, and flow-based expression profiling technologies. We have combined microfluidics with optically decodable beads to link phenotypic analysis of living cells to sequencing. As a proof-of-concept, we applied this to demonstrate an accurate and scalable tool for connecting live cell imaging to single-cell RNA-Seq called Single Cell Optical Phenotyping and Expression (SCOPE-Seq).","5":"Performed SCOPE-Seq on thousands of cells from two cell lines.","6":"[\"Single Cell RNA-Sequencing\", \"Imaging\"]","7":"[\"Human\", \"Mouse\"]","8":"[]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21681501","17":"SCOPE-Seq: a scalable technology for linking live cell imaging and single-cell RNA sequencing","18":"[SCOPE-Seq: a scalable technology for linking live cell imaging and single-cell RNA sequencing (PMID:30583733)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30583733)","19":"[GEO:GSE116011](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE116011), [SRA:SRP150876](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP150876)","_rn_":"176"},{"1":"syn21809465","2":"Beadarray expression analysis to identify how LILRB2 blockade may affect transcriptional networks in M(LPS) and M(IL4)","3":"PRJNA481786","4":"We performed Illumina microarrays to identify how LILRB2 blockade may affect transcriptional networks in M(LPS) and M(IL4). To compare M(LPS) and M(IL4) populations helped define markers and pathway networks associated with M1 vs. M2-like functional phenotypes","5":"The expression levels of transcripts in human purified CD33 myeloid cells treated with antiLILRB2 antagonistic antibody and control Ig in the presence of IL4 or LPS. Three independent replicates from three healthy donors were analyzed for each condition.","6":"[\"Expression Array\"]","7":"[\"Human\"]","8":"[]","9":"syn21630075, syn21630077, syn21630078","10":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349762","14":"[\"CA210181\"]","15":"The Center for Immunotherapeutic Transport Oncophysics","16":"syn21681441","17":"Blocking immunoinhibitory receptor LILRB2 reprograms tumor-associated myeloid cells and promotes antitumor immunity","18":"[Blocking immunoinhibitory receptor LILRB2 reprograms tumor-associated myeloid cells and promotes antitumor immunity (PMID:30352428)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30352428)","19":"[GEO:GSE117340](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE117340)","_rn_":"177"},{"1":"syn21809454","2":"Colonic adenoma and adjacent normal single-cell RNA-seq","3":"PRJNA482649","4":"colonic adenoma and adjacent normal from Lrig1-creERT2;Apc-fl/+ mouse","5":"tumor and adjacent normal","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Colon Adenocarcinoma\"]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084053","14":"[\"CA215798\"]","15":"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy","16":"syn21649039","17":"Quantitative assessment of cell population diversity in single-cell landscapes","18":"[Quantitative assessment of cell population diversity in single-cell landscapes (PMID:30346945)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30346945)","19":"[GEO:GSE117615](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE117615)","_rn_":"178"},{"1":"syn21812500","2":"In situ 10-cell RNA sequencing in tissue and tumor biopsy samples","3":"PRJNA492323","4":"We combined the tissue preservation and single-cell resolution of laser capture with an improved preamplification procedure enabling RNA sequencing of 10 microdissected cells. This in situ 10-cell RNA sequencing (10cRNA-seq) can exploit fluorescent reporters of cell type in genetically engineered mice and is compatible with freshly cryoembedded clinical biopsies from patients. By using small pools of microdissected cells, 10cRNA-seq thus results in improved per-cell reliability and sensitivity beyond existing approaches for single-cell RNA sequencing (scRNA-seq). Accordingly, in multiple tissue and tumor settings, we observe 1.5<U+2013>2-fold increases in genes detected and overall alignment rates compared to scRNA-seq. Combined with existing approaches to deconvolve small pools of cells, 10cRNA-seq offers a reliable, unbiased, and sensitive way to measure cell-state heterogeneity in tissues and tumors.","5":"10-cell samples from various tissue sources captured by laser capture microdissection. mRNA was extracted and PCR amplified for RNA-sequencing","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Human\", \"Mouse\"]","8":"[\"Carcinoma in situ of Breast\", \"Lung Small Cell Carcinoma\"]","9":"syn21630075, syn21630081","10":"[\"Heterogeneity\", \"Evolution\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084062","14":"[\"CA215794\"]","15":"An Integrated Systems Approach for Incompletely Penetrant Onco-phenotypes","16":"syn21681604","17":"In situ 10-cell RNA sequencing in tissue and tumor biopsy samples","18":"[In situ 10-cell RNA sequencing in tissue and tumor biopsy samples (PMID:30894605)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30894605)","19":"[GEO:GSE120261](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE120261), [SRA:SRP162268](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP162268)","_rn_":"179"},{"1":"syn21809528","2":"Effect of chromatin accessibility due to loss of PIN1","3":"PRJNA495629","4":"The goal of this study was to determine the chromatin accessibility difference between WT and PIN1 knockout mouse embryonic fibroblasts.","5":"Wildtype and PIN1 knockout MEFs were serum starved for 48 hours, and stimulated 4hrs to induce MYC expression. ATAC-seq were performed on three biological replicates for each condition.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630075, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773345","14":"[\"CA209988\"]","15":"Measuring, Modeling and Controlling Heterogeneity (M2CH)","16":"syn21649183","17":"Post-translational modification localizes MYC to the nuclear pore basket to regulate a subset of target genes involved in cellular responses to environmental signals","18":"[Post-translational modification localizes MYC to the nuclear pore basket to regulate a subset of target genes involved in cellular responses to environmental signals (PMID:30366908)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30366908)","19":"[GEO:GSE121094](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE121094), [SRA:SRP164935](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP164935)","_rn_":"180"},{"1":"syn21812579","2":"BRCA1 Mutations Attenuate Super-Enhancer Function and Chromatin Looping in Haploinsufficient Human Breast Epithelial Cells","3":"PRJNA496412","4":"BRCA1 functions in multiple biological processes, including double-strand break repair, replication stress suppression, transcriptional regulation, and chromatin reorganization. While non-malignant cells carrying cancer-predisposing BRCA1 mutations exhibit increased genomic instability, it remains unclear whether BRCA1 haploinsufficiency affects transcription and chromatin dynamics. Here we show that primary mammary epithelial cells from women with BRCA1 mutations (BRCA1mut/+) display significant loss of H3K27ac-associated super-enhancers.","5":"Primary human mammary epithelial cells (HMECs) were isolated from fresh cancer-free breast tissues of BRCA1 mutation carriers (BRCA1mut/+, n = 3) and non-carriers (BRCA1+/+, n = 3), who underwent prophylactic mastectomy and reduction mammoplasty, respectively. H3K27ac chromatin immunoprecipitation with deep-sequencing (ChIP-seq) was performed.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681667","17":"BRCA1 mutations attenuate super-enhancer function and chromatin looping in haploinsufficient human breast epithelial cells","18":"[BRCA1 mutations attenuate super-enhancer function and chromatin looping in haploinsufficient human breast epithelial cells (PMID:30995943)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30995943)","19":"[GEO:GSE121229](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE121229), [SRA:SRP165726](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP165726)","_rn_":"181"},{"1":"syn21811019","2":"Linking single-cell measurements of mass, growth rate, and gene expression","3":"PRJNA498045","4":"We introduce a microfluidic platform that enables single-cell mass and growth rate measurements upstream of single-cell RNA-sequencing (scRNA-seq) to generate paired single-cell biophysical and transcriptional data sets. Biophysical measurements are collected with a serial suspended microchannel resonator platform (sSMR) that utilizes automated fluidic state switching to load individual cells at fixed intervals, achieving a throughput of 120 cells per hour. Each single-cell is subsequently captured downstream for linked molecular analysis using an automated collection system. From linked measurements of a murine leukemia (L1210) and pro-B cell line (FL5.12), we identify gene expression signatures that correlate significantly with cell mass and growth rate. In particular, we find that both cell lines display a cell-cycle signature that correlates with cell mass, with early and late cell-cycle signatures significantly enriched amongst genes with negative and positive correlations with mass, respectively. FL5.12 cells also show a significant correlation between single-cell growth efficiency and a G1-S transition signature, providing additional transcriptional evidence for a phenomenon previously observed through biophysical measurements alone. Importantly, the throughput and speed of our platform allows for the characterization of phenotypes in dynamic cellular systems. As a proof-of principle, we apply our system to characterize activated murine CD8+ T cells and uncover two unique features of CD8+ T cells as they become proliferative in response to activation: i) the level of coordination between cell cycle gene expression and cell mass increases, and ii) translation-related gene expression increases and shows a correlation with single-cell growth efficiency. Overall, our approach provides a new means of characterizing the transcriptional mechanisms of normal and dysfunctional cellular mass and growth rate regulation across a range of biological contexts.","5":"Single-cell RNA-Sequencing of L1210 cells, FL5.12 cells, activated T cells, and cells from a patient derived glioblastoma cell line.","6":"[]","7":"[\"Mouse\", \"Human\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773338","14":"[\"CA217377\"]","15":"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer","16":"syn21649021","17":"Linking single-cell measurements of mass, growth rate, and gene expression","18":"[Linking single-cell measurements of mass, growth rate, and gene expression (PMID:30482222)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30482222)","19":"[GEO:GSE121655](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE121655), [SRA:SRP166447](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP166447)","_rn_":"182"},{"1":"syn21809597","2":"Single cell sequencing of mouse syngeneic tumor models","3":"PRJNA498671","4":"Tumor ecosystems are composed of multiple cell types that communicate by ligand-receptor interactions. Targeting ligand-receptor interactions, for instance with immune check-point inhibitors, can provide significant benefit for patients. However, our knowledge of which interactions occur in a tumor and how these interactions affect outcome is still limited. We present an approach to characterize communication by ligand-receptor interactions across all cell types in a microenvironment using single-cell RNA sequencing. We apply this approach to identify and compare ligand-receptor interactions present in six syngeneic mouse tumor models. To identify interactions potentially associated with outcome, we regress interactions against phenotypic measurements of tumor growth rate. In addition, we quantify ligand-receptor interactions between T-cell subsets and their relation to immune infiltration using a publicly available human melanoma data-set. Overall, this approach provides a tool for studying cell-cell interactions, their variability across tumors, and their relationship to outcome.","5":"We used three different types of immuno-competent inbred mouse strains: BALB/c, and A/J z. All animals enrolled in our study were 6-8 weeks old female mice that were housed in vivarium under specific pathogen free conditions in cages of up to 5 animals and receiving special rodent diet (Teklad). We implanted two mice for each syngeneic model resulting in a total of 12 samples. Each mouse tumor was harvested when the tumor size reached 100 <U+2013> 200 mm3. Each sample was minced and digested with reagents from Mouse Tumor Dissociation Kit (Miltenyi) according to the manufacturer<U+2019>s instructions. Cells were resuspended at 2x105 cells/mL in PBS-0.04% BSA. Each sample was processed individually and run in technical duplicates. For each sample (except CT26 and MC-38) one replicate was enriched for CD45 positive cells. Live CD45 positive cells were sorted with BD Aria after staining with FITC-CD45 (Biolegend) and 7-AAD. Single cell suspensions of all samples were resuspended in PBS-0.04% BSA at 5x105 cells/mL and barcoded with a 10x Chromium Controller (10x Genomics). In total, this procedure resulted in 24 samples.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076","10":"[\"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn17084053","14":"[\"CA215798\"]","15":"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy","16":"syn21681451","17":"Analysis of Single-Cell RNA-Seq Identifies Cell-Cell Communication Associated with Tumor Characteristics","18":"[Analysis of Single-Cell RNA-Seq Identifies Cell-Cell Communication Associated with Tumor Characteristics (PMID:30404002)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30404002)","19":"[GEO:GSE121861](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE121861), [SRA:SRP166967](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP166967)","_rn_":"183"},{"1":"syn21792696","2":"Gene expression profiles of isogenic single-cell derived clones of BRAF-mutated SK-MEL-5 melanoma cell lines","3":"PRJNA503257","4":"We recently reported that single-cell derived isogenic subclones of SKMEL5 cells have differential initial sensitivity to BRAF-inhibitors. In order to probe differences among these subclones, we selected three subclones with unique drug responses: progressing (SK-MEL-5 SC10), stationary (SK-MEL-5 SC07), and regressing (SK-MEL-5 SC01) and performed RNASeq. This study examines differentially expressed genes (DEGs) among the subclones to identify the molecular basis for initial differences in drug sensitivity.","5":"Transcriptomics analysis between single-cell derived isogenic subclones of BRAF-mutated melanoma cell line, SK-MEL-5","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Melanoma\"]","9":"syn21630076, syn21630075","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9775651","14":"[\"CA182915\"]","15":"Phenotype Transitions in Small Cell Lung Cancer","16":"syn21649049","17":"A Nonquiescent \"Idling\" Population State in Drug-Treated, BRAF-Mutated Melanoma","18":"[A Nonquiescent \"Idling\" Population State in Drug-Treated, BRAF-Mutated Melanoma (PMID:29590606)](https://www.ncbi.nlm.nih.gov/pubmed/?term=29590606)","19":"[GEO:GSE122041](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE122041), [SRA:SRP167389](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP167389)","_rn_":"184"},{"1":"syn21811595","2":"Next-gen RNA sequencing of Sleeping Beauty accelerated mouse brain tumors","3":"PRJNA503264","4":"Expression profiling by high throughput sequencing","5":"23 Tumor samples were obtained from a Sleeping Beauty forward genetic screen and sequenced using Illumina HiSeq 2000","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Malignant Neoplasm of Brain\"]","9":"syn21630078, syn21630079, syn21630077","10":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349745","14":"[\"CA210190\"]","15":"Center for Modeling Tumor Cell Migration Mechanics","16":"syn21681529","17":"Sleeping Beauty Insertional Mutagenesis Reveals Important Genetic Drivers of Central Nervous System Embryonal Tumors","18":"[Sleeping Beauty Insertional Mutagenesis Reveals Important Genetic Drivers of Central Nervous System Embryonal Tumors (PMID:30674530)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30674530)","19":"[GEO:GSE122050](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE122050), [SRA:SRP167390](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP167390)","_rn_":"185"},{"1":"syn21811649","2":"An Optofluidic Real-Time Cell Sorter for Longitudinal CTC Studies in Mouse Models of Cancer","3":"PRJNA504047","4":"Circulating tumor cells (CTCs) play a fundamental role in cancer progression. However, in mice, limited blood volume and the rarity of CTCs in the bloodstream preclude longitudinal, in-depth studies of these cells using existing liquid biopsy techniques. Here, we present an optofluidic system that continuously collects fluorescently-labeled CTCs from a genetically-engineered mouse model for several hours per day over multiple days or weeks. The system is based on a microfluidic cell-sorting chip connected serially to an un-anesthetized mouse via an implanted arteriovenous shunt. Pneumatically-controlled microfluidic valves capture CTCs as they flow through the device and CTC-depleted blood is returned back to the mouse via the shunt. To demonstrate the utility of our system, we profile CTCs isolated longitudinally from animals over a four-day treatment with the BET inhibitor JQ1 using single-cell RNA-Seq (scRNA-Seq) and show that our approach eliminates potential biases driven by inter-mouse heterogeneity that can occur when CTCs are collected across different mice. The CTC isolation and sorting technology presented here provides a research tool to help reveal details of how CTCs change over time, allowing studies to credential changes in CTCs as biomarkers of drug response and facilitating future studies to understand the role of CTCs in metastasis.","5":"Single-cell RNA-Sequencing of CTCs and primary tumors from a murine model of non-small cell-lung cancer","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773338","14":"[\"CA217377\"]","15":"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer","16":"syn21681530","17":"Optofluidic real-time cell sorter for longitudinal CTC studies in mouse models of cancer","18":"[Optofluidic real-time cell sorter for longitudinal CTC studies in mouse models of cancer (PMID:30674677)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30674677)","19":"[GEO:GSE122233](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE122233), [SRA:SRP167975](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP167975)","_rn_":"186"},{"1":"syn21813770","2":"Single-cell survey of human lymphatics unveils marked endothelial cell heterogeneity and mechanisms of homing for neutrophils","3":"PRJNA512202","4":"Lymphatic vessels form a critical component in the regulation of human health and disease. While their functional significance is increasingly being recognized, the comprehensive heterogeneity of lymphatics remains uncharacterized. Here, we report the profiling of 33,000 lymphatic endothelial cells (LECs) in human lymph nodes (LNs) by single-cell RNA sequencing. Unbiased clustering revealed six major types of human LECs. LECs lining the sub-capsular sinus (SCS) of LNs abundantly expressed neutrophil chemoattractants, whereas LECs lining the medullary sinus (MS) expressed a C-type lectin CD209. Binding of a carbohydrate Lewis X (CD15) to CD209 mediated neutrophil binding to the MS. The neutrophil-selective homing by MS LECs may retain neutrophils in the LN medulla and allow lymph-borne pathogens to clear, preventing their spread through LNs in humans. Our study provides a comprehensive characterization of LEC heterogeneity and unveils a previously undefined role for medullary LECs in human immunity.","5":"Droplet-based single-cell RNA sequencing (scRNAseq) of human CD45- CD31+ PDPN+ cells from the axillary LNs (AXLNs) and head and neck LNs (HNLNs). ScRNAseq was performed using 10X Genomics Single Cell 3' solution, version 2 according to manufacture's instructions. Libraries were sequenced on HiSeq3000.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630077, syn21630079, syn21630078","10":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315808","14":"[\"CA209971\"]","15":"Stanford University Center for Cancer Systems Biology","16":"syn21681865","17":"Single-Cell Survey of Human Lymphatics Unveils Marked Endothelial Cell Heterogeneity and Mechanisms of Homing for Neutrophils","18":"[Single-Cell Survey of Human Lymphatics Unveils Marked Endothelial Cell Heterogeneity and Mechanisms of Homing for Neutrophils (PMID:31402260)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31402260)","19":"[GEO:GSE124494](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE124494), [SRA:SRP175077](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP175077)","_rn_":"187"},{"1":"syn21814010","2":"Molecular determinants for enzalutamide-induced transcription in prostate cancer","3":"PRJNA514909","4":"Enzalutamide, a second-generation androgen receptor (AR) antagonist, has demonstrated clinical benefit in men with prostate cancer. However, it only provides a temporary response and modest increase in survival, indicating a rapid evolution of resistance. Previous studies suggest that enzalutamide may function as a partial transcriptional agonist, but the underlying mechanisms for enzalutamide-induced transcription remain poorly understood. Here, we show that enzalutamide stimulates expression of a novel subset of genes distinct from androgen-responsive genes. Treatment of prostate cancer cells with enzalutamide enhances recruitment of pioneer factor GATA2, AR, Mediator subunits MED1 and MED14, and RNA Pol II to regulatory elements of enzalutamide-responsive genes. Mechanistically, GATA2 functions in directing AR, Mediator and Pol II loading to enzalutamide-responsive gene loci. Importantly, the GATA2 inhibitor K7174 inhibits enzalutamide-induced transcription by decreasing binding of the GATA2/AR/Mediator/Pol II transcriptional complex, contributing to sensitization of prostate cancer cells to enzalutamide treatment. Our findings provide mechanistic insight into the future combination of GATA2 inhibitors and enzalutamide for improved AR-targeted therapy.","5":"mRNA profiles of LNCaP cells treated with vehicle, DHT and Enzalutamide were generated by deep sequencing, in duplicate, using Illumina HiSeq2500\\nmRNA profiles of LNCaP cells (sicontrol or siGATA2) treated with vehicle and Enzalutamide were generated by deep sequencing, in triplicate, using Illumina HiSeq4000","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630082","10":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773346","14":"[\"CA217297\"]","15":"Systems Analysis of Epigenomic Architecture in Cancer Progression","16":"syn21681899","17":"Molecular determinants for enzalutamide-induced transcription in prostate cancer","18":"[Molecular determinants for enzalutamide-induced transcription in prostate cancer (PMID:31501863)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31501863)","19":"[GEO:GSE125014](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125014), [SRA:SRP178865](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP178865)","_rn_":"188"},{"1":"syn21812998","2":"Digital gene expression (DGE) based transcript profiling of CDK inhibitors","3":"PRJNA515531","4":"We compare differences in gene expression induced after 6 hours of exposure to one of three CDK4/6 inhibitors or a pan-CDK inhibitor","5":"mRNA levels for 7 breast cancer cell lines or PDX models treated with one of three CDK4/6 inhibitors (abemaciclib, palbociclib, or ribociclib) at 4 concentrations (0.1, 0.3, 1, 3 um) or the pan-CDK inhibitor alvocidib at 2 concentrations (0.1, 1 um) in triplicate.","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681801","17":"Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity","18":"[Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity (PMID:31178407)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31178407)","19":"[GEO:GSE125215](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125215)","_rn_":"189"},{"1":"syn21813759","2":"Single Cell RNA seq of Genetically Engineered Mouse Models of Pancreatic Adenocarcinoma","3":"PRJNA516878","4":"We report the scRNAseq profiles of three mouse models of pancreatic cancer: KIC, KPfC, KPC. Analyses demonstrate the existence of 2 molecular subtypes of cancer cells, 2 molecular subtypes of cancer associated fibroblasts, and 2 molecular subtypes of cancer associated macrophages.","5":"Untreated mice were sacrificed at various time points prior to scRNA library generation: normal mouse at 60 days, early KIC mouse at 40 days, late KIC mouse at 60 days, late KPfC mouse at 60 days and KPC mouse at 6 months.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Pancreatic Adenocarcinoma\"]","9":"syn21630075, syn21630077, syn21630078","10":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349762","14":"[\"CA210181\"]","15":"The Center for Immunotherapeutic Transport Oncophysics","16":"syn21681851","17":"Cellular heterogeneity during mouse pancreatic ductal adenocarcinoma progression at single-cell resolution","18":"[Cellular heterogeneity during mouse pancreatic ductal adenocarcinoma progression at single-cell resolution (PMID:31335328)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31335328)","19":"[GEO:GSE125588](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125588), [SRA:SRP181952](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP181952)","_rn_":"190"},{"1":"syn21812727","2":"Single-Cell Analysis of the Liver Epithelium Reveals Dynamic Heterogeneity and an Essential Role for YAP in Homeostasis and Regeneration","3":"PRJNA517167","4":"Single-Cell Analysis of the Liver Epithelium Reveals Dynamic Heterogeneity and an Essential Role for YAP in Homeostasis and Regeneration The liver is an essential organ with compartmentalized metabolic processes and significant regenerative capabilities. Repopulation of the liver parenchyma can transpire from both main epithelial cell types, hepatocytes and biliary epithelial cells (BECs). Here, we harness high-throughput single-cell RNA sequencing (scRNA-seq) to dissect the transcriptional heterogeneity and cellular diversity of these epithelial compartments in homeostasis and injury. Our data argue against the idea of a rigidly defined liver progenitor cell in BECs, finding instead that heterogeneity in homeostatic BECs is principally distinguished by a YAP-dependent program that defines a dynamic cellular state. We report that this cellular state dynamically fluctuates between BECs and can be induced in the majority of BECs in response to environmental stimuli and injury. Functional studies demonstrate that YAP is distinctly required for BEC survival in homeostasis, uncovering a tight physiological necessity for YAP signaling in BECs compared to other tissues. YAP is also essential for hepatocyte reprogramming towards a ductal progenitor fate upon injury. Finally, our data demonstrate that this YAP-driven cellular state is highly responsive to injury by physiological exposure to bile acids (BAs) via apical sodium-bile acid transporter, and that sequestration of endogenous BAs rescues the cell loss phenotype associated with homeostatic Yap deletion. Together, our findings uncover previously undescribed molecular heterogeneity within the ductal epithelium and highlight a distinct and potent role for YAP as a protective rheostat and regenerative regulator in the mammalian liver.","5":"RNA sequencing data from single biliary epithelial cells isolated from mouse livers","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773338","14":"[\"CA217377\"]","15":"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer","16":"syn21681739","17":"Single-Cell Analysis of the Liver Epithelium Reveals Dynamic Heterogeneity and an Essential Role for YAP in Homeostasis and Regeneration","18":"[Single-Cell Analysis of the Liver Epithelium Reveals Dynamic Heterogeneity and an Essential Role for YAP in Homeostasis and Regeneration (PMID:31080134)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31080134)","19":"[GEO:GSE125688](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125688), [SRA:SRP182724](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP182724)","_rn_":"191"},{"1":"syn21812436","2":"Plasminogen activator inhibitor 1 (PAI1) promotes actin cytoskeleton reorganization and glycolytic metabolism in triple negative breast cancer","3":"PRJNA517541","4":"We altered the expression of PAI1 in SUM159 breast cancer cell line and would like to see the effects","5":"We compared the wild-type (WT) and PAI1 transfected SUM159 breast cancer cell line","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn17083789","14":"[\"CA210152\"]","15":"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis","16":"syn21681547","17":"Plasminogen Activator Inhibitor 1 (PAI1) Promotes Actin Cytoskeleton Reorganization and Glycolytic Metabolism in Triple-Negative Breast Cancer","18":"[Plasminogen Activator Inhibitor 1 (PAI1) Promotes Actin Cytoskeleton Reorganization and Glycolytic Metabolism in Triple-Negative Breast Cancer (PMID:30718260)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30718260)","19":"[GEO:GSE125802](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE125802), [SRA:SRP182754](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP182754)","_rn_":"192"},{"1":"syn18425364","2":"Single-cell combinatorial indexing ATAC-seq of HCC1143 with MEK, PI3K, and BET inhibition","3":"PRJNA521411","4":"We performed single-cell combinatorial indexing ATAC-seq on the basal-like TNBC cell line HCC1143 under MEK, PI3K, BET and combination treatments as well as DMSO controls","5":"Cells were cultured and exposed to inhibitors or vehicle for 72 hours and processed in a single batch of sci-ATAC-seq using transposition barcodes for sample tracking to eliminate batch effects downstream","6":"[\"ATAC-Seq\"]","7":"[\"Human\"]","8":"[\"Ductal Carcinoma\"]","9":"syn21630076, syn21630075, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9773345","14":"[\"CA209988\"]","15":"Measuring, Modeling and Controlling Heterogeneity (M2CH)","16":"syn21649001","17":"Differentiation-state plasticity is a targetable resistance mechanism in basal-like breast cancer","18":"[Differentiation-state plasticity is a targetable resistance mechanism in basal-like breast cancer (PMID:30232459)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30232459)","19":"[GEO:GSE126261](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE126261)","_rn_":"193"},{"1":"syn21812613","2":"Natural genetic variation reveals key features of epigenetic and transcriptional memory in virus-specific CD8 T cells","3":"PRJNA523232","4":"Stable changes in chromatin states and gene expression in cells of the immune system form the basis for their memory of infections and other challenges. We used naturally occurring cis-regulatory variation in wild-derived inbred mouse strains to explore the mechanisms underlying long-lasting vs. transient gene regulation in antigen-specific CD8 T cells responding to acute viral infection. Our observations provide novel insights into the mechanisms driving stable and reversible transcriptional and epigenetic memory in virus-specific CD8 T cells. These findings suggest a general mechanism for the formation of epigenetic memory in CD8 T cells and other immune and non-immune cells.","5":"The project studied the chromatin accessibility and gene transcription of CD8+ T cell in response to viral infection. 70 samples were analysed in total, including 22 ATAC-Seq, 29 RNA-Seq, 18 ChIP-Seq and 1 single cell RNA-Seq samples.","6":"[]","7":"[\"Mouse\"]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21681695","17":"Natural Genetic Variation Reveals Key Features of Epigenetic and Transcriptional Memory in Virus-Specific CD8<U+00A0>T Cells","18":"[Natural Genetic Variation Reveals Key Features of Epigenetic and Transcriptional Memory in Virus-Specific CD8<U+00A0>T Cells (PMID:31027997)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31027997)","19":"[GEO:GSE126770](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE126770), [SRA:SRP186300](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP186300)","_rn_":"194"},{"1":"syn21812634","2":"Highly-motile versus unsorted MDA-MB-231 breast cancer cells","3":"PRJNA527110","4":"The challenge of predicting which patients with breast cancer will develop metastases leads to the overtreatment of patients with benign disease and to the inadequate treatment of the aggressive cancers. Here, we report the development and testing of a microfluidic assay that quantifies the abundance and proliferation of migratory cells in breast-cancer specimens, for the assessment of their metastatic propensity and for the rapid screening of potential antimetastatic therapeutics. On the basis of the key roles of cell motility and proliferation in cancer metastasis, the device accurately predicts the metastatic potential of breast-cancer cell lines and of patient-derived xenografts. Compared to unsorted cancer cells, highly motile cells isolated by the device exhibited similar tumourigenic potential but markedly increased metastatic propensity in vivo. RNA sequencing of the highly motile cells revealed an enrichment of motility-related and survival-related genes. The approach might be developed into a companion assay for the prediction of metastasis in patients and for the selection of effective therapeutic regimens.","5":"RNA was isolated from samples of 1000<U+00A0>migratory or unsorted cells in triplicate","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Human\"]","8":"[\"Carcinoma in situ of Breast\"]","9":"syn21630078, syn21630079, syn21630080","10":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349766","14":"[\"CA210173\"]","15":"Johns Hopkins Physical Sciences Oncology Center (PS-OC)","16":"syn21681723","17":"A microfluidic assay for the quantification of the metastatic propensity of breast cancer specimens","18":"[A microfluidic assay for the quantification of the metastatic propensity of breast cancer specimens (PMID:31061459)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31061459)","19":"[GEO:GSE128313](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE128313), [SRA:SRP188447](https://www.ncbi.nlm.nih.gov/sra?term=SRP188447)","_rn_":"195"},{"1":"syn21813525","2":"Cross-species single-cell analysis of pancreatic ductal adenocarcinoma reveals cancer-associated fibroblasts expressing MHC class II","3":"PRJNA531464","4":"This study used 10X Genomics, single-cell RNA-sequencing to examine the cell types present in the KrasLSL-G12D; Trp53LSL-R172H; Pdx1-Cre (KPC) mouse model for pancreatic ductal adenocarcinoma. The study analyzed tumors from 4 different mice. For each tumor, we performed flow sorting to isolate all viable cells, and to isolate a fibroblast-enriched population of cells for single-cell RNA-seq to determine the transcriptomes of individual cells in KPC pancreatic ductal adenocarcinoma tumors.","5":"Single-cell RNA-sequencing analysis (10X Genomics and Illumina sequencing) of the viable and fibroblast-enriched cell populations taken from 4 replicate mice of the KPC mouse model of pancreatic ductal adenocarcinoma","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Pancreatic Ductal Adenocarcinoma\"]","9":"syn21630075, syn21630076","10":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21681814","17":"Cross-Species Single-Cell Analysis of Pancreatic Ductal Adenocarcinoma Reveals Antigen-Presenting Cancer-Associated Fibroblasts","18":"[Cross-Species Single-Cell Analysis of Pancreatic Ductal Adenocarcinoma Reveals Antigen-Presenting Cancer-Associated Fibroblasts (PMID:31197017)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31197017)","19":"[GEO:GSE129455](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE129455), [SRA:SRP191615](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP191615)","_rn_":"196"},{"1":"syn21812940","2":"Neuronal differentiation and cell-cycle programs mediate response to BET-bromodomain inhibition in MYC-driven medulloblastoma (ChIP-seq)","3":"PRJNA531655","4":"BET-bromodomain inhibition (BETi) has shown pre-clinical promise for MYC-amplified medulloblastoma. However, the mechanisms for its action, and ultimately for resistance, have not been fully defined. Here, using a combination of expression profiling, genome-scale CRISPR/Cas9-mediated loss of function and ORF/cDNA driven rescue screens, and cell-based models of spontaneous resistance, we identify bHLH/homeobox transcription factors and cell-cycle regulators as key genes mediating BETi<U+2019>s response and resistance. Cells that acquire drug tolerance exhibit a more neuronally differentiated cell-state and expression of lineage-specific bHLH/homeobox transcription factors. However, they do not terminally differentiate, maintain expression of CCND2, and continue to cycle through S-phase. Moreover, CDK4/CDK6 inhibition delays acquisition of resistance. Therefore, our data provide insights about the mechanisms underlying BETi effects and the appearance of resistance and support the therapeutic use of combined cell-cycle inhibitors with BETi in MYC-amplified medulloblastoma.","5":"Drug sensitive and drug tolerant cells were treated with 1uM JQ1 or DMSO controls","6":"[]","7":"[\"Human\"]","8":"[]","9":"syn21630076, syn21630078","10":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn12051865","14":"[\"CA225088\"]","15":"Center for Cancer Systems Pharmacology","16":"syn21681783","17":"Neuronal differentiation and cell-cycle programs mediate response to BET-bromodomain inhibition in MYC-driven medulloblastoma","18":"[Neuronal differentiation and cell-cycle programs mediate response to BET-bromodomain inhibition in MYC-driven medulloblastoma (PMID:31160565)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31160565)","19":"[GEO:GSE129521](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE129521), [SRA:SRP192023](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP192023)","_rn_":"197"},{"1":"syn21812565","2":"Microarray of TBK1 WT and Mutant pancreatic tumors in the KIC model","3":"PRJNA534328","4":"Analysis of gene expression changes that occur in pancreatic tumors when global TBK1 is lost.","5":"Total RNA obtained from isolated fresh pancreatic tumor tissue in KIC GEMM at 8wks of age.","6":"[\"Expression Array\"]","7":"[\"Mouse\"]","8":"[\"Pancreatic Adenocarcinoma\"]","9":"syn21630075, syn21630077, syn21630078","10":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349762","14":"[\"CA210181\"]","15":"The Center for Immunotherapeutic Transport Oncophysics","16":"syn21681618","17":"Axl-mediated activation of TBK1 drives epithelial plasticity in pancreatic cancer","18":"[Axl-mediated activation of TBK1 drives epithelial plasticity in pancreatic cancer (PMID:30938713)](https://www.ncbi.nlm.nih.gov/pubmed/?term=30938713)","19":"[GEO:GSE130232](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE130232)","_rn_":"198"},{"1":"syn21814484","2":"Single-cell connectomic analysis of adult mammalian lungs","3":"PRJNA552370","4":"Single-cell RNA sequencing (scRNAseq) has made it possible to analyze complex organs such as the lung with unprecedented resolution. We have leveraged these techniques to identify conserved patterns of cell-cell cross-talk in adult mammalian lungs, analyzing mouse, rat, pig and human pulmonary tissues. Following clustering and histological registration, we mapped putative ligand-receptor interactions within and between cell types and assessed the significance of these interactions. Our findings demonstrate specific, stereotyped functional roles for each cell type in the distal lung which emerge as top candidates for the regulation of tissue phenotype.","5":"Single-cell RNA sequenceing data was generated from the lungs of 2 mice, 2 rats, 2 pigs, and 14 humans\\nPlease note that ther are privacy concerns with the raw reads (for the human samples, GSM4050097-GSM4050115), as they are clinical in origin. Thus, the raw data files are intended to be uploaded to dbGaP in the coming months.","6":"[]","7":"[\"Human\", \"Mouse\", \"Rat\", \"Boar\"]","8":"[]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315810","14":"[\"CA209992\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion","16":"syn21681999","17":"Single-cell connectomic analysis of adult mammalian lungs","18":"[Single-cell connectomic analysis of adult mammalian lungs (PMID:31840053)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31840053)","19":"[GEO:GSE133747](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE133747), [SRA:SRP212810](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP212810)","_rn_":"199"},{"1":"syn21813995","2":"Stag1 and Stag2 regulate cell fate decisions in hematopoiesis through non-redundant topological control [I]","3":"PRJNA555627","4":"Transcriptional regulators, including the cohesin complex member STAG2, are recurrently mutated in cancer. The role of STAG2 in gene regulation, hematopoiesis, and tumor suppression remains unresolved. We show Stag2 deletion in hematopoietic stem/progenitor cells (HSPC) results in altered hematopoietic function, increased self-renewal, and impaired differentiation. ChIP-sequencing revealed that while Stag2 and Stag1 bind a shared set of genomic loci, a component of Stag2 binding sites are unoccupied by Stag1 even in Stag2-deficient HSPCs. While concurrent loss of Stag2 and Stag1 abrogated hematopoiesis, Stag2 loss alone decreased chromatin accessibility and transcription of lineage-specification genes, including Ebf1 and Pax5, leading to increased self-renewal and reduced HSPC commitment to the B-cell lineage. Our data illustrate a role for Stag2 in transformation and transcriptional dysregulation distinct from its shared role with Stag1 in chromosomal segregation.","5":"ChIP-sequencing of PU.1 in Stag2 wildtype and knockout cells derived from murine bone marrow and spleen","6":"[\"ChIP-Seq\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21681890","17":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","18":"[Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation (PMID:31495782)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","19":"[GEO:GSE134583](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE134583), [SRA:SRP215518](https://www.ncbi.nlm.nih.gov/sra?term=SRP215518)","_rn_":"200"},{"1":"syn21813982","2":"Stag1 and Stag2 regulate cell fate decisions in hematopoiesis through non-redundant topological control [II]","3":"PRJNA557111","4":"Transcriptional regulators, including the cohesin complex member STAG2, are recurrently mutated in cancer. The role of STAG2 in gene regulation, hematopoiesis, and tumor suppression remains unresolved. We show Stag2 deletion in hematopoietic stem/progenitor cells (HSPC) results in altered hematopoietic function, increased self-renewal, and impaired differentiation. ChIP-sequencing revealed that while Stag2 and Stag1 can bind the same loci, a component of Stag2 binding sites are unoccupied by Stag1 even in Stag2-deficient HSPCs. While concurrent loss of Stag2 and Stag1 abrogated hematopoiesis, Stag2 loss alone decreased chromatin accessibility and transcription of lineage-specification genes, including Ebf1 and Pax5, leading to blunted HSPC commitment to the B-cell lineage. Our data illustrate a role for Stag2 in transformation and transcriptional dysregulation distinct from its shared role with Stag1 in chromosomal segregation.","5":"Single-cell RNA sequencing was performed on 6 samples ( Lin-HSPC) from Stag2 KO (n=3) and WT (n=3) mice and were assayed for transcriptome-wide RNA-sequence.","6":"[\"Single Cell RNA-Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21681890","17":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","18":"[Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation (PMID:31495782)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","19":"[GEO:GSE134997](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE134997), [SRA:SRP216650](https://www.ncbi.nlm.nih.gov/sra?term=SRP216650)","_rn_":"201"},{"1":"syn21814176","2":"RNA Sequencing analysis of xenografts for mouse gene expression changes","3":"PRJNA559355","4":"Control and 2G8-treated MiaPaca-2 and Colo375 xenografts were subjected to RNA-seq analysis for mouse gene expression changes","5":"Tumor tissues were harvested in RLT lysis buffer and purified according to instructions of the RNeasy Plus Kit (QIAGEN). RNA concentration was determined by a Qubit fluorometer (Thermo Fisher Scientific) and then prepared with TruSeq Stranded Total RNA Sample Prep Kit (Illumina). Samples were quantified, normalized, and sequenced on the Illumina HiSeq 2500 with at least 25 million reads per sample. FASTQ files were aligned to mouse mm10 reference transcriptome.","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[\"Pancreatic Adenocarcinoma\"]","9":"syn21630075, syn21630077, syn21630078","10":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349762","14":"[\"CA210181\"]","15":"The Center for Immunotherapeutic Transport Oncophysics","16":"syn21681944","17":"Targeting TGF<U+03B2>R2-mutant tumors exposes vulnerabilities to stromal TGF<U+03B2> blockade in pancreatic cancer","18":"[Targeting TGF<U+03B2>R2-mutant tumors exposes vulnerabilities to stromal TGF<U+03B2> blockade in pancreatic cancer (PMID:31609088)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31609088)","19":"[GEO:GSE135578](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE135578), [SRA:SRP217843](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP217843)","_rn_":"202"},{"1":"syn21814183","2":"Evolved Labels of Placental Invasion in Human and Bovine Endometrial Stroma","3":"PRJNA562073","4":"Among mammals, the extent of placental invasion is correlated with vulnerability to malignancy. Animals with more invasive placentation (e.g. humans) are more vulnerable to malignancy, whereas animals with a non-invasive placenta (e.g. ruminants) are less likely to develop malignant cancer. To explain this correlation,we propose the hypothesis of Evolved Levels ofInvasibility (ELI) positing that the permissiveness of stromal tissue to invasion is a unitary character affecting both placental and cancer invasion. We provide evidence for this hypothesis by contrasting invasion of human and bovine cancer and placental cells into a lawn of stromal cells from different species. We find that both bovine endometrial andskin fibroblasts are more resistant to invasion of placental and cancer cells than their human counterparts. Gene expression profiling identified genes with high expression in human but not bovine fibroblasts. Knocking down of a subset of them in human fibroblasts leads to significantly stronger resistance to cancer cell invasion. Comparative analysis of gene expression among mammals suggests that humans evolved higher vulnerability to malignancy than the eutherian ancestor, possibly as a correlate of more invasive placentation, and boroeutherians evolved to decrease stromal invasibility. Identifying the evolutionary determinants of stromal invasibility can provide significant insights to developrational anti-metastatic therapeutics.","5":"3 samples each of human and bovine endometrial stromal trophoblasts were sequenced with and without co-culture with their respective trophoblasts","6":"[]","7":"[\"Human\", \"Cow\"]","8":"[]","9":"syn21630079, syn21630078","10":"[\"Metastasis\", \"Microenvironment\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315810","14":"[\"CA209992\"]","15":"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion","16":"syn21681987","17":"Evolution of placental invasion and cancer metastasis are causally linked","18":"[Evolution of placental invasion and cancer metastasis are causally linked (PMID:31768023)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31768023)","19":"[GEO:GSE136299](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE136299), [SRA:SRP219234](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP219234)","_rn_":"203"},{"1":"syn21813875","2":"Stag1 and Stag2 Impact Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation [ATAC_LSK_GMP_CFUE_Stag2KOWT]","3":"PRJNA574134","4":"Transcriptional regulators, including the cohesin complex member STAG2, are recurrently mutated in cancer. The role of STAG2 in gene regulation, hematopoiesis, and tumor suppression remains unresolved. We show that Stag2 deletion in hematopoietic stem and progenitor cells (HSPCs) results in altered hematopoietic function, increased self-renewal, and impaired differentiation. Chromatin immunoprecipitation (ChIP) sequencing revealed that, although Stag2 and Stag1 bind a shared set of genomic loci, a component of Stag2 binding sites is unoccupied by Stag1, even in Stag2-deficient HSPCs. Although concurrent loss of Stag2 and Stag1 abrogated hematopoiesis, Stag2 loss alone decreased chromatin accessibility and transcription of lineage-specification genes, including Ebf1 and Pax5, leading to increased self-renewal and reduced HSPC commitment to the B cell lineage. Our data illustrate a role for Stag2 in transformation and transcriptional dysregulation distinct from its shared role with Stag1 in chromosomal segregation.","5":"ATAC-seq of Stag2 KO and WT LSK, GMP, and CFU-E cells","6":"[\"ATAC-Seq\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21681890","17":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","18":"[Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation (PMID:31495782)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","19":"[GEO:GSE138003](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138003),[SRA:SRP223256](https://www.ncbi.nlm.nih.gov/sra?term=SRP223256)","_rn_":"204"},{"1":"syn21813864","2":"Stag1 and Stag2 Impact Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation [ATAC_LinNegBM]","3":"PRJNA574135","4":"Transcriptional regulators, including the cohesin complex member STAG2, are recurrently mutated in cancer. The role of STAG2 in gene regulation, hematopoiesis, and tumor suppression remains unresolved. We show that Stag2 deletion in hematopoietic stem and progenitor cells (HSPCs) results in altered hematopoietic function, increased self-renewal, and impaired differentiation. Chromatin immunoprecipitation (ChIP) sequencing revealed that, although Stag2 and Stag1 bind a shared set of genomic loci, a component of Stag2 binding sites is unoccupied by Stag1, even in Stag2-deficient HSPCs. Although concurrent loss of Stag2 and Stag1 abrogated hematopoiesis, Stag2 loss alone decreased chromatin accessibility and transcription of lineage-specification genes, including Ebf1 and Pax5, leading to increased self-renewal and reduced HSPC commitment to the B cell lineage. Our data illustrate a role for Stag2 in transformation and transcriptional dysregulation distinct from its shared role with Stag1 in chromosomal segregation.","5":"ATAC-seq of Stag2 KO and WT lineage depleted bone marrow","6":"[\"ATAC-Seq\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21681890","17":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","18":"[Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation (PMID:31495782)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","19":"[GEO:GSE138004](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138004),[SRA:SRP223257](https://www.ncbi.nlm.nih.gov/sra?term=SRP223257)","_rn_":"205"},{"1":"syn21813819","2":"Stag1 and Stag2 Impact Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation [ChIP_LinNeg_Stag1Stag2CTCF]","3":"PRJNA574136","4":"Transcriptional regulators, including the cohesin complex member STAG2, are recurrently mutated in cancer. The role of STAG2 in gene regulation, hematopoiesis, and tumor suppression remains unresolved. We show that Stag2 deletion in hematopoietic stem and progenitor cells (HSPCs) results in altered hematopoietic function, increased self-renewal, and impaired differentiation. Chromatin immunoprecipitation (ChIP) sequencing revealed that, although Stag2 and Stag1 bind a shared set of genomic loci, a component of Stag2 binding sites is unoccupied by Stag1, even in Stag2-deficient HSPCs. Although concurrent loss of Stag2 and Stag1 abrogated hematopoiesis, Stag2 loss alone decreased chromatin accessibility and transcription of lineage-specification genes, including Ebf1 and Pax5, leading to increased self-renewal and reduced HSPC commitment to the B cell lineage. Our data illustrate a role for Stag2 in transformation and transcriptional dysregulation distinct from its shared role with Stag1 in chromosomal segregation.","5":"ChIP-sequencing of Stag1, Stag2, Smc1a, Smc3, and CTCF in Stag2 wildtype and knockout cells","6":"[\"ChIP-Seq\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21681890","17":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","18":"[Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation (PMID:31495782)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","19":"[GEO:GSE138005](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138005),[SRA:SRP223263](https://www.ncbi.nlm.nih.gov/sra?term=SRP223263)","_rn_":"206"},{"1":"syn21813811","2":"Stag1 and Stag2 Impact Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation [RNA_3populations_LSK_GMP_CFUE]","3":"PRJNA574137","4":"Transcriptional regulators, including the cohesin complex member STAG2, are recurrently mutated in cancer. The role of STAG2 in gene regulation, hematopoiesis, and tumor suppression remains unresolved. We show that Stag2 deletion in hematopoietic stem and progenitor cells (HSPCs) results in altered hematopoietic function, increased self-renewal, and impaired differentiation. Chromatin immunoprecipitation (ChIP) sequencing revealed that, although Stag2 and Stag1 bind a shared set of genomic loci, a component of Stag2 binding sites is unoccupied by Stag1, even in Stag2-deficient HSPCs. Although concurrent loss of Stag2 and Stag1 abrogated hematopoiesis, Stag2 loss alone decreased chromatin accessibility and transcription of lineage-specification genes, including Ebf1 and Pax5, leading to increased self-renewal and reduced HSPC commitment to the B cell lineage. Our data illustrate a role for Stag2 in transformation and transcriptional dysregulation distinct from its shared role with Stag1 in chromosomal segregation.","5":"RNA-seq of Stag2 KO and WT LSK, GMP, and CFU-E cells","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21681890","17":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","18":"[Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation (PMID:31495782)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","19":"[GEO:GSE138006](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138006),[SRA:SRP223261](https://www.ncbi.nlm.nih.gov/sra?term=SRP223261)","_rn_":"207"},{"1":"syn21813804","2":"Stag1 and Stag2 Impact Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation [RNA_LinNegBM]","3":"PRJNA574138","4":"Transcriptional regulators, including the cohesin complex member STAG2, are recurrently mutated in cancer. The role of STAG2 in gene regulation, hematopoiesis, and tumor suppression remains unresolved. We show that Stag2 deletion in hematopoietic stem and progenitor cells (HSPCs) results in altered hematopoietic function, increased self-renewal, and impaired differentiation. Chromatin immunoprecipitation (ChIP) sequencing revealed that, although Stag2 and Stag1 bind a shared set of genomic loci, a component of Stag2 binding sites is unoccupied by Stag1, even in Stag2-deficient HSPCs. Although concurrent loss of Stag2 and Stag1 abrogated hematopoiesis, Stag2 loss alone decreased chromatin accessibility and transcription of lineage-specification genes, including Ebf1 and Pax5, leading to increased self-renewal and reduced HSPC commitment to the B cell lineage. Our data illustrate a role for Stag2 in transformation and transcriptional dysregulation distinct from its shared role with Stag1 in chromosomal segregation.","5":"RNA-seq of Stag2 KO and WT lineage depleted bone marrow","6":"[\"Whole Transcriptome Sequencing\"]","7":"[\"Mouse\"]","8":"[]","9":"syn21630080, syn21630075, syn21630081","10":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","11":"syn21630128","12":"[\"PS-ON\"]","13":"syn7349742","14":"[\"CA193419\"]","15":"Chicago Region Physical Science Oncology Center","16":"syn21681890","17":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","18":"[Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation (PMID:31495782)](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","19":"[GEO:GSE138007](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138007), [SRA:SRP223262](https://trace.ncbi.nlm.nih.gov/Traces/sra/?study=SRP223262)","_rn_":"208"},{"1":"syn11678365","2":"Single-cell RNA-seq of Glioblastoma Tumors","3":"Glioblastoma Data","4":"NA","5":"NA","6":"[\"Single Cell Sequencing\"]","7":"[\"Human\"]","8":"[\"Glioblastoma\"]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315802","14":"[\"CA209997\"]","15":"Center for Cancer Systems Therapeutics (CaST)","16":"syn21648955","17":"Quantitative assessment of protein activity in orphan tissues and single cells using the metaVIPER algorithm","18":"[Quantitative assessment of protein activity in orphan tissues and single cells using the metaVIPER algorithm](https://www.ncbi.nlm.nih.gov/pubmed/?term=29662057)","19":"NA","_rn_":"209"},{"1":"syn20826574","2":"Genetic Interactions of Chromatin-Related Genes","3":"Genetic Interactions of Chromatin-Related Genes","4":"Network depicting significant negative (blue) and positive (grey) genetic interactions between chromatin related genes.","5":"NA","6":"[\"CRISPR\"]","7":"[\"Human\"]","8":"[]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn10140998","14":"[\"CA209891\"]","15":"The Cancer Cell Map Initiative","16":"syn21645343","17":"Genetic interaction mapping in mammalian cells using CRISPR interference","18":"[Genetic interaction mapping in mammalian cells using CRISPR interference](https://www.ncbi.nlm.nih.gov/pubmed/?term=28481362)","19":"NA","_rn_":"210"},{"1":"syn20826577","2":"Combinatorial CRISPR-Cas9 screens for de novo mapping of genetic interactions","3":"Combinatorial CRISPR-Cas9 screens for de novo mapping of genetic interactions","4":"We developed a systematic approach to map human genetic networks by combinatorial CRISPR-Cas9 perturbations coupled to robust analysis of growth kinetics. We targeted all pairs of 73 cancer genes with dual guide RNAs in three cell lines, comprising 141,912 tests of interaction.","5":"NA","6":"[\"CRISPR\"]","7":"[\"Human\"]","8":"[]","9":"syn21630081, syn21630075","10":"[\"Evolution\", \"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn10140998","14":"[\"CA209891\"]","15":"The Cancer Cell Map Initiative","16":"syn21645347","17":"Combinatorial CRISPR-Cas9 screens for de novo mapping of genetic interactions","18":"[Combinatorial CRISPR-Cas9 screens for de novo mapping of genetic interactions](https://www.ncbi.nlm.nih.gov/pubmed/?term=28319113)","19":"NA","_rn_":"211"},{"1":"syn21889770","2":"phs001231.v2.p1","3":"phs001231.v2.p1","4":"NA","5":"NA","6":"[\"ATAC-Seq\"]","7":"[\"Human\"]","8":"[]","9":"syn21630075","10":"[\"Heterogeneity\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn9772917, syn9772917","14":"[\"CA184898\", \"CA184898\"]","15":"Embryonal Brain Tumor Networks | Embryonal Brain Tumor Networks","16":"syn21645594","17":"Cell freezing protocol suitable for ATAC-Seq on motor neurons derived from human induced pluripotent stem cells","18":"[Cell freezing protocol suitable for ATAC-Seq on motor neurons derived from human induced pluripotent stem cells (PMID:27146274)](https://www.ncbi.nlm.nih.gov/pubmed/?term=27146274)","19":"[dbGaP:phs001231.v2.p1](https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=phs001231.v2.p1)","_rn_":"212"},{"1":"syn21889771","2":"phs001680.v1.p1","3":"phs001680.v1.p1","4":"NA","5":"NA","6":"[]","7":"[]","8":"[]","9":"syn21630077, syn21630078, syn21630076, syn21630079","10":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","11":"syn21630127","12":"[\"CSBC\"]","13":"syn7315805","14":"[\"CA209975\"]","15":"CSBC Research Center for Cancer Systems Immunology at MSKCC","16":"syn21645338","17":"Chromatin states define tumour-specific T cell dysfunction and reprogramming","18":"[Chromatin states define tumour-specific T cell dysfunction and reprogramming (PMID:28514453)](https://www.ncbi.nlm.nih.gov/pubmed/?term=28514453)","19":"[dbGaP:phs001680.v1.p1](https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=phs001680.v1.p1)","_rn_":"213"}],"options":{"columns":{"min":{},"max":[10],"total":[19]},"rows":{"min":[10],"max":[10],"total":[213]},"pages":{}}}
</script>
</div>
<!-- rnb-frame-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuYGBgclxubWVyZ2VkX2RhdGFzZXRfc3ludGFibGUgPC0gdXBkYXRlX3N5bmFwc2VfdGFibGUoXFxzeW4yMTg5Nzk2OFxcLCBtZXJnZWRfZGF0YXNldF9jbGVhbmVkLCBzeW4sIHN5bnRhYilcbmBgYFxuYGBgIn0= -->
```r
```r
merged_dataset_syntable <- update_synapse_table(\syn21897968\, merged_dataset_cleaned, syn, syntab)
<!-- rnb-source-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
## Publications
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxubWVyZ2VkX3B1YmxpY2F0aW9uX2RmICU+JSBcbiAgc2VsZWN0KC1ncmFudEluc3RpdHV0aW9uKSAlPiUgXG4gIG11dGF0ZShncmFudElkID0gbWFwKGdyYW50SWQsIGpzb25fdG9fbGlzdCkpICU+JSBcbiAgdW5uZXN0KGdyYW50SWQpICU+JSBcbiAgXG4gIGxlZnRfam9pbihzZWxlY3QobWVyZ2VkX2dyYW50X2RmLCBncmFudElkLCBpbnN0aXR1dGlvbklkLCBpbnN0aXR1dGlvbkFsaWFzLCBncmFudEluc3RpdHV0aW9uKSxcbiAgICAgICAgICAgIGJ5ID0gXCJncmFudElkXCIpICU+JVxuICAjIGdyb3VwX2J5X2F0KHZhcnMoLW9uZV9vZihjKFwiaW5zdGl0dXRpb25JZFwiLCBcImluc3RpdHV0aW9uQWxpYXNcIikpKSkgJT4lXG4gICMgc3VtbWFyaXplX2FsbCh+IHN0cl9jKC4sIGNvbGxhcHNlID0gXCIsIFwiKSkgJT4lXG4gICMgdW5ncm91cCgpICU+JVxuICAjIG11dGF0ZShpbnN0aXR1dGlvbkFsaWFzID0gbWFwX2NocihpbnN0aXR1dGlvbkFsaWFzLCAuZGVsaW1fc3RyX3RvX2pzb24pKSAlPiUgXG4gIElcbmBgYCJ9 -->
```r
merged_publication_df %>%
select(-grantInstitution) %>%
mutate(grantId = map(grantId, json_to_list)) %>%
unnest(grantId) %>%
left_join(select(merged_grant_df, grantId, institutionId, institutionAlias, grantInstitution),
by = "grantId") %>%
# group_by_at(vars(-one_of(c("institutionId", "institutionAlias")))) %>%
# summarize_all(~ str_c(., collapse = ", ")) %>%
# ungroup() %>%
# mutate(institutionAlias = map_chr(institutionAlias, .delim_str_to_json)) %>%
I
```r
merged_publication_cleaned <- merged_publication_df %>%
mutate(grantId = map(grantId, json_to_list)) %>%
mutate(grant = map(grant, json_to_list)) %>%
unnest(cols = c(\grantId\, \grant\)) %>%
mutate(grant = ifelse(grantId == \syn9775651\, \CA215845\, grant)) %>%
group_by(publicationId) %>%
mutate_at(c(\grantId\, \grant\), ~ str_c(., collapse = \
Vectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributesVectorizing 'json' elements may not preserve their attributes
```r
merged_publication_cleaned
<!-- rnb-source-end -->
<!-- rnb-frame-begin eyJtZXRhZGF0YSI6eyJjbGFzc2VzIjpbInRibF9kZiIsInRibCIsImRhdGEuZnJhbWUiXSwibmNvbCI6MjIsIm5yb3ciOjExNzB9LCJyZGYiOiJINHNJQUFBQUFBQUFBK3o5QjV3a1YzVXZqbk9Oc2JFSUVtQ0N3WmkyN0dlRXZTMTFWWGRWVjYrTmNlL003TzVJTzd2RHpDaUFBTHVudTJhbTJaN3VvY1B1anNBQjQvQXcySUNOTWNGZ0VVd3dRVWlBeUVFU1VTZ0FRaUFRU1NUbi9IZzJQejgvLzg4NU45U3RPalc3dXZmMy8vemU3L1A1NlFWV096dW42dGE5NTU3d1BXbGwvckx3ck12T3V0ZTk3dlVEOTdyM2ZlNTlyeCs0Ti96bkQvNEEvSSs0MXcvZTYwZnd6MVAzdXRlOUh3TC84VEQ0LytmQWYvK1Yrb2Y3VFhhSFlSQTNva2FqVWZoUmt0VGo0bS9GWVpUL1VSTFVtK3hIU2ExZS9GRVVGcC9WcWlWSjhVZGhMV1NQaitQaWp4cXRnRDAraUlxcmI4VTFSdGlvRlQ4b0tuNFE3a1NUTGJYSk5xY1ZzMjhzZVdQY3FCZWZGU1RzZzZLNCtNYW9IZ1pzWFRXMjBRMzJXNjJnK0Z2NEk3YXJTY1IveEU2N1ZXdTAyTHBxeFMxc0JSSGJpVWF0eGIrUnI3NzRJMkM1bUgxMlhQS3NCbWZNSWdQQTQ2UGliOEdoc2FNTk9IKzFFdmJaOEgrS1B3cGJ4WjFJRW40N0dnbS9NRVgyeFdjVjN3alBZdDlZYi9JZk1mWk5Xa0dEZnhBL3RKQ3Z2bFZrOHFnZUZQY3JhUlZQRzM2VU1FSVFGTVZGTkVQR0pzM2ljY0RSSnZ4SHJaQXROU3BaRjJQZmtPOUVuVDByaXV0Y1RvVHNqYTBpSWZ4V25UMCs0b0l2NXVLeEVSUlB1MVhqUzIweW5vanE5ZUxld3drVm1RbU9rZDhoL3Zpb3lCT3dPUW43eGloSzJBZlZtTml1MVJnRE5JcTdDdXZpbTlPc3M5UG1ncTlWSzU0MlNuSW1NY1BpUnNPUG91SzZRTU53dnE4WFB3ajJpOTgwTHBtaXVPVHhUUHJXWXJhRnpSS0oyV1NMcVBORmhBbG5BS2Fhb25yRU9hZW8rWEFSL0lRaXBsZ1RKanFpZW92dFBkTkRDZXd6LzBiT2hZM2lHK0ViaTd1S2lwVUxCUzVxbytJVzR1UFpaMGY4dEJzTlJ0Z3FhajdVajl5b0tmSTkzQTUydCtFcWxEeWVidzdiNkNRcE1qa2VHdnZzVnBHLzRCelpONEpTWUI5VUloVGlnRDByQ2JsZHlOUXYzQ0V1bzVucEEwcWhSUHFXc0Z5SldjQWtVOHhVT2J5Uks1MmluWU5HRFJkRDdLWWxKYnVhTUF1NUZSU3ZBdW9PSm9aaXBtdEJLUERQTGpFZW11eTM2bUhKRzB0dUd2OGdaZ1NHdFRLam1aMVFXRFIwVWJGeU03M0lKaWlqdVFsYjU5L1lLTEdzMkkvcVhFbEhSYzBIaXloeUlWNTNibGsxU3hpVDI3NU0xOEsxS2xFNjNMSUt1TWtmTXBrVEZyMEFmRHpmbktLMmd1dk8zZ2hpbXpGbWpTMFZMQmh1UndmczhleW1vY25QNUZlZDJ5WVIwNC93UWV4WlVjSitDMzZOdjVFck1PNndOTGpWd1N3WWxFeDhYVVdUSHhpVG0zY2xma2VyNkxFaSsvS2paVzROSEFjVFF3RXpyY0hCNC90VlpwT3ptMWJDMFkyaU40YytIM2QrdUpQUktGcDhxQjlMYmtmSnVqamZGMWVQaStDM3RzVDdyWEVOd3d3a3NBdTVEVkIwUlVDNE15Y1dlSUs5TVNweUlYcVpYTEdXTUhsUmZ1SHQ0TWZCdENnSXBoTENFc0ZYd2wvOGRqQnBBdllxL3kzRzl5QVV1QVRnMW1QRStBdVVJYi9JVGE2Um1SWUZPY0U5Q3U1djEydGNQL0tsUnV5RFdqVnVuTmFMTGlYdUt2YzcrRVd1TXljamFUVVpNN1hLbkI4dVJKa1lBcE9NZldQTUFDcDRPcmNMaTJZQjJoTWxUajk3ZktONDNlR05SZHNFL1cxK3JZcUdHeEF5OTZGVll3elFDdmpSaHR3a0M4cjBFUE03UXY3NEdnZmhraEwzbEwwUjFDK1h2c3dhaXNwZ3JDYlhROXc3YVhDcmxqdkVJR281cXNnZGxnWlhPbEdMRzZjdGZyUTFmaHpGSDZIdTRQWUVaNU9rcUhSZzdjV2pSZnVyWkNkS2RwWGIwUnlNNEhoMHhGd2tZUEtpbkVBdVpIdmY1TGNqWWhjNWloaUNGREdQRmRtWFcwTWxRQ01IZVJ1TWZlSHhYSjJVbVQ1Y05SVVBEVGVhclo0cFExd1hQMjIyQ0ZBVS9JVDQ2cU9pa29iajRFeGU1Mks3eFJ3OCtHcU9BekRIQUppY1h6NE9SeVpGa3grTlpxWW9Bbjc1RXU1YlJjd2hocDNncXkvaHdxSlRobUtveEFYbkhsaHhFYWdDMkdlM21KcEwySzdpSGVLZVRsSFVvam9wOFNqWWFjZjh0S01TcUk1WkNyQTVYTjd6L1FxWW53YWZ6UVVmdjhqczBOQjRLRUg1UzVST2ljUmtvcVBGVVorNGlMaWhGaTB4K1RucXc0M1RoTE5Kd0V4ck9LRVNVSW5mYlM3YzZ5VzZvK2k3dytPNTE5VGlQa3pBZ3k2Tm9oNUM2NUhKK3pKN2drazUyQysrOXlIWE1OeWdESXQzRy9VakY4aGNiOGRjVWJRNHBCL3pjMHc0MGx5QzFDUWx4bWx4RVNnblN1eDdIcHRqSnhTRnpNbUFFK0xxbDd1NkpWdllZRUlCakdhT2tuSDlXR0ppMUxqaEZwVndJUWVmRXg0T3JwV0E0aXlBQXdLWlA2dm8vS0JueURlYXNVbXJWdUlybEhpc0hFeHRsY1N0U2lMcUpjRkdMbXBMZ095WWgvNmlvcitOdTFxQ0JISTd1dVE0bUJpQ3p5NkpMUExQTGdvRlZFMWNaWmJFVG9yMkJPSTVmUFVzeGdvTVVHS2xjYlNBbS96MUVrK25CRHBuN2dQd1pRbmd3djFhaHVlQVVjUHhITDZJaEpzWU5XYlVnSjNMVldaUksrQTVjcU9aUFQ1aVpnRXNnUXYzc0VRck1OMFJNWldKOWozWGZDd3NCaVlHVXdGQmNha28rTGg1eDBKR3NEazhGNk1FSEN5eGhqakltNVQ0MnlVaGI1NUowdUJJTTc4S3NGOThYVndGUkNXcXFRUlZMTUY5UzBCTERvQXk1eG8zdXNSOTRML0ZjSUN3Vm5LdG1OT2ZNTVdLbUR2SDViZ1FaUmtJS0dCS0lHcXVrVGxrd1VCZWREdzVZL0xiVVdhVGw4akNFbDNMTFppSWhZeEM3ajZBdWNLOXpKSW9VdG50NEFGQ2pqTnhyQU91TmxkZ0piRTVic0VFL0xxWEJPSktOREpMVkVHVG4ydmtrbGdUQjBsS3ZKT2tESmJoeitLb0R3dGxJVFJROGl3ZW5HVzRIQmluUFBqUE5WK1R5NGs2ejlscWxhVWJjUDRxWXdBdXR0azNBak54SEtBRXFTbmhhSjQyMHVBMmVjdzRKNnB6V0xuRjlUWUh1MEN4bG1SWmNKbkRqNE5KSnVTY0VrZUs2MW9PcHJhNDRJdjVIV0xXSTJwUjdseVhxSUFTRTVZbmNUQjBCVCtiUngrS2xoWGF2cHkvU3ZCVkRzS3gwMGFlNE5ZalV3R3dYU1hnTTRmWHVOT2ZNTjBCQjFTeTFCSUVpUWNrZUlRbDVQNVFuVm0xWVkxRDFIV2U2bEZucmdnWVczeWplYXc4S29uWGxzaEM3aGt5WXdzaEhzN2tMUEVDaEcvSnJuSU53MkhsTWxuSVl6b3RGa1pNZU9RYW1KeHpEc2NVSW9ZaEp5MmVTUkp5TTczRWpJbzVmTXR3VEhROFM5S2MrZWJ3SE4wNnUybncyZXhaRElSRDI0UmJIZHdrQzNrSWx5ZHh0QUt1QXBwY2RMUzRoeDh6Z3pKaXJpNytpTWVhU3NKaUhMS29jODVKeXFMZzNNRmpVRERzUFdQeVprbHFERnM5SEcxSkVMUWtrWk1mV2drYXhmM3RKamV0ZVdacXhKTFEwS3JsWGlaUHFtcVZtQ3NsZXB0N2huRUpyNWFoVVZ3b2NCZTh3Yk1RSSs1YjhlUzRrT1dKWWtpeUpDREJ2Vitla2g5eW5SYnhVSHhKUG5tZFJVWGdHemxTVStMRGNMSGRMQW5nbEtRSjhzMnBsNEM4L0Q0eWx4SXZNc2RYK2ExdGNEWEg3RlcwckVvWXMwVHdsWWphRXArUG14Z2NKeTl4ZFV0VERubkdHY2UySTQ3THhkd2Y0cEVmT0VkdTNwVlZEM0FZaTJkajhjUUx1RVA4aXZMY2doS1ZXWUlnQlZ4c043Z1dyZk5EaTdnQnpyTUdJaDZTaEc4c2NReEtjQ2ErcmhJNGt0ZnBzQnh3Wk13U3NLc0VtT1VCVlE0OThVSWErQ0NleWNzejRjcmk3aVhsTmlVS2pPZm4xTG5IR3Bkc1RzazNsbFFQTUFNSjdFSytDQjVoaVpub0FPbkxXYTRrelpuSHdLS1NKQ0VPdUlSbHRUWGNxT0V5dXNtelpjSVNINFpuekxKNkdGUnpKZGVkWFppWWkyMk9Gc0IrbGRpci9QTHhmTGs2Tnp1WlVZTllHcitQSmRoamlZWE10N0RCRlg1U0VxL2w4QWQzRnNISjRDcUEreDBSejhlTVN4TGFTcktlR0k0Wk1VZ01ZVksrOTF5YU5FdktJZGdKdFdwRit3cy9pQ1BnSmFtUVBMRzZUTmVXV2NqYzZ1QmhhaDRFalVvQ09LMlMrZzVtcnJUWTNVWXVMREd0dVpkWjFNaW9wRXZxclhpRWhadkRqWktnQzR0U0ppVjVhVEZ6SDhBazQ4S3E1SU1ZSkJheEFqSU1MWE85emNCbnNBRzRjODFUektPU05LNlNmQUF1ckZvOHdTSGttVGN4VDVhb2NSeVR4U2d3SkZtU204N0xJY29ZazM4MmQ2UjRXbExDcXlSaEN6bktYeEl5S25GRnVGc1Q4bXdaYnBOSEpiV0JEQ1pGYjY0a0JzYVBsaWZRTkxreDN5aHhBMHZzKzVLeXFaSnpaRndJNm9SemRFbG1CSmUrVFM0ZUc5eXRhZkcwOENhRHNlQzZjOGlWUmE1QlAzS3prOXNtckJJVWpma1NNSldqR053Zll2RkhKQ3dwaytYUVUwazlURWtCV1VsbGRzbm04R3NWY2NlQWhiSXdzc2pmV0FKdGxxQVlKVkhLa2d3OXJ1WmlIanhqV1FNWWJDekJrRG5ubEZRWmxlU21jN2M1NFJxR0piNml1Y0pCSlk3TEJTVkZBQ3lDRjdHT0JHZ0RjQytUNDNJTWVVQ2x3NlVKTHdKSXVFN2oyZkRncDNGZTVkNHZ3K1ZRZ1hIcHl6RSsvaXhRSjl6WTRsS09wZmRqR2hmZmU4NXl0WkwwSDY1T1Nrb3JTb3B5RW1ZRWdwemdtOE94eHdibnJ5YVRUQ0J5U2ppSFJ3TkxnS0N5OURKdUJISjd0VjVTZWNhQWJQakdraEFJZDA5TEtvTktZR1ZlOGhGeFVWdVN0TmZrMGZtSSs4aGxtU1FseVlRbEY2YWtSSVlWTVlXTW1WQ25sVlFhbDhDM1hKV1hSUEJLckZvT3NEZEtZSWFTYWxmdUVKZFVqSWNzYlNSaTBnUU4zUklQbjZkN2xwbnAzRnpoZWlqaXUxb1NiQXhMdEh0WmpTZkhKM2lZdWxsbTZKYjAvdUI1YVZ5a0pTVWRRa3BPbTNjdUNVcUNqZHhjU1VxYVlIRERMU3lKZDVUVlVwWmtEWlRFd0VwcThFcFVlVWtXVDBrSlBLK3RLVW5zNFNIY2tLY2I4R2ZCdFNvcE5lZlNwTVJTNFBLZWxiL2gzbk11NUJaTWt5TnU3UEhJRTl4WEtERmhlWkZ2VUpKV3llQnV1SS9jZ21FbVJzS3lMSkF4K2QwdVNWL2tQUkFZUG9HaXRxUWpRUWthVlpJd1dWSjJ3Rzl0U1g0MGh5T3hERHZmUCtwZTkveDV6NS93dnc4UGF1Y0hRUmhmTU9uMjAyRTNQYi9UR2NXQnNYZitUeS92bmovditmUC9UWDgrR0s4TG1INFhERHZqQ3phUG44cDAwLy9wbGQzejV6MS8zdlBuUFgvZTgrYzlmOTd6NXoxLzN2UG5QWC8rZi9uUEh5ZkhOa291Q0lPb1ZVM0NWdTM4dWZscTBLeldRb01vLzU5ZTR6MS8zdlBuUFgvZTg2ZitrOEM0V3JOK3djNndNemtmdzBKeHJaWWw1L3lmWHQ0OWY5N3o1ejEvM3YwL0gwTFh1WjVjTU94TVorTTBiR1E5QWY5UEwrMmVQKy81OC84TlZ5SnN0dTdSYnZmOGVjK2ZMbi9tSS9rL3RqUWFWTmEyMG5GbEtaMXVqWHFUeXR5Z1A2ek1weWZVTHp4OHJqUHN3ajh2ajlNVGxaVjBVamx2ZWFzLzZEeE8vZlBaU04rZTdLVGQ2UVFlMFZNLy9wR2puV25sVURwTXAvb0hGMVl1NlU4cUM2ZDI5QS9hdlJPVnBjNDBIZS8xZy9zZjZJKzI4ZS85em1DaWZuYWY5cEcxaGN2VVgzNTR0ZHVISmVrblBteHVORHlSampjcitPUGxyZDFKNWRpd094cW9mMzNnWERvWVZGYW42WFlGLzB2OTlBRVhWdHJ3Z3kzNDZlcW9xMWNDTDk1QitndnY5Zy91UzAvUDFuTDJoWlg1L21aL1dsbmM3bXoyaDV2cXgyZXB6WVI5VkQ4NVIyODc3aU04ZGJEbmI5NTMrY2hvRlQ0cDFYOUhDdXRUaWtzby92dFBMbzlIM2NyaXdzSkNaWEU0cmF6dWJ1L2dDN2ZUWG1HUkQxQ3ZudTlQdXFNVGV6eU43Y0Q5a1lrNnc5RmsydS9xSlQrUWlJb2ZjaGJ5eHR4b2UzczJWRCs1bi9vZCsydjZxektsb1B5c2YraG9PaHVQTlAzRExwdzdKdmxXUFdoeHVERWFiK3VscnZRbnh5dnRZVWMvKzM2NGdFVjh2OW51czIzcWJLbjNXUmowTjlJOTEzMDJiR1E2M3VoMDA4ckJVWGMyS1YvclEvWFhkV1lUdUQvQXBkTnhkczdJbzlQT2VOUGNGRnFkNGdyMW94K0h0KzdNekU4cjdaMmRBZnlsdTFWWnlFN3Q4R3libU1pK2RRK0VVK3JUWG5Tc1krRWZjdjhMVVFhTXhqWUg1cjY5eUh6c2Z0OFB1R3Vhd2g3Q3Q1ZHZ3em4wQ1BVbDFudCs2Q2dwYzcxaWZMQml5K3pqeW4vNncza1d1ZCtGOUZpNnplcEhEOUdyQWlLUWFaUEthbW9ZK0VJVVJwYklLanlOZmFIbWpvV2RmaS9kN3N2cnV0MFpIMC9IRTVLT3B4RmJJR1pXcCtOWk4vZmhEeiswTzB4QlFFa3hSYkoxZWR6cFR2ZlljbjVxRDZDZjRLMjNubHB5RUxtVHZEOFMwZTJabUY4b2VmU0JwVGtRRVpQY2dvRkxEZzFHNnpteCt0RDJoVWRYVUlaZUtCODY3dlF5Z2grMExqUVhhSThnZ1FTdkJnWFM3ZlJJYkY5Y1dhMjA5NlFvSE5GWmNEekFFcmJha1VJZTFtMHV3QXgrQUZwbEt5ZGNMNVRibG0wUmY5Y1o5TjREa0RYZ2h3YzZrM1NnZi9naksrbG1PclRXdzJSMjRlOFBKWEc4Qm5Kend0bjdUUHVUdnppbG1xejgvak5OVzdpcGQvUGk4ajByVVZvSGcxcXR0dWNKUGhvMUVYRE9iTnNZSUh3ZjdvK2lHMy9jdFM0MmNxeTZVZ1hOV1ZnOXU4ZEZQY21aLzhISS9IZFRjdDZkVFdENy9WaXlUbGFBc1JiZ0kvQStqb2FvZjFaSEcxUDh4U255SGZ6S1hycjJmaGZPTFlLT20vUTN0NlozazFudW5xRnp0dFl3QzhNcmRyZXQrOUplYXVldS9WbTRSZkpETmF2aEc0bVRCOVlGS0ZHMXhUdFFQQzg2YlV1R2UzeHM4UlhsZHNpRGlCSHduNDZBZUxTRUFXa2JQSjNjQjRMQ3lIK0l0bHFPcE5OcHRzdEgwdGx4V0p6RmtBODZNRTQ3SUVudkJxZVVML1J1VzI1NzNkUWZXZDdxakxldEp6Nkd6SjBsZklEYzJFbmxVbmdlU0tIRGFXY3czZEtmWS9qVStzYUhndHBNeDNLRFNOZU10ck1MY25wYmg5c2RaU2IrZ2NGb3BQbm5RWGgxNUpxNnB4TlpqSk1mc0RaT2grak4yRWRZWWxvOTlFTHBLc0JLZS9qOTh2YnRJU29lZEhUV0hhVDlMbkJkdnpleDl2TUIyanEyZHgyWWdiWjVFYndTbzVCd29lbGswdG5OaVJUY1IzTXJIM1NoM2pkNHd3QllKOTFqT1QrS2E0ZUQ3YUQ1Z01ZTW11RDZJZlBqMlNaK2EyY2REZm1kMGVTTS8zQzRNK3l0eXlXVEtqZkhka2wvMnRtdUhNNHM2c0xtM3c4MmJkdy9sYk5DK0kvdWV3VGVPTGZWMTFRUEpDdVdOdC9pcm5QMHVSVTI4OEZvYW05S0E3VnkzbHhuZTEwcjNYSWRkLzhGK0RFd2VML2JOMktnbENmdTI1NWJCVkV5SEttL1AzSnVOaDZyQThuY3hkeTVIZ1RQb3lqVkNvcXRYSVE4WkJVTXg2RjhJSGpZT1dYSy9JQnlnVnBpcXBXeFdlR0U3aS8xYkc0eFpUYi9ENlB3emF5bmh6UEpCUXRLTy9xZnVmeDZpTHhMcUdYb2Z5d2xwaVVEY3Q0RS9sK2ZCSXUrODZ2Ym5VR1oxZmpBOW5ESUxZSUhhSlZ2ZTR4dTVsSmhneDRBLzRtSHZta3YrVnkwK0VZVFpaK3RvT0tzSEFFNVVUa2dYMjVaMkxiTW9rZUQzTHFiNi9vUlpENzdDcERGWXN1NkgxVjhtMTMyN00xbmhpWks5T2RERm9hOVVSY1BidENaNXJuaWJFc0RXZUtreExjNnpZMGtCaWNHc0hqcmJIbHR6RWVvSDk5ZHQwcTdnRk53ZTRkN0NwVTkvSGd3K1BHN0ZrNWtjRkMybWRabmxqTFcveCs0TGY4M2ZtWkwyZ3M4cmZqWTA1c0gvbGtiOVRxN2VzR0hPeW44eW1ndzJ1eDNPK3FIUDBaeVgySTY4cmNyYTdtdHZMK1NJL1k2Q3VzdW10SjcyUnQ3YXJCeUVLNUVXWEFQN1lIRWdUdGJJSmVIcHpQSWkwQlZpYzQvMDluZC8wSXRjbzd0NkU4dG9DSFN4NzY3RHl6QnR4NjBjR282VHNsNTdXN1p0Ly9laDJiVFBUK3VLTFhLT0xNY0szbndjcWRyTE1jdW5aajZsOU9EWjNzYXlZV2x1T3JuQjg1dGpVZmJvd242NzZlemlIK1lUSzdaNUhSZlhQckRCd01IRGxOd0Q5ZjZrOG5NZnNtajUwYUR3UWdOdU5YWmVFTUs4NzRHOHN4S2pPbTdCOXJNb1liU083dlhGWGtnM0VUWTFsNHFnYnpUZmNsOTBWU3cvbjUzME1DaVZWTUtRRDFFY2NsU3Z6dUdsWnpvWjU5ZjZpN2VmNlhUNjhOSDJoS2lGQ3d1LzJIWnQ1VmpQSmIyM05Qa2ZnaGFCc3RBalFaSndWTXJ5cWt6M2MrOVFQaHlkeXduQ3ZaQVdNaUl0SjVrMnpUbDBCRytpblRTYVV5MlBiMGhwZCtzRjdxRGEzUStSY2p2TEdCNDRBM3IzaGQ5Nnh6R2wrRWFlNzdtL2hKN25JR2xPOVlLcTBRKy90aHlmeE1jVW9WdkxvR2hNZ1Nyd0hhVlN3VklxVEVNeHN0UklyYzI3RXlpOVg3U1dzbEJuYWYxYlRuMFZmRFc3cTZoVXpUZEZiQTZzdEVYN2dTVVhTNkdPNVg2OHo4aTJUR0wrTzBaa29LVmJ4TGlxajl4RDJQeE5HNE9DMW9WdUtuVVJjdGJJYWZYVjJmRXdWQXdGazNUUnloSTQ5Z09QSldDb1d2a2lSWFZraDNmVEVjN0EvQml0SGxWTGdmMmRMWWZrSm1mWjQ0RmNuQkRtOUs3RTB1YWs4eWhUeWgrSCtlWHZkVFM2V09vRDV2Ym5ZNG14OEdrQXlPc2N0N2gwZnJvZURwODNOM2MrdnNlV0xvUTFwY2FtSFZQa3lIbkFaYks0SEpsVzY1aW1GRGFnMjN2ajl1Rysyemh6R3pyejBIZ0U0RXppajFrSjgyaXI4WG9EVWVGYVYzVzNzTnhER0RYZHNiOTRXYmxjR2U4THUyMUo4NDZ3OXdabFlkOUxtUS9LdmVZbU4xeTVrRDgzZmVEUy9IUGNvUDBvV1Ixd0JYWTZuTnRlTllhaVBiTmNRZTJmcStEdUM4ZWd1V3NQMEFLblR3cWMwWXhiM1BhajgyTis1S3BWS3loZUEvemN1Z3NwV295b2JBWGRsWGtqVE41ZzBYR2VLZ01WZTdoMm5LZHkzMmlBalArOUtYOVFicGJvZWgxRDJ5MC9vNjhTOHF1ekIxcEdVeDBlaWx4RGo1QUFkTTVBT0RBdUo5dVpJRVZtNTBYdW5uMy9NRVNoZXVBUEZ6dmp3WjVmY2pXQTh4ZkRQRTloczZ3djEzUnU5dnVUanRjWXB5TnZJNWZjZDZsNE05dFBXNnZJN0Q1cEJDd1ZvZU9INTJ4Z3VYRmxlTjRQd1lHZVRwZTczZUdkSjJNU1c5Y2diMXRQZU0rN3gwZklvc2hkeWdsS05DNUd2b211QzR6a1NxTFJXY0kwWjlPRjJINnUyMWYzbDFyQnlTR0RIL25RdDlrdkdmQzlTRlMzNVVaRkdmMDVYV0V3V0xwTTlFOGtGems0ZE5CZGMvbFFvNW8rMGhFdVhJZUNrQWpydGl0L0RHS2lDc0ZMUmVlMTlaN3lZcTdoWVdVVzN0RjJMRDB0MDRMdzVhTDcxSUZ2QWVhVityNWxjUzV5cEdzOXZJUmZITnFsTVFaQU9pN3o4RjhEMHR3b2J2THN3ODZ1Z3dYd2w2WlpyWVNuKzFIMGVDMG1kRFNnWmJKVm5TOEh0b2VUdnVqVS8wZWZIUnZkS3F5MnQvTUVwaVlEdC9UUzM3UWhjb1ZnbnN6Smt6UTBvTjJlcFhjRFpPM1FFR3BUTG5lbDlScWYyb2NOaTV3bVJBNjB5MTdFRnBTeTdQMUFTdzdIM1VzczIrNFJYQmZGYVhYdjNGdXRwa1MzdTZESFFDTTJGbFBwOEEzeDliM2doak9Ka0lKajZhRHZ1RmFwa1pQRjIvNzRUd3JsZVM0Y1g0cmdqUkZNSHR2QXptZjBZTWJVVEJISHlHZHVzeEhMa2E5Y0F2bU8xUHR2dHhQcGRKWSsvbG9abzR1d3ozQVJNOUMwcFNsbk05d1gwL2pvcFJMbWIxM29FU2ZjUUZJT2wvZlBmWERueXEzZmN6OXN6N3V3YWlDTTc2d0JHVlozSnJjaDBwN2dpcjl3dE4rMVZuS1NCMXQ3cFp6NUNNdU5PNEo3aDdoSU1ESW01cVhIcVEwSVY3QitmN0dSbmFzeGNRSDFLMzk0dHNlZ1BLTER0ejYyQWVTeGpLaXI4VHVLWlh0OWkrVUJJbCtLQjkvTDhtWUtIdG9RUnFkU1pMYy9adGZ3alhhT0o5a1hKUVB4ejFFQVRDZ3J3YWRiVlJZSnUrVXA0Um9xWmpsMXRrYmRIL2xXUFFuVTROOWxmaGpoUVNZMDJtUW4wQkJESXNhNzFZT0RUckRuanlBSWppeEI4cDZkOUQ3Yy9ERjZLbHRER2I5bm9YZmx6cVhKVUx1UjdQRDRiNW9FWG9xWjhLOXdJb2l0N3VtQlpXWXlYdEFBeitjdCs3UEdQdzd1SEJnZGMvYzhCeGl5dlRFM1hlMlQ1KzFkNzlqTzFOVVV1TjBZb3hTV3ZicThxTEtJNEsvMEM4WmJ0clRqT0NabHVXQm1OTE04VUltOTVrMkw1Y0x3S0d2MHNCRXliMHFFOUhsUVpkeUIrMkJGNWFaN2FjSm1aUndrMzNTM0Vuam9IZlpqdzcxTnp1VDNBYVdmVzNPSURoak9KTExhWjUrOGlCcHk2THd6RHM3NVNtMTVUSC92ZDM0c3kxSmFYSGdqN2FIdzVubHB1ZGNJMjZqbEIxeWtkL09sc0RRa2Y0SnlabW5ZK0NTY0VXSmNYV083WGFjTG5IandWa1l1WEFWOHhoQ01jSjNsdHpNWGJpTUpaejBJQjJKcmJRSGczNG4rOUw3NGlGdXBudGxWcFlJNTNKbzdrR1p5QzdBYVdjb2tPQXhwVElMck5UbEw5alBjUHRVYm1GYTFGcVptWFIvd3ZMUk9MSVN1Wm1rT21Na2pJbGd5MHdsSU1KU1VHZGJXc2pPeXVKMVBYdm9yTk1Ja1B1VDhqdWMybTdhM1lTeHVPZDhqcmxJaWxMOS9QUVEvcGxpM0ZLVnpmZlBGQ3A2V0hhTlN6Q2JVcTQ0MHpHZEtlR3pKTVp4b1FibEt1Y2RTTWNadUV6SGE4ZUhTL1ZXQ2VMc2xnSlU2c2VDanpmYzNKNzFqY1ZldVBvbE9QNXB3bWtQTGpoVXRpcEhiVFRGbXF5ZGRHYUhwdG5HTVdqazRRclp0b3hwQ21FWkJWQUczcHloWHVJc0ZjZk5IbE8weHU0dStuS21iVDlqdmwzUnZqNUhBL2w0SmRjdFJLUEkvZWVnUDZpS2hrNGZYbnNRUzdiU2o5akRuQzZOZTVacjJpSUhuZFVtb1AxMGxZQm4rUHM1R0ZHRkhlNzI4MEErLzY2ODJucW9zbzNBczhRYkJzdzI2V1VIemxJU2lxOHQ4UWIzRGt2KzN3azhPcmo4cDRYZHlyMzVuQWZNc3diMnRxbFovS2c4eGUwMHZ0bGVoVG5zUnArMlN1dEJtVitXMXlHbFJXQjdaRmllMGZjcVlGMmN0ODZJeXBlYUJPVjJKMGNMU3l5N2tpeS9Va1ZRVmk1YUhqYjZ2eXVhOXJBdTdrc3kxVW8rS0lyd25CWEduR3BtbHA1cEdYYzNkbGJPQ1NVYTdJd3VuNTArRGJiRFpucFNIaW42SUF0a211NXRncGFVNWFJVkJUOGtueTREeC9idzdjOVdnVGI5KzVvOTdIQ1Babyt5L0puVG9jSkYzUHlIZ05XeWxGeEhrNmVvTVBlOC9uZWpTSzA4UTY5TUNkMnR5RWtadUYwc2ZTeHN4UjRKYUVXUDdHeVRmNW9UVFE5ZTJNYjQ4OXBvcDVpWFd2cVVNcXRxN3dyQzBtUG1kVHFsOXQzZHh5TFBnSldmd1o0cStuWVh5a0pDSzJhamRKRnQ1L0p2S0R1NGdrWDZLQ284TThKU2htcnlTVmVuVlM4UHdVUzVkRnZsTDZ6bDhKanNXS3ljRzE1dGVQY3M3WUlPT0kybmRiYmMyMkxXU2Q2NjJiT1lyb2l1bmxHcVMwdW95Q2w3aU04emw2ZVc1emh5SlhXbWRaMWUwTzcxK1ErK1VEN1NKTitaSlpRV3ZwZmx1dkxpMGIxdG5KSW9uRGJST3NOcDhjbWxOL2RoVnBIMUVxdVo1SzR6U3g4K25ZUXZxL1lkNW9zbzlxei92UC9DYkZ3TUYvOFVhcVBsUVdmWUFjTzRENjRRckczUTJVVm1oYi9LVU42ZUJ1UmVaM2EzT25xY3VlenE3aWFvY2ROL2p5UytVdUNWS1k2QzVjanNtN3ZyT0Q2WWRxc3NibCtlVGZpRERyNStTV0NKUTZvUDBRY0c1djFVSFpQLzgwK2Jqc3piczFBR1dUN1VkUTVKYkpYTW1FN055eHlMZUZrVWJBL3hXdExxUk1GSmRxNEk5NlgzTEljdHdKMWxCVXhsZFd0N1Z2Y3poNzhFaitjZndSc01JTnhyeVoveURER3VpOW5yVDUvcC9HRDlRN24zcDFFaHhiOC94S2dqVnIvTm81RjBHMDlyWFQ1YTFaRVJETEFLc3FHelU3bDBOQjRRRjUrK0N1aE1lT09lenZPREpTWldVcEJTRW9ZQmFRYUtjaXRWV01XZWt2c2NqSXVYNENCc1dYbEQ0VUVLbjJNQml3Y1FYYnUzQlRiSXBzbXVQYTN6Vm1xOTJvTG92cGlnQmUvcmxPL2cvUmVIUTFEQmtpazBTY0h5ZmpnYW9mQlhQS3dCQmtXa1JEYzZ0TlExa05HZ2ZHcG9TVUNtTE1aUTNoakM2bldoMzRHZlZqa0NLbVVMeERmYkVDczd0T1F0NVhIQk1oZS96Q0s1SCtKTDIrbDB2SnRKWFA2T3dsNC81Q0JpZUpQS2djNTQzRWR4TjNkMHRmdzN5endtdm5kbkRNL2V6VnFqOGwvYnc5ejhFZVhyOTArWFRWU3kyQWVoaFFBN3ZyWUYxbjdYMm5PT3J2TU1aUTdCN2xXQVZjbzdlOWN5bHJpK0RBa3FSMVgzRHRXVjE2emFkOUtoaDF2aEtwWjYzR2V3eS9kNDJUbEhnS0d4YlF5aWgxYXEwcm42TEMxaFg2Nys3bTRMZ2tJVWp1OTVlVzRJajh3Vmtld1NJeWVYREhER05CWnVFWE9TbkRBdFdCQXFxYldZakY2MFFCOUU5aVZXTDR3R2FYYzJ5STczUWhuckxzOFVMN2xGZXhuc2UxbFFkenZNZU1ZZ1NGRUxNU3ZtL2tmd1hWTTNQN3hNZ3U4SkwvKzQ1WmRwQys5b09qMXBhOXJUaGhoTzJ6MnJKUC9sakJoMUllMjh4TlE5VU9qZTR1SWphRzZBZmNJR25PSXREL3A3Y2ZVVlB5OSsrVC9mS0Q3K3pHdkZuUjgvSm02NzZ6WngzWGZmTEc3OHBiZUpqOTd4YStKeks4OFF0MTB5RkI4OTZ4L0VyWTk1dEhqOWRXOFhMLzdyQStMSytqK0tULzdYdlBpVytBbHh4K3YvVEx6disyOFF0Ny82UDhSZkxKd25YbnZvajhYTlM3ZUltMy85RytMVzFZSDQycjRYaWErKzRYeHh3MjhkRlIvNjU4ZUtEeXo5cS9qMEQvMlZ1UDJGVHhHZitjYlo0b1BYL1lhNGR2ZmU0dk52ZjdqNDg3VS9FSjg1LzhYaTAvZDVxL2pRQzU4b3Z2UGpsNG1YZldwUnZIOXl0WmhNN2lzKzk2Z1hpRStlaXNRSFgvaEg0cG5OUHhHdmUvaFR4ZFUzdjBSY083cTMrUGFUTHhmWFBmS1B4QTJmL1dmeGd2RkFmT0EvWHlXdUdmOVA4ZUdkYzhXWHZuZWJ1UFBZKzhRWDN2YmZ4UmZ1dkVGODhEOGZMdDcvOE1lSUQzL3ViUEhKM1o4V3YvNkFXOFhOdi9JR2NlTjkvMXpjTWp3cFBuZkQ1OFdYRHZ5SXVPbU82OFZObjM2YXVQTk5LK0xkdi9kdWNlMGJKdUs5MXgwUjcvK242OFVYRnQ0dlB2SG5UWEg3aFZQeHhiKzR0N2oxWFI4VHIzam9EZUthQjU0cnZwejhobmpIdlo0clB2V2FKOFBQUHk0KytKMGJ4WHV1RDhYYkgvbEc4ZFovMnhDdkdOMUh2T1g3dnlOZS9ZeS9GcCsrL2RIaWc0cy9MYjU4MHlYaXM2Ly9WZkg2NUpSNC84MVBGWC80bk1lSXF5Ky9YTHp6UlhlSkw3LzIrZUpqZi9kNDhmWHJEb29ybi9OTWNmV0xuaUcrKzZoL0VUZGQ4RlJ4NjkrL1JsejlLMThSMzdya0xISGI1NmJpQzQvc2lsdS9mYlg0L1BaVHhCOC8rVXJ4elQvL2t2anFNNThuUG5malFYSEhZeDhuM2o1N2pQam13cHo0N0xVdkZDOC84VnJ4NWRzK0o3NzFxMWVJai9aUGlodis0RFBpaS8vNXY4VWREM3VTMkZnNElQNzBKOGJpdWd0ZUpWNzd6RytJSjcrN0s5SmYvcUw0eGk5MnhmVm5OY1FkMy90TDhlZC85Ni9peSs5OG9MaDE3YlBpU3gvOWhQalVaMTRvWHZQdWtianBIZGVMbTE5K3JwakJ1WC9tWTI4Ulg3bnBUOFJubjNxTytPQ2ZYeXR1bm4xRzNIVHFOZUtHNjE0dnZ2dTFxZmo0czc4bjNuSy9IeGR2UGYvVDRyMlhma3JjK3RQN3hITS9mNWU0OWFXdkZlLy9tUmVLOTMzMnkrSzI5bGRnSGZCTnYvMEJjZDB0WHhDOU41OFM3M251MzRyWHZ2a2I0azEvKzdmaUxiZitnUGpZK2czaXFsZjhyTGp1Vjk0amJtei9ydmpXQzg0WEgxdjl0UGpBdFM4WG4zejlTOFZ0OFV2RTE2NCtJdDcwbFR2RnAvN21TZUxLNEJIaTQzOTJsbmpEMlU4UUg3cnNmUEcrbjNpTGVOUHpuaXR1ZlBZdDR0cC9lSkY0OG5QZkpUNzU1THZFTy80NUZsOTg2OStJYi8vN3ZjU3QxLytHK01BdEY0aDNYZjJMNG9aL3ZsYTgramxYaTFjbDU0cTNOdDhqdnY3eWU0dm5mTGdydnZhTVQ0bjNQZXBueFFkLy92M2lqejUySC9HU056OUN2Sy82RVBIcUIvNlUrTnBQWFNrK2RzRmJ4THYvL2tmRWg1ODBFemY4WHo4cnZwQmVLYjc4bXA4U1Y0c0x4U3N2WFJPZnYrSG54Q2RmOUZIeHNSZi9zUGprQnk4UmI2bGNLVDd3bHFiNDFOeEI4WTVIL0xINDhIdXZGWC9XZjdWNHkvUCtVcnozNTY0VG43clhvOFRYZnVzTDRtV3RmeEp2ZU44RHhGc1cxK0IzM2lPdWZOU2Q0a3VEanZqdzduUEVOMTZ5SVc3LzArUGlkZDFFdlBMcW04VDcvK0VKNHJwK1Y3ejkwYzhWMTl3Vml2ZmZ0aXhlOVRmZkVkZjk4SVhpRDkvOU9YSEhuMzlmZlBvTGliZ3UrV3R4L1hYSHhMZWZjWnU0K1cyWGl6c2UvMW54aFgvOWtManRQUzhTZDN6NHcrTG00Qm5pcHIvNWMvSDJ5MTRvUHYyOVB4SmZlK1g3eFZXdmZibjQyRzNYaVR1LysxZml2VzlaRXRmdS95ZnhSNis4U1B6cHIvNk91UDBmYnhhZitaZTNpcHYvOFVKeDgrMXZFKzg5OFVEeDBXQlhmTzRYNnVLTGp3ZFo4TzM3aWkrKy9LaDQyV05PaXE4Lzk3N2krcVVqNGlzLy9DVHhqbTgvQ3RieVpuSExhRm04cnZNdGNkT243aXR1UGZVTzhicEh2azk4NDZyTHhDMTMzQ1h1M1A5RzhZWDlMeFZ2ZnRoYnhJdis4TVhpbXYvUkV0ZS80MS9FcDBZOThkblgvYXA0NGNPcTRxUFAraTN4cDVVL0VMZi9kU0p1ZWVZMTRnVy9kck80OFgvK203aitheThWVjUzOXMrSzExeDBWcnp6blcrS3VWM3hLdkNyZUw3Nzl0aDhUcnpuN0J2R0J6NjZKajJ3ZUZiZCs3L2ZGbS9mZEliNzFpVVRjT05rdjN2RGZ2eXR1ZS9FUGlPdTJoK0xtWTg4VGYvZ2JEeFlmZlBlTytPTC92bEZjOTQwWGlROS9kQ0srTSt1S2p6YlBGcmYrMHJmRXkvL29xK0x0bC82bStNVHJuaVZlOUttWHdENCtWM3hpL1JQaUE1ZS9FK1RsQThSTkQzMnUrUFQzenhHM1ArdGg0cXNQdjA2ODgyKy9MVDd4aXErSjl6Zkc0b3VYZjBUY2RlVi9BN2wwSDNGSDd4dml4dTgvVkh6N1pkOFhYM2tMN010RDNpMCtmTTMzeGZzdTdvcVB2ZkQzeFNjZnZTdHVXL29CK0s3YnhhZVdhK0kxLy9VRjhjNkZmeEpmdTNCRnZQU3hQeU51TzI5SnZPS3pIeEIzdmVTUjRtT3ZnanYxV3RqL2g1d25Qdm5nRDRvdlBlcDU0cTQzL0plNDQvZGVERHo5dytJZHlhYjRldklPOFpHbmYwVjg2bmRhNHFwUHZVRjgvWnRyNHIzWHZCYk84bW53LzE4dDNuYjdEZUp0Ny8yV2VPKzN2eUh1L01FSGlEL2F2QjMyNXduaWp3LytwTGo5QjliRWRjLzdBZkhxNkRmRnF6NzJ2K0ZlLzZDNDlzS1BpeTk4K2cvRTFmdi9UWHo4aVplSkYvN3p6NHZydm55bCtQWUh2eWcrLzRiUGllcy9lNjM0NW1mK1JmekZqMzVkZkduK3plSURCMThxYm4vQXBlTFQ1NzVidk92Yzc0dmJQbnVOZVBrYmYxZDhmTHdzdnRuN1ZmR2ROMzlBM0hUN05lS04vL1h2NHNhVGdmamMwYXZGbjc3NUhQSDJtLzZIK0pNUC9yYTQ2dmRmTFc3LzJEZkY5Ui83UWZIaDlrSHg5YmYrcFhqVGtaOFUxMjBJOGFxck44Vlh0aDR2Zm5md0xmR25YL296OGVaWGd4NzgzUG5pajMvd2w4VUxqanhLZlBWZnArSk4vM2lPdU9HdGg4WDdQdkZKOGQ2N3ZpTys4YTkzaUk4L3NpcmUxYjlSZk9QaC95bGUrdUExY2ZYajN5bSs4YzBYaUd2K1pFVjBmdmo1NGkrZTlrN3hrdGUzeGNkdmZvTjQvL1hmRU5kKzg5ZkVXOXYvSU41ZldSWnZlbkZIZk92Qy9lS1ZUKzZMbXg1MFF0ejFxaytLNjI1L3J2akdnV2VMRDE5MXFmaktYL3lYK0t2Zk9pYStjUE0rOFlsYnpoSGJ0eDBYSDczMWsrTEZHMzh0dm5Pa0tkNXpRVlZjL2MwVzZPZjNpcGM5NFhyeG5udS9UTnoxb24zaStmZU94YmRXZmt5ODQyUFBGVjk4eEZCODU5LytUSHo2RjY4U1Y3M3hLK0x0Ly9QZnhSKzk3eFBpcm4rL1N0ejBLNDhUejMvazg4VG56ejVYZlAzNVY0cFAvTDBRWDczbFY4VFh4MThWZHozNW44WEhYL1JlOGJabmgrSzZ2M3EyK09MTC9sWjgvZWVmSVc1NTZJWGk5NTl4Z1hqejQvOU5mT2gzdnk1dWVkOGJ4SjByanhRZi9OUDdpRHRQL0xPNDgzVy9KejV5M29yNDF1RTNpM2ZWbnlKdWY5aW0rT2I5NXNTdlAreUo0bFB2K2E1NDgrdXVBRmw4amZqQ3hkOFRuMzNlOThTWGZ1NHk4Y2NmK0l5NC9vVlh3cjc4bzdqaFU1ZUs2Njc0YTNIamxkdmk1VTk1dmZqaTB4OGdQdnBEZnlFKytZRHJ4RjFwSXU2WWZFaGMvOERQaTQvK3pNV2k4MGMvS1Y3MzQyZUp6Ny9nMzhRblQ3NVRmT3pqdnloZS9kcFhpdmZzdkVsOCs5RW54STN2MkJBZmVNNVBpRnUrOEhmaVRYOXdpZmpNSFc4U2QxejZEZkhPZDcxT2ZQWDNkOFhWWjIrQ3pucTV1UHAxdDRpUC9zV2l1UHFjZnhSdmUvUTN4SGVmODl2aVZlZitwUGpEY3hiRVZZLzlTM0hYMHo4Z1BuLzhLdkh4Ui93cmZNUHJ4STIzUGtVODZ6dlBGbmVBUG5yZkRmUGl4aGVINHNNcDJETHpQeU0rODI5cjRwdC9VeFdmZk41UmNlV1Z6eFd2di9hNCtQenFodmpnaHpyaUE0OTRsYmo5YjU4bjdyaitxZUp6ZHo1YnZPR3pMeEFmUCt1RDRyT1BPVis4N1JPWGlCdXJmeVMrK0xhbmljOXQvTEg0OWdlT2lQZk4vWUY0NXhOL1Ziem56cGVJTDErMktiNDkvajJnL1VIeHlsTzNpdy84OU8rSWIxZmVJMTc1K3I4WDczendrOFJYbW04VTEvM3lNOFVMTHY4dDhhYUxMaGRmK2wrWGcvNS91L2pNdy81WWZQSThzSmx1V3hSM1BQUFQ0dnJnbWVMT3h6NWJmUE9tcThVYkx3QSsydmg1OGRYamJmSEJpLzZIZVBzSGJ4UWYrbzlyNGJ1K0xLNzgvVytKcXk5OHI3ajE4LzlEdk9PcC95Yis0Z0RZZmZzL0liNmJQRWZjOUdXNHB4Ly9OWEhsY3g4cmJtdzlWYnptKzM4bXZ2Wm5Ed0g1MUJQWC9Nejl4SHVlOXpEeGljSGZpQys5cGk4Kzh1cDE4ZmxYTFl0My9kSTN4WWYrN01QaTF2dDlWSHo1ei81SnZQbHZiaER2Ykg1U3ZQMDNueWF1L204ejhjWUxFL0h4cC95ZWVIdnRRdkdGeTE4aHJ2cGwyTk9OKzRobjdldUpYMzN6ZmNSVjRoZkU3ZmQrbnZqUzA5OHZQdjZMVHhEWGYvY3E4WWE1TjRqUFBQR3g0bFczZmtCODRnM3ZFaSs3L1IvRVI3NS9YL0h1Vi82VHVPMDN2aWh1NmI5R2ZMYjZpK0xLeVYrSzIvL1h5NEhISHlLdS9lSVR4VHRmOHdKeDQ4di9TOXgyRmRpZy8vNEQ0Z3UzL1pYNHhoZlh4TnQrNmNmRm00QjNQL0FMUTNIanBVOFZMenQydTNqWEZYM3hqYmM5Vm56ejNaZUpHOThRaU05YzhCL2lxemVjSmQ3OXlZUGlpMTlhRnJmdFBscmNmTTNaNG82L2ZMTzQ0YXp2aW0rODZrNXh4NS84blBqdXMyNFduLy9yL3hCM2Z1Z05jSC9yNHM2dkp1S0Q2dzF4RStpamIxNGVpUy9mNTAzaXZaZkY0cHFOT2ZIeHovMlJ1Q1A5dXZqWW8vNUFQR2ZoTjhVMWw5MGl2dk9YN3haLy9yKy9LTjQrZmF2NDA0YzlXdHg0VFNDKzhzci9TenpuTjc0TzkydE52UC92bHNSbjMvcGRjZWZYWGlJKy81T1hpMis5OUhYaW5WY3VpeHV1dWdIMjZXYnhwY21qeFVkKzlUenhrcjgvSWw3ZHUwcTg3NnMvSUY1NWNsM2NlZXA3NGsvZVZSZXZmTVRmZ2UzMVd2SFZIMG5GTmYreUJmZjB4OFNmZkc5RnZPNC92eW4rSXY1SDhjYWYvYko0M2RXL0RjKzlXVHpuNFJ2aXBsOStuWGpmdlQ4bFBuam5BOFcxbDdURnRiL3h0Mkwvb3g0am52dVpqNHBiLy9tSHhQdmZBenIwOEZCOEtmMldlUHUxM3hkZk9PdVFlUGRmZlU4OGQrTW1jY3V2Zms1OCtQZGVMVzU5eitQRnB3LzhUL0g1QjM0UDdPZzNpanUrY3FHNDY5b25pL2ZlL0JoeDdSZk9FemMvK24zaXE1LzRUM0hkMW0rS0QzMXBYWHo1NmY4b3JuM3V2NHFiUDlBVGR6MEU3SW4zL3lqNEpmOGhybnJkbjRyZitFNU52TGY5NytLOWQ3eElmT1BVaXJqeXBtK0tULzdoK2VLMmM3NHZydnJaWHhOZitNMkhpQy8vNkhQRnpSOC9WMXpYdWw2ODQxcy9MOTd5eS92RlZ3ODhSN3orTjc4blhybjZYampUM3hOM3Z1aGI0blBicnhVZmU4VnZpeS9kOVhMeHZ2WjE0bXF3YTc3NytIZUl6NyszSVc1LzJtK0pOKzQ3THU3NjdXZUtXNThDdXZMbnB1S3U1ejFDWFBYTm54UWYrUExQZ3A5eEtid3JFYmU5L25IaWhudTlXSHp1SmJDZTR5OFhyM3psZzhUbm03OHUvdmljdThRdDY1OFhiM24vUjhUSFgvdFZjY2Y5LzFMYzlzUjk0dVdOaXJqeFhWOFRINisrQStRVHJHL2plK0ozL21zZ1B2T0RieE4zM3ZrMThZMy9tQk0zZlhzcWJucnVXOFRyZmhEc3k3LzlOL0h1YzQ2S3UvYUJEdnpIVzhYdGx4MFcxNzM2MzhUWC8vd3NjZlg5UHlIZWZ0SDN4WTMvY3IyNDlZSFhpWSsrb2k5ZWRrVWdmZ2ZzcUE4dXZ4NSsveGJ4dFYvcHd6bWNKVjc3K2plSzEvNVlUWHpoNzM5TmZMVmJGZGVObnl6ZStaei9KVzc0VDdCZFB2d2E4YVZUenhaLytmYS9GZS85ek4rSlQxVzN4SHVmdENxKzhBKy9JbDdmZXJWNDQvOTZybmpQZzI4V3QvelFmY1M3WHg2S2Izem9yZUlWLy81bGNjZi9ISW1YcmoxVGZPNWtLcjc4eUVlSjF5NDlSdHgwdzUzaXFyZjl0UGhJOTN2aTgyOE94ZS85MExMNDdtVlBFSGUrK0IzaVpTOTlyL2prTjU0aFB2Zm1kNEUrZWI5NCs1TVd4YnRPUGtIY2VoWHdKTmhxZDl6dlplSzlmemdWdno4RCsvVDNmMWQ4NHJiN2k1ZmY1eEx4L2tkZUtyNDBlNFg0M1BmT0UzZk1ma3U4NDVJRjhkM1gvN040ejZPT2lTOCt0U08rL0lzZmh6VWZGNS81eXJYaVF3LzVFZkgxeC8wbzhQanJ4T2RCRG55dytUenh4V2Y5cnZqSzc3eEVYUC9SKzRQTmVWaDg1NHVSdUcwdEVOZTB3VmZZV0JOLzlvaVhpbHRmL3d2aXJqZitCUERvdXZpTEQ3eFFmUFgyaHZqZ2dZYTQ4bWE0ZzE5L3JmaFcvYXZpcytrVHhIc3VlN1c0K2JmL1RYejFaL2FMOXp6MWJISG5vMzVlZk9lSkR4UWZ1YXdodm5iaUhlSVQ3MythdVBGdlB5MnVtbnVKK0xnQTIzUDZHWEZESFhpcThURnh5K3NmSUQ3NGtTK0I3L2NVY2ZVRC8wRjhkZjZRZU1NSHJoRWYrZkxUeFJjL1hSTjM5bjVTZkxIL1FyRGYzMzJ2L0tDTWNHczYzWm5zditDQ2t5ZFBuai9zcnZmUEh3NjJ6eC8ydDg3ZkhKMjRZR2UydnAzMkxuakNOQjF2UHo1TWFsRzkxV3I2VURacVNiM1o4cUNzMStLazFndzlLRnZOSktxWk1YRU9sUFVnU0dyMTJPTTdZYkZ4UFFqclBxdHRKSTFtRVBtOHMxWVBhNDNZNTUxeHN4bTNmSGFvRnNXMUpBbThkaWhzTnVxSjEyckRxTmFzK2J5ekhnVkIzZWRVbXMxYUJIdmtRUmxIZFZpdnozYzJ3eWJza2NmZWhxMVdvOVdNdlRnK2pocEIwNHNUV3Mwb2J2akloRmF0WGt0ODdrcTkxbXpDM2ZiWm9XYXJIbWZ6NXB3b0c4MW1xK1lod2VxMUVPNm5seHlxaFkxR1V2ZVFmY0R4Y1NNS3ZUaWhYbS9HZ1kvc0MrQ3REWi83R2JhaVZpMnVlVWt3NEtKbXkrdXVCQUV3ZzlkNUF0YzJXMTZuMG16VzZ6N2NWd2Y1RGh2a3BWZkNBS1cxajg1dTFxT216ODJHN3d5aVZ1Z2pFNEQxUU9ONzdXMGpCTlhpSVcvcFBPRnllKzF0aktOb2ZlNEtNRkFZZU9tVkpJcWFrUmNud1A3VVlnOExJMnpVRzNYWVlDODdvUkVuZFQ5ZEZrUkI0bU14dHNJYTJLays3MndrVVZodit1d1FuRWdRK0hBQ1dNWmdxQVkrZGdMY3ozcVFlRW5xWmlPTUlwL3ZiRFhxWWNQSE1nYnJMYWcxZkN6R0VMUlJFbmhKc0ZZUXcvLzMwVWhnaTRmQXV6N3ZySU82Yi9uSW9hQVdCNDNJUnlNRlFRUml5RXV2SktoWS9DaWpKUER5NkVEeWdVandrZ20xZXVMbGw4R3BOSHdwUVE0MWZQUktHT0ZJVnovN05xeUQxUFN6VFFKd1diejhNcERWTFo5VEFicWsxYXI1Y1R6c3JZOWZCanNFL3pmeTR0dWdsY1NoajRVQkJpUElQeTlMS29FOTh2SHRRY1kzbW5IZGk3SVYxWkxZeXhxdnRScGdFbm5KaEtEVjlQTmNreGkyMXd2OWFFWlJvK0hudVFiZ3ZIcmRzbnJTOHJwbFlZeGI2eVdIa2tZakRodGVmRnNEWjlsTGdpWEFRcUVYM3RjaTg4M3JWR2h2dmZDK01BenJudmNUakdvdmJRK0tMS2w3NFVPZ1BNR045RG1WdUJYWG16NGVPcnd6cUllSnoyclJGWXliWHBJNnFFZVJsOTNYQ3BJdzlMclpRUkRBRnZuNUswRU1vc2pMYzIzVzRvWVhyZ21tVkMzMGtpYjFKcGhFUGpaWTBxalZHbDZlRGdycVdzUEw1dzNBd3ZCQnMwQUVOUklRUmo3dmJEU0MwRWZiaDZEclkwL04yd2pBUy9MYW9RUnVtYWRWRXlXeDF3N1ZHdkIvdmVRdDhGQ1FKSDVvY3hOc1RhLzdHUU5oNG9YeUpLaDRQWGNvYUFaZXNpOXV3UWI1NkpVNGlrRmwrM0FDU0Q3NFZDOHZFalZveThzZWdrT0pmR0lkWUlNMWdIZTlkRm05RVVRKzl4TjJxQmJYRXEvempFS3dHTDFRdXhaNFpqNllGT295c01IOE9BSHNmeS8wb3hVM1dwNFJLSlR3TFk4ZEFrNm9odzBmZXdncEU2LzdDZFppc3hWN1lXL05Ha2lUMEF1VGF0VEJIUGVSQ2MxR0svRGEyeENVV2RpbytlMVFXRXY4TU1aR3N4NTZ4ZWhhRFRqUXdNdi9iQUgvTmJ6aXZIRUUxOU5MbWlEdTZ5Zjc2bUF2ZXNYUUVVbHQrWnhudlZhcjFldGVHcWtKbGxTdDVoVU5DbHBoNUhlemdZSDgvTEpHSTJrMmZlNG5hSHNRWVg1b0ZzaXZ5QTlCYTdTU21rL2NIbU1kd1BGZWR5VnNoS0VQcW83NkdwakJ5NDdIR0tZWFRoMjBhazB2bEFlemdPTFlTenNrb083RHlNc3lEa0RoZTJVQkpVQ1dOUHd3cVNqMHhLa1RrR0FOTDh1NGpoNjZYeXl5Z1ZrUlhwUWhNSkdmN3hDR2dWOG1HZXBzUC9TaldZdHFQajRTdkJNWTE4ZEhDdXYxWnFQcG96OUQwUFJCNEpYTDA0eUEvN3krczlrQ3hkdnk4ck1Ea0dGK1NDR1lpeld2ckJHRUlacCsyV3VOQ0hqZWkyOXI5VEQweWYwQUQ2QlZpL3drZGJNR1N0c3J1aGMwd1BMenV0bmdjM2hwUWJqWllHTDQ0SnIxb0k2cEtsNklhQXY4RHM4WUhkaXBQdklXTXdNeDJPRjFucTFHelM4YnNRbFdnbDhHQjFodnNSY25KQzBNZTNsSkU0VHl2YkMzR3RqVXZua1lNWWcrbngwQ0h4c1VoTmN0QTNzbzlrTFZreWh1ZWVWRW9NUU1XbDUyUElZNlduNGVYYjJGVnFPWEhJcGdpN3lRcFRocGVHWWp4b0duem03V3dUZ0p2V1JDME1DTWFqOHJGZHdIci9Oc1lERGNoL3VpQmhnWVBwbUJkUXdqZ1dYakowM3E0QU40OFJESUU2OU1sYmdCZk9BbDQrTTRDaHBlbVlId25VbkRMeXU2WGc4OTBjbDZQYXA3ZVIxZ1lkUnFubFlxaUNLZldFZll3c3kzbHBlL0VvZTFwaCtHa1ZEU3VXZThMUEs2WlVrZFBIUlBYQk44QUQ4cnRRbXl4QytycXdWdW1XZGNNSXlhWHJobXF3VmM2eFVKVDZnZ3hFOGpOWUNKL0hZb2JucFZaNEMyUnpIa3RVUDFCc2dFTDEyR1VYcy8yNlFHeHBzbmJoSUFLL2hscWpSYWZsbEFRVDJ1aFY3YUhpeTNsbDlPUHRacjFTTXZMVmlEdC9wRUZCVW5lSzBXNUVuZ2hSbURhdzlXalIvZmhtamhlbGsxcmFqcGwvY0d4K0psMWFBL2gwRkZMN3N2OEl1K1kzNWZ2ZUdWTlFKZUsxZzJYdmV6SG9EMzRFVVoxV3ArOW0ycmxzUiszbkl6QU1QWXk5WnNOYkFVd09jOFkvQjB2Q2lwQXM5TDNsSnVWdUlYZDJnMGFxRlhSV1VyYW9BazhxeGFBT2ZWTDFzNGlwdGU5bTJ0aFNFNnI2Z1hiR3pkeHdiREhCZFlyOTlxRTdBdy9Hb1VNWGpsbVlrZHg2RlhEbG9kRkl1ZnJRa09hT0tEMzZMT2ppTWY3a1BrdDVuNDFIVmc5bHJvbGVPQ2RlaUpKNUlQb3JyaDVTUEJDOEc1OHNweEFlY3o5S3VlcW1IU2lGY3NzdGxxTnYwaU00MG1KamQ3Y1R6NHl6NVJhYUNNNDZZWER5WGd1a1orM0JmWHdlWDFrbUJSRlBuVmw5WFFSZmU2WlZnVm1Yam1EOVhpbGhmQ0RYWnhHUHA1QUEwZzlwRmdvQVVERU5aZTJGdUFwUWRlRWl3QzJlZFo5VWNwa0Y3NGJTME92UEFodEl5OTZzdW93cWZtcDFmcVRUQk8vT3g0TUhCanIrb016UDJPL2ZLSDZrRHRGUmNNR28zWUIyUEVDcCs0NWVldnRPQmUrK1ZPb3VYbmhiaUE3eEI1WlRiQS9hdzNRei9NR0ZGWXYvUEVjSmxQN2dlNHltR3Q1b2QrWU44UHI2cUZacTNXQ254MU5qYVA4Wk1tTGEvYTJqQU9rcUR1RTErcHc4WmlWb1NmcDVNRVhoNDY2SlNXbjYzWmpFQVBldlhnYUFKWjdHZFRSM0VZZTFXSk5lRnlOdjNpOWszd2w3MlEvR1lkdElOUDlqZEdGSVBJTDMrb25zU1JYejBTNktPYWwzZlZiSUVNODhsZWc3MnRnZFByMTBtakFZenJoMnVDaCs2M1ErQm1oMzVaUUkyb0hudm1wZFpEcjBwOXJOaEsvTHBDdFVMTSt2WERoK3BvcG5ydFVPSm5ZU0JtRER6a1pac2tZQkg1eWR1NEhudDJiYXRINEVaNm5TZm1ZZmpobW1DOXRmdzZUQ1N4bis4QTNGY1B2UExCSkNibHh3bEpveEg0ZFY0SXdzREw3cU8rV2JGZkZsQVFoVFhQT3RkR28rbFZEVWVaUEY1VmZ3SGlDVjZua29DbDZabVhta1NKVjVRRWMzNkIxR3VIRXV4SjRGVnBHTVgxeEt0MmozcFQrT0ZEclNoSi9Md3JNSTFEUDQrdUNlLzBxOG9ONjc1NWpHQ254bjRkWU9wWWRPcUZHWVBnOCt3dzBRd2JYcHdBSE44QzM5NnoxeVY0OTE1ZUpQZ09vWi9uMm1yNjJRbGhFMHdhdjJ6aEpBSlgwS3VMVUZCdlJLRlhsa0hjeEh4TkwrMFFvOGZpcCsyVHhCTzFpK0xBcTNzSDhtM2lXZm5TZ0QzeWlkWWlkaHZXL1hKY1lJTkNUM21MMlU1ZUtHd1VSNTU5bGxxeEoxWWpNeUM5NGl0WVZPU1puNER5eEUvZWd0NzEwL1pndnRYOTdGdmczTmhMcjRBaGhlZmlGL1ZxK3VXYllEU282ZGQ1QWVOSWZuaDhDUDY1Vi9aYUVtSTZqMTh1TFBDZUg4Y0hJRGk5Y2lMQVFRZnJ4SzlTQWxqQnEwNG5qbUtzZFBXeXh1c2c1cjFrWHdOa3ZBOFBoVTBNaEh0VjZqZURCRVNDWDAvc0pQVHpBRkE1ZUZZUUpGR2o1bGNSVWdlMTRvZmFZU3FzRDhkakFocFlDbjd4TXJEL3ZmbzJCK0FMMWp4N1lnZmc2ZmgxWDBhc3hndUZqUnRCNG1YVmdKOVQ5L0lkMEMrTHZXUThkbnlPdmJJdVVTYTBtbjZkVWNCMTllcXFDQjQ2UmcrOEloWXhObVQwc3FteHdZUmZQblVUZkVHL1dwSVk3QnFmMkZVZFJCOFltMzU1R0xYQUw3cUhuZlE4ZTMvWEdwNjlvc0V1eGhSNXI1Z09OUTMwa3JkeG8rWVY1NDJiWVJESFhyNDkyaldlVmRZSmZLcVhkeFdCY3ZES2JXNlJSZVFsNHh2MTJLdWVGN2l2Q1phZlorWnUwUFNLRURlQnJoNzQ5Wk1DbGUzRnQ5ajh5ck9TQ1FSODVKZWhqTTFHUEdlK1lPTmNMd3NEbGhyNDZKVXdCcE9tN3RXYlA2aGpreSsvaW1lUTFENG9EMVp3QmpXdmQ3WnFRZUk1dlFBOG5iRG0xZEVud2hRcnZ5cHJFUEZlcUYwUzQrQWdMNFM3RVdOOWhoK0NWcTk3ZVRwb2pYdDIvb3VDeUN2WExrd1F2ZlhKc0FveDZUZndtL25TYW9TUjF3N0ZNV2F2ZVZtcHdPOStQbThMcCtsNDZiSUVCdzU1ZWE1d0p0aWwxUzhhaENXRFhscXdoUjJOdld6TkpzZ0Z2K3dZa0NkK1BTQUQ3QVB2aFkxSGNMTTlxek1TektqMmtpWWdGSHlrWm9oQnBJYWZSeGRpTXIrUFpSeFMvM2d2dnl6QnB1Ris4YyttbjI4ZjFxbXJoVi8xY1RQeTR3UVFReUNwdlU0bEFlZkJyL280QVQ3d1EwUWI5Y2pYUjRwckxhOUllSnpnb0ErL3J1SDF1T2tWRnd6UW8vUFNLeEY4Wk0ydkJ3ZW8rNWJYelU2aUNQd092MXZXclB2RjZBSlE5M1VmRHdEOGJERGUvUGlXNEFRL2J4bW53M25XekNSK3NTdHMrT3duYnpHVjM4ODJpWEJRbTkrcEFQYzEvYVp1TkVKc04rZ25xVnRlT1V0Z01BWWdpUHlzOFRBSXZQcjNnU1lERWVabE1UWmJ0ZGdyYnh5ODg3cGZmMDJ3TUNKUGRCSVdtL2hOT1dyVVlzODhqQkRya1h4MGRseHJ4SDVkaEpxdFZxdnAxVCsrRmNaMXoray9kV3l3NDlmRk5xcjVkVUxHU3VtR254YkVuQkcvdXdJU3pFdWFnSlVLbnIxZnJoMzREZzIvbm9GeEZIcjUyYURwVVp6NFNaTVdtTlUrM0FmZWloOU9qVE5mbW43VFJSQjc4K29zSnJzTit0VmlndHB0K1ZXRXdCYlZmQkJ1ekhGcCtlSHhNU2hldjY1UXJRaGhkYi8rWU9qYisva3IxUFhJRDZkdUJuNjJKaUsvWHAxUjRxUlY5K3c4bjdSQWFYdkorQmpkUVMrT1Q4Q3M4YXJuQlFzRDdIaS9EdnR4NkRVekRYdTVOL3pRNWhZNDJUV3ZDdlk2YUFldmJyMVl4Um42elc2c2djL2gyNGtLVmE4WHF0NnNKMTVUTjBMd3ltcDFMMXN6QWFmRHErOGtIQW9PcnZMTGlvNkRobGVmSld3dEhQbGxkZFhySUhPOU1oc1M2dUh0ODg1R0RDTGVNK01jN3JaWFg0RTRyQVZlOWZZNGlzSUxXUUpiUEFscWZ0MVljR0tDVno1MTBnaGFmdFBXV3Rnd3hHdHFNbjVudzYrYldaQWtYbFh6ZFd3SkZYaXR0b251bFZjWFd5eGE5c3NNVE1JSTlLQW5nbGJ6aXVuUVRDWXZId25rTFJpcG5yT3N3VEwyaVhXZzdFdjhhazRiYUduNlpVQ0N5azY4WkYrcmhoM0gvYjR6cWpmOEtpWEFUSWc5dmFzSS9HelBuTi9RS3pzR00rYmdsWjVkTW10ZXlDOW9ld3kxZWRsRHpWcm8xMmNKYmxrWStQV3JDWU13OUxMalcwR3Q0ZGNGSGpzU3hINFR3Vm9Kem1YeThpSmJVY3NyVDZyWkJNYjFxajBBQ1JiWGZLcm1nWVBBaWZUeUFNQ0R4QWlvbDB3QXBlU1RmNHVkeXNPYVR3WWt4cEZpcjg1L21MbmJqUDJtN0lKQ0NyMzZqU2NSK010KzNVQ1RsdDk4KzNwUVMrTFlaMTRIOWU5citrVGE2SmJGWGo1U3N3WXEyMC9lQmlBenZlYk1nS2ZUVEx6eXBKb0J6cVQyNityZlRPcGVOeHR2U3QxelFrM2sxOTAxakJHOTljbWlwUXhJcjhrdHdMZHgzYS9IdVp6LzZaWHpDMjZyWHhlK0ZpSkxmck5RSXVvMjRvZnlOTHkwWU5pS2FuV3ZxZWFZUTl2eW02MEtsbFROci9hOWlhMVIvTEpqa2lEdzdKTWZva2ZuTjA4bndYbWNYdjVuWEF2OFpoVmhoYmFmL2lUZndVdjJvWVhybFFzTGdpOE8vWHEwQXZONVZob2lVdWpsUlRaYjlTajBuVENPeGZwZWZCdWppKzZ6UXlIT0NmVHJoTnlNdlZCMTVJVEVxM3NrVHNvQ1VlMGxFeHBScytXVjJZQWRaVnQrcUFEMncvRHJhNGRGODE2WlpOaFB0dUdWN1FSR0tocTRYcG9YRktoZmxLU0JYVlg4T3JLRG9QYkt5QUhkR2ZuVnRMWEN1T1hIUXhSQjk1djJEUnRiODZtN0NwTmFBMVd2bCt4TG1uNVRzSk42bzlIeXcyOXhnbzlmL1VwU2kwTy9MTm9taG5UOE5DOVd5SHBHcGNHMzk4dGVhNklSNW9tZytVMGhhMkRzeWlzM0N6d0g3RlRpOVoyTnVPNVZXd3YrSEtnV1A5OGhqQksvV2RiTnVPVVpDWThpZUt1WGhkR3NnMnJ4NjRJUSt1VndZeDI2NzV6VGhIcHorbmlSQ2RhNStsWHFoL1hFci9JbFFWakFDOE9JNjJESSswM1p4U1Ewdis2UnNFVmVxRjBUdFprZkR5V283TDEwR1JpYXNWOC9qR2JVOG94RnhrRlU5NXZaWFl2ODZ3VnJkVDljRTRjNWVlcVZLUGJyTWgxRVFkandxb1pMZ2xhY2VLSThNVmFQZW5uTDJGSEtjOHB1TS9HdElHakVYaDVkRW1POXFsOStYdzJjT2ovY0JQeFB6KzZ1VWVKVmZZeDZwZGJ5bS9tQ3VKMVhkOWNrQWYvY1QycTJ3cnBuZjJyc1FPcUhSSVJSMDY4ZlJxM1ZDdjF3RTdBd1dwR1BOWTZUc3BvdFArMEFMb2RubDJrNFVLK0ptbWozMVpwK3RkSkJNMm40OVpQQytqSS9QQUh1ZGVnM0RSRzJ5Q3RLZ2loUHErYVgxUlhESG5sVmJNRzlCZ1hxTitzUHZDdXZ2RGRzOXBiNFpla2x0V2JvNTl0anpZeGZ4OHE0MVVpOEtwNmplbElMUGZPazRxanVzN2RZc2RYdzgzU2FpTGo0V01hSUp3Uit0ZS9OR3BiTWVDR2l0VGp3UXJPd3pqV0t2QkRSQ0R0RisyVmlVNzJEWHk1UEMvd2t2MXJNQUF4eXZ4NXpDYlp5OU5LOFRXeHk2Q1hCV3I3eGxUaG9lUG1DMUEvRGN4NWRzOTcwbXYrSkdFYlREM0ZwWWU4MXZ3NXFtRlhqdGJmd2tZM1FiNEpVTGF3M1BHdjhRZUw2VmVwVFl6R3ZhZC9Ob0JWNXplSnNna0pxZWsxdUFlNkw2MzVUV1VNazlKczlWV3Y0WnVtQjgrQ1hsd3BNMVBLcWJteUN5ZzY4TXM1QkNvRng0cGZWMVVyOE9pRTNvNllmOTZIc1E2L09TeVBGU2NPcm5oZHpLZnd3WTV3ZmxYak5sY1pjUkwvcGVVa1QzSHUvMmxxUTFINmR5c0hOamtJZmZ3VjcxYURhOXZMUWE0M0VhMjVRQzBjd2VtbWtXcTN1MXcwVWRWa2o5dXVxQ01hdFg1NVVMUUZEeWlzR0FJNXJ5OHVTQ3NGYURMeHNFNXFVNVJuRnJHUFRTcjhvWmd0SDBubHhRaXZ4bkNVV054dCtjVUZ3QkNPdkxEM2MyWlpYcEEwNyttQitqSmZzQTUvT2IyNXRFeE9OdldSQ2lIM1F2TDZUTEhuZkNlTU56enIwcE9HNTJsb3I4SnVIbmpRYk5hOVpZamdKdGxiMzZsMksvZE1TTHpzQjJ4RTAvZnIzTmJDbGo1ZUhqaEV6ci81OVVSaGlIM2l2dXhJa2ZoRi91R1d4MzdUdm9BSHl4S3ZEUkpOR012bE5tc1NXMkg0NE5iZzZmbm5qSWV5UVgyWWdxTjdRcjVkQkRjeFV2MmxPWVl5MWRGNGMzL0RyRTBGVGR1dGUrV0FKT3ZkK2VnVzhoOWpQNjREVGJIcjE2bXJXa21iaWgvekc5YWp1eGJjQmRoYjJpenRFNER0NDlZVnRnWnZ0TjBzc2dKZUdYakloYVdGSEtTOTUyOENpUDc5dTJuSHNseDFUd3lFRWZuR0habHp6NjYrSjNuTHMwOThFSzBkanYxaGtEVE05L1hxY1I5Z2MwYThISkNZait1V2dvVDN1bFhVWllGMmtsNFVSQjJEVitNWExRRHY0OWViSExHTXZENzBGbk9EWHhiYUcxVForTWdFc0tiOEs5aVlHekx6NjVHTUpjYzBya3l6R3JwTisvUmhCOTdhOG9waEpEZHRrK2szS3dySU92eXJPZXV5Wm14V0Q1UFBLY1FIV3c4eG92d2hVV1BQTDRXN0dVYzF2SWhqMncvQ2FMcEpFZGV3OTcrTUJ4T0FCK1BXcmFkUmFMYi9lL0VFU2VjNUNBZXZXSzNzTm8rOStXYlQxV3BCZ20xWXZ6RGlNdlNRWXlLRlc2SlV4Qjk1eXMrSFhaeW5BNWdDZU9iK1l4ZTJYTlJKaFlhNlg3NENGT241ZUpOZ0pYcE5id0EvRUljWmVsTmlXekM4REVyd09yd3BackhkbytVMjNCQ08xNXRubHF4NUZmckdPT0doNjlsNExzQnVMWjBlQ3B0ODhkT3hjNnRmeHVVWVZvRjRZUmxRTFE2OVlaTE9COWZaZU56dUpNZXZjeTF0TzRwcFh2aWJ3YktQbFZWRUpiL1Nkd0FqT1oreVg4d3NhTy9DczhjZkVFUzhKQmk1QTNhL25VU3RxK0ZYRHRlQ2RrVjg5VWl0RWY5bVQrN3dtVW1NVlo4MVA5aldUS0dqNVpjd2xEWEFlL0d3VGJPWHU5MDR3NUQyMWZjMnZTd25XMzdWcVhuWWYySXR3UTcwbThXRE5nbGZQWGRCam9BajlrS1dtWDBZcnlGdk1VUER5SXVGcSsyR01TZGlxUlg0OUlPdEo1SVZPSWlibFZ6TVRSalJjMWE5bmZiUHVWN2NjQk1CRlhsMm00d1JNUmk4N0hrUFNYbDB5Z1crVGV0TXZ6Z3ZXWnVDWjZWbHZlRTZNQjY1dGV2VWJyOVdUSlBTYkF4WFhzS2V4SHhJUmVmVTREekVtbmZobDZkWEFLL09icUlsbHkxN24yY0tKRWw1MXkzSFNEQUsvZUZtdDNncDg2ejg5MFdZc1hvbjg2Z1ZibUd2bjF4VUtMcHBYcFFRY0poaHZuaFlHM20wdlM2cUY4N204VGlXcEJYNDROVm1NZnBWTWNlVFhxNnNGRzl2eW5NbUV5ZnllYy9lQWlmd2l4SzJtMzZTc0ZzNlo5SnpKMUdyVi9XSTZZZGp5bW9KTjh6L3JmcDF6Vy9VZzlvcFlCR0NOMS95czhSakVuMTh2MmtZRTdvcGYxUitPei9ieWRNSmEzYk5XR3UwK3oreVlPRXI4NmovQlhJeThacE5qODBqUDJjZUlHdnRWWnlEdTY2WHRLZC9FYjNJTFpwejc5UjhDNDlhckszRWR1NXNFZnJobWdtbTBYbklJTzB6NDJRazRjZG12TWkwQnM4K3ZuaGUwWitTVFo0d1QzaUt2NlZ6b2wySCtoeDg2R1VlZUZtTU1Zc2l2ZjN6VHMzdEhFbUlxajFmK0VMWm85Y3N1amFocm9KY3VBLy9jaXhOcTZFYjY1WERqREVhdjNHYnM4K3Zac3dGWTNuZE9XNElOTnYxdWRoTDRUYVJ1Tm10K1hZVEFRWSs5cHBwai85dVdWd3dkNTBCRlhoNEF6VUpwZU9YeXRIQitNZGg5OTdyWE9mZTYxNzMvU2oxaDd2TGxwY1g1L2VCSFIzVmc2NmVlNTNMT2t1Wnh4VWMxYWttOTJYSjdsS1FwUGdxdkRLaERwMGNwbXVLandOREdYdlpPajFJMGhVZGg5THBXajUzMlN0TVVIMVhEZWRSaDNlbFJpb1o5SUdZUEI1SGJCMG9hdGlxVU40M1liVldTaHEwcXhweEp4MjJYTkd4VkVaaC9TZUMyS2tuRHR6MXNOdXFKNDdZVERmL0FNS28xYTQ0ZlNEUnNWZlVJWks0ak0waWE0cXBBR2thd2lVNnJValRGUjhWUkhaYnJ0RmVhaHEwS2N6eWJUaWVvYWRpMnR4cXRadXpJVjVLR1hlY1l2Tk9tMDZNMERUdEJiUDNlY0pNTWlvWjlZSTFtcDdsOW9LUmhxd0xsQ0phWjI2b2tEVHZCVmgyVXBSdTNLeHIycUVhejJhcTVxUWxGd3o0d0pQdkk3UU1sRFg4VXFOZTZrOGJSTlB3NngxaG00M2lkaVlheGFMM2VqQU5IalNOcCtLUEFUSEtUVjVxR3NXalVxc1UxTnlHamFOaWpxTURSVFRJb0d2YW9JQUNPYytNclJjUDFJTTdYYzJRR1NWTnlCK3QxdDR1amFkaWpNSmtqZGxRVGtvWnZlNEFxMG5IYmlZWlpmVmoyNUNiNk5BM2ZxeUJxaFk1U1ZOSXdJUk9EcFZSek15QVZEZC8yRUV3QVI1dEIwcFR4RlVneVo3NENHbjZDTWM0UmRUeEJvbUdTQWRnMkROeXNQa1hEYklZa2lzQTFkN01aSkEzWGd6SHNvYU5aSzJtS2oyclVHM1U0RXFkSEtScHVpMklQZjFkYmxHaTRKUU1lYitJb3J5UU5ad1pFdkYyWmdXallYaVhnb0RiZHRsM1JzRHVJclI4ZFdWVFJjTmNTZkxMQXpSWlZOQ1h5Q2xNSlhPVVYwdkNMMHdpanlHbXZOQTEzNHVwaHc4MjExRFRjTVFscURUZDNTZE93Nnh3Z0xPT21KaFFOMTg1WS91VG9Ma2themd4TkhLN2p5QXhFdzFaVkIydXc1Y1pYaW9ZeEE0N1JqSnl1czZiaE9BUEM4bzZtbXFSaDhpcEJBOERSL0pBMC9GRlJFcmpCTzVxR3l5dU1acnZLSzZJcGNaY1NSMHhHMDNCbWFMZy9TdEtVeWZhR204MmdhWXFQaWdKWXJhTS9xR2hLM0NWUVJJNG5LR200SlJNMG0yNnlYZE53ZDZrV3RkeVlRZE53N1l3ZHF4MU5OVW5EcnpPY2hpTW1vMmo0dGxNSml1TzJFdzE3Vk5CSzR0RFJNWkUwWE1nME1jSElVY2dRRFJQSTJPdkRFWUZVTkZ3N041cHgzZkZSa29ZOXFoWFZrdGhONHlnYUxtUmFEVERESFlVTTBYQXBHclNhYmxDWXBtR3JTckE3cUtPRkxHbTQ1eFZGallZalpDRnBPQlFXMUZxdWFrTFNjTW1RdEp5RmpLUmhsZ3dlaHFOc1Z6VGMvR2pFWWNPTkdSUU5GekpOTUozZDVKV2lZYXNDeGcxZDR6aVNoaXN2OURKY0lWYWlLVDlCUjNrbGFVcHNockR1SnE4MERaZFg0SEs2R3BDU2hqMEsvSUs2STk2dWFOaWp3SEFPbTQ0K2pxVGgzQjdYbTI2d29hYmhxd3JxWWVMNGdaS0crWU4xYk1MdFpza29HcTRINjFIa0doS1NOTnd4U2JBVmpxTmpRalJjcFFhd2g0NEJCVW5ETFprZ0JsSHRhTWtRRFlmQ21yVzQ0Y1pYaW9iclFSQVpvYVBkTG1rWWk5YWJtRERzeHFLU3BpVHVYR3M0NmtGRnd4NkZ6WWNiYmgrb2FEZ3o0S2hJTjlHbmFIZ0l1NUdBc0hZTVlSTU5XMVdqRVlTT0JxU2k0VUU5VEtseVc1V2k0U2NZTk9xT2ZLVm8yQWNtRVZiaHUzMmdwT0ZDSmtwaXQyM1hOQnhEaHYvcnFnY2xUUW0zQjBuaWluNFFEUStBTnNHTGNnMkFFZzBQckVmWUg5OHhzRTQwM0VKR3E4dHgyeVZOeWJZSHpjQTFZa0kwL0FOYnNJT09GcktrNFlIMUdBdzROOGRFMGZBVHhFOTNCSjBrRFh0VVNJTXUzQjRsYWJqeWFtRmpIVWZsUlRUY20yaGdTMXRIYjRKb3VLbldDQ0pYMTFMUzhHMnZ4YlhFRVJ5UU5IeXZRbkI5SEZOdUpBMjMrbXBnNDdoSlVVVlRZc2xnV2FHckpZTTBmSy9Bb1hZRk15VU5SN1liTGRjMEVrVlRFc0t1dzcrNWhyQ1Jock5vUFd5NDJlMmFwdVJSaWJPOGtqVEZENnczbXEzWU1XS2lhSmlpcjJFNXRtTk9rYVFwQ1hPQTkrcG9iRXNhbmtiU0NseFBVTkVVSHdWbVNkaW91VGttaW9admUxaExIS05MaW9hYmFzMTY2Smk5bzJqNHRnT1RCSTc0bGFUaExBclhvT0hLb2tUREhaTUlLelFjSFJPaUtaRlhhSG01eWl1a0tjdmVjYzQybERRYzNta2tMVGUrMGpRY2I2OWhpYTRqM2s0MC9PSTBnbHJOalVVVlRRa2NqVTIwWGVGb3BPRWdlUlE0WWpLYWhvV3dHMG16NlNpdkZBMDNJRUhtdXdZVUpBMjNyOERmZEF4ektCcStxbFpTYzh1QjFEUWxtUU53TlIwbGc2VGhKOWdJUTdkZ3NhYmhmSVc5ckZ6REhFVERiWVphWEhlTk8wc2Fkb0t0V3RNVkpGYzAzS05QNHRoTjBXc2FadGFDTlJoR2puQzBwT0ZZSDlpRGpxRkdSY09ETDJFOWFUaldBa2dhTHBDajBER1dxbWxZTERVQmtkOXcwemlLcGdUWkJnUEFOV2ViYURpcWh0M1hIRmxVMHZCSGhjQzZqdmFWcE9FT2J4Z0diaVVZbXFiVTZuTUVmaFVORDFUVmNCQ3lZNkNLYVBpcW1qaGl5bkZWUk1Pc3ZucXowWFMwcnhRTmowMDBnOEExblZMUzhQd3J1QWFPU0pHaVlZOXFCZGhaeE8xUmtvWUxHUkQ2anBtWmlvWkwwUUJEaDQ1U2xHallxc0lrYXJvVmhtZ2F6bGNSWEU1WHZpSWFidlhWdzlBMTQxZlNjRGU4VllzY1ZhcWk0ZHRlQXhQT01YRlIwdkRnU3dNOEZ0ZXNNS0xoVWN1dzZXZ1VhUm91K3NCR2RZdDVhUnEyN1hYTVQzYk1zcEEwL0E2Q3ErOFlNVkUwSmQ1RXErV21CelVOandKUUdvQmpGSUJvT0YrMUdqWEhnaU5GdzFiVkJLdlNFUXBUTk54Q2poQXhkYlNRaVlZYlJaaXA0Z2pkU3hyMmdSaVBkb3lZS0JyT0RPRDd1Q0ZGbW9abjc4U2dQQnpqT0pLR1l6TFloYzJOMnhVTmx3eTFadXlhRUN0cGVKWkYzSExOWWxVMEpYa3lRY3NaTmlRYUptU2FDVWhGUjlrdWFiaFppK002SFhQVkpBMlg3Ukhzb1dNNnBhVGhZZG1rNFZwd3BHaTRQeGk0VzMyU2h1Y3pnTGtiT2hwRmtvWTlLbWhnbGFuYm95Uk5pUk1IRHJwckdnblJjQVFTTS81Y0VVaWlZWjVYQXl4VXQ5SWVUY05WYWhTQjhleW9Vb21tUkNEWHdhbDJGY2hJdzdrZGh5YzZDaGxKdytJNERXQTJSeTlWMGJCSHhWSFFjQ3Z0MFRRbGU1VTAzT0JvVGNNdlRqMTBEVlFwR3M0TTlhanVta0VuYVVyTTJsck5GU1NYTk55Snd5bDJyZ214Uk1OV2hSVWpMVWZmV2RKdzBSZldtbzRKWm9xR3graXB1dGN4Ums4MFpYa3lrYXVRa1RROHd0dHNObHlyaENRTmozbUJVKzNveENrYURsbUFhSFhOYjVjMEpUNU8wSFRMS2RJMG5OdEQ3SS9yeU8xRXcxY0Z0OGt4UlZEUmxJQ1p6YVpyenJha0tYRXRnWFZkQlRMUjhBK01tNDZOQWpRTk55QlJURHRDckpLR1N3YnM2K0s0S2tuRG5UZ01nTGoyWnlBYWZvTGdZN2hpeUpLR2E1d0ErTTBSQ3BNMC9BUWJMY2VrZEUzRE5VNWNDMTJUcGlRTjA4NUowSEt0d2xZMDNPR05XL1hJTWFnbmFmZ0p4amoyeFBFRWlhYWNSUjBsZzZRcHdSbHFnV3ZVVXRMd3NHd0lock5yV0pabytBZUc2TjA1ZmlEUmNHTzdGVFhkYWt3MERkYzR6ZGpSMk5ZMEhFT09NTnZJRVVNbUd1N2pCTTZKaTRxR2h6bUFTMXhiUFVpYUVyUVdqR2ZYMkFUUmNQTWpBUC9jVWZSSkdxNG1halZYZjFEUjhMMUtZbGVBVHRId0UyeGh6MUhIRXlRYXZ1MVk2dTJJcWtrYUprWHJyZEQxVVlxR1l6TE55RkVQYWhvZXdxNUhpV3VNWHRMd3ZXclVRcmRTUkUzREhoVTFRRkk3WWpLU2hvTk9qU1J5akUwb21wTGNqN2pwMmxSQjB2QVR4RVFjNTN4UnBPRStEdHh4VjF4VTB2Q0FBazVmZFB4QVNjTS9NQUVUMWJXOGptajR0bU42aVdOMFNkTHdSOVZ3dktuam80aUdTMUV3QUJ3OUwwWEQ3MkNqbnJqRkJ6Vk5pZFVYUjI0WFI5T1VoQnFiaVdQUEFVWERuVGp3Vnh6cnZCUU5kOE14aXV4YXJrSTAzRzV2WUF0a1I3dWRhSGhBSVdnbGpoYXlvdUdvV2hTRWpsVkNpb2FEQTVnSDdKb1FTelRjVk1OQlpJNTNVTkt3UnpXYVdNN3A5aWhKdzY5enMxNTNUc1lqR3Y2b09HNjZjYnVtNFh4VkR5TFhpeU5wT0JSV2I3UWNMUmxGd3o0d2lpTEhmakthaG11Y0JDZmNPR29jb3VGUnl6QklYUFBiSlEzWE9MVzQ1VnJOSVdsS0hONHdkSFRERlExM2wrQmZISnZzS1JwdUZBV2dJUjF4VVVuRHBTZ1duN3QyaUNXYWtsQmo3TmhjU05PVUdaQ09jUnhOdytPRHRUaHdUc1lqbWpMWDByR2ZqS2JoaXI2VjFGdzdMa29hL29GTk1IY2Q3NkNrNFIrSTgvb2NlOUJKR3NaWFdFSWJPNFk1SkEzL3dEb09mSFg4UUtMaDNONW94SzZONHlRTkYzMUIzSExER1RRTno1TUJJZWJhQWxmU2NOY1NQQlpIT0ZyUmxIajBrV3ZxcWFMaDhxcmVEQjNORDBYRGNkRm0wbkRqSzAzRDlXQ0FDdEpSRHhJTjIvWXd4T0czYnRzdWFiaWlqeHFCWS9HN291RldYNjBWT0Z0OVJGTmk5V0Y3YWxlckQybEtCSExMc1lPWnBtSGJIaVJCM1RHZlFkSHduS0ltNXFRNjVoUVJUUWxra1FTT3NLR2k0WjVYbytYdWVSRU5sKzFnNGpoMi8xWTBuSythWUN3NUJsOGtEVmNUY1JpN05ZSFJOQ1VaS1ZIVE1haW5hRGhTRk5kYmJpRnNUY016QjBCcHV4WGVhcHFTOUtRZ2Nod3hvR2g0RkNDSkk5ZjRvS1RoVGh5T3RITjE0b2lHNjBFUStvNkZJWXFHbjJDdGtUaktLMFhESlVNRExwVHJpQUdpNFRHdktHNjZKazFKR2c3UU5lcWhhMzhHU1ZNU1VLakhybGtXa29iN3p2WFF0YVdrb3VHV1RETnhidVl2YWJocmlUV0tyZ214Uk1OZHl6cDZaSTZ1SmRId2JVOWN6VnBOVXhLMUJNNTFUYmtoR25aeEVyRENYWXYrSkUwSlpCRTdkNmVVTk54bWlGcE5Wd3haMGpDK3dqeFp4NWlYb2lrQmZ1c3QxNjVja29idFZSSzdlL1NTaGw4Y0hPam1Ka1VWVFdrVXdOWHpralQ4QXh1TndKVVpKQTNYZzJIZzZ1TW9HaTZ2c00yZGF4eUhhTGhISDRVMVYxeFUwcFJFQVJwTjE1SXhTY1B0OWhndnA2UGRUalJNTWlERzZjZ01pb1pkSFBDaEhHdmlOQTNucXloeFRFTFFORHp1M0lDZnU4YWRpWWFEQTloTTAvRUVKVTJKaFZ4UEhEdHNLQnFlUm9LWDNMWGhNOUZ3UFJnbGlTT1FvbWhLUEM4TWJidDZYa2pEclQ1NGcxczFoNmJoM0Y1M3JWM1NORnpJSkdIc3Fyd2tUWW1pQjl2Wk5YdUhhSGhzSWtrYzI3cHFHaDdVQ3h1T0xLcHArSFZ1QlMyM3VMT200Y29yakdwdVRSVTBUWmxISHpwQ1lZcW1CTDl5dDBVbERmTW13R3AyVmZTS2htTjlyY0N4NmJxbTRYSG5SaFM2SlhscUdtYkpOTEZteXhITWxEU2NHUkExY0x5RGtvWWJrRW5pYXFvcG1oTFpIamcyNXRVMEpYY3djV3oxb0dtNFl3S2I2SnhnUmpSY0R6YkR1bXR4bHFUaGtpSEJlVDZPa29Gb3VCN0VaSHhYUFVnMEpTY1lPZmE2MXpSY3BjYXV5TGFtNGFIR3VtdWZiVTNESlVNWVJvNzVvb3FHcndyRnErTzJTNW9TL0FydXVUTitoVFJjSUNmdzVZNThKV2s0V3R0Q0VOQVJyU1VhdmxjTlBGckh2U0tha3VTV3Btc2VzcUlwUzlob3Vub1RrcVkwOThNMTdVM1M4RzJ2Z3h2bG1NVXFhZmlqTURIY2NhOGtEZDkydUFLT2dTcEZ3Nk9Xb0l0YzZ3Y2xEYzhwcW9POTY1alBJR2xLY1ZIWFhEVkp3MVlWeGRqNXkyMVZrb1k3dkhWUXRxNE9MOUdVNk1FZ2RPTjJUY09qQUkwd2RMUmtGQTBQY3lRZ0VCMGZKV2s0cXBhRXpxMXBKQTNqZHREWnptWG1rb2JiREZHajVwWWRyV2s0UUFmcTN4RVhWVFRjdm1vMkhQTVpOQTBQRmpmQnNuU01Xa3FhRWd3NWlGM0w2eVJOU2N3cnFibGFNcEtHMzhHZ25qZzJVRlUwSlo1WHc3bFNUOUt3RDR3YlFlTGNUNFpvZUtBS0xGVFhSQ0JKVTRMSnhJN2FXZE53WEJUOE1kY1JtWkttUklxMm1vNnRsUlVOVnhOSnkzbFlrcVRoc0NFR3lSMHpVaVJOQ2JJTnIzQnRqazAwM0I4TVFzZWVtWnFHQzVra2pCMDdJU2dhenUxZ09qc083bFEwUENTRWplNGNiVkZKdzZHd1d1Q1lDS1JwMkIwRUw4Tng0cTJtS2JGa1hDZVRhaHFlVXhSaCtiSmpUaEhSOEN3TEdzSGptR1ZCTkZ3UHhvMmFZMDJjb3VHWVRCakVzYU1CS1dtNHNRMm1zMk9UUFVYRDVWVUNuKzRZbHBVMEpSb0gxS096eGtFYTdxV2lGZTZvblNWTmlVY2Z1L1pWVXpUODRqVEJZM0ZVWHBLbUpITWdhRHFtdlNrYWJ0WTJtL1hBY1ZXU2hrUDNZTUE1M2tGRlUxd1Z6akJ3YlNHaWFQaDFobjl3Uk5VVURiczQyRWJZMVV1Vk5DVjZFQlN0eHhRTTNvQUNWeG80SWtXS2hqMEtyT2E2WTB0SlJjUGhhSnozNE5yT2ptaTQxUWZxMFJFa1Z6UThOYUlXMUZ5TEhTUU5qMW9HaWJQVkoybktJSXV3NWxvR1JUUWNGOFVhQVVlYlFkSndvd2dVcld2d1JkSndBektPNjQ2dHRCUU5GOGd4bHYwN0NtU2lLUWx6MU91dTAxVWtUWm5ENnp4cVI5S1VuR0RrV1BtaWFkaXFNTkxuV0ZhZ2FJcVB3aEpGdUZGT2oxSTAvRG8zd3NoeDJ4VU5POEVZaXp3YzVaV2s0V0dPV3VTSXFta2FMaG1Tc081cXlVZ2FEdS9Fb1NQd3Eybllvd0owRGx5NzZSSk5TY0lHdGgxeVRkaEFHbTRVdFhCS3BhTlJSRFRjODJxQ1ZIUWRIME0wM0dZQThlb1ltMUEwSmVsSmdUT3FKbW5LTWxJYWpvMENGRTBKZm9WVnBxNzRGZEp3Z1F3aTBVMTVhUnB1dDlkYkRkZmVPNUttSkkwa2NVVS9GRTN4VVNITmFuWVR5SXFtREdKMUhwNHJhYmk4YXJvamtKS0d5WFpxSE92RzdZcUcyMWZOeUpGRk5RMDNhMnVnSGwzTldxTGhRQXE0NTY2TjR5UU5rNklKTUp0akhiMmk0ZHE1SGptaUg1cUdveDl4cmVXYXlpVnAyTFluWUZVNkRzOVZOSHl2Nm5IVE1hZEkwWERSQjRyV01icWthSmhyQ1I5ZGM4eTZWelFsR3FmUmNoVjlrb2FIK3lOdzlWM0QvVVJUa3Z0UmQ4emUwVFQ4NGpTU3V1dGdLVW5Ec1Q3d01WeW5tVXVhRXZ5cTVUcUhWOUZ3dXgzRW1QTlFacUxoRWQ0b2NjeEkwVFNjMjVQWVVROXFHbTUrTkFOSEMxblRsRndjWUZ4SFRFYlNjUFFEdHRCeHRxeWk0ZVpIaU5OOEhNMFBvaWxScVMzSHJIdE53OUdQQUFTMWF6SWUwWlI4WUJBNFZzc3FHczVYRFpENXJrVi9STVBCZ1ZZdGRwemFvMmo0ZGNhZXk2N1htV2hLek5ySU5WQ2xhQmlMd2xvVDE0b3FTVk9XZitXWVc2dHBlQndIZTNnNFhoeEp3K1JWclJHN05sMVhOTnlqYjdXYXJ2T2RKUTA3d1RDdUo2NzkraVFOejdMQXZ1Q09veXNrRFU4RWltcU9JekkxRGYvQUdqaGtqamlEcE9HclFyRE5VVEpJR3Y2b1p1QXFrQlVOZCtLYXRZWnI5bzZrS2ZQb0c0NlpUb3FHSTVCUjZJcjFLUm9lODBMcDZocWpKeG91a0Z2Z2REb2FrSktHYWVlZzVocEwxVFRzQkZ1WW9PemFwWmxveWlJbWpxTXJOQTNQc2dCL3pIVWdyS1RoRm5LSVhSMGRMV1NpNFo1WFVLdTVoV1UxRGM5SXFiVWM0ODZhaHZ2T3JacHpNMzlKdzhPeUdQbDFiYXBBTk9VSXBPdlFRS0lwaWVNa3J1MmhGRTFKTExVWk9FTmhSTU45bkNpTzNGb3JheHJ1aHJmcWpxT2lOUTNuOWhhWWNLN2NUalI4MnhINGNaNExVQys3emdsWXpxNTkxU1JOaVZrTGZyQnJ5eU9pNFZaZmpQMWhISzArb3VGOGhWM0JIYVdvcE9IYlhnOXJybWF0cE9GeG5HYmdPbUJSMFRDckw4SndyUnN6S0JxdVVtdE54eEVEbW9Zckw3UzdYT3U4aUliN09IV0VXQng5SEtKaGV3VUdUdDNOODlJMEhGV0xHNjR6cWhRTnV6ak5NSGJzVHFscHVPaUxnNFpqcjN0Rnd4VTlRbmV1WmVaRXcxMkFPdWcxeCtzc2FYaWdpb2JPT2dhcWlJYXRxaEdEb25YdDNFSTBYRjZCRit6YUhrclNjQXM1ckFXTzhrclI4T0JMSzNhRTdqVU5CK2lTb09ZNEFFalJjR2FJRzRsclhhcWs0ZEI5MEFwZHpWcEp3MlY3SElHajRTamJpYVpzcnhxdTlwV2s0YVpha2pnMmI5UTBIRU9HTDNmN1FFM0Q3aUNpSW81REF4VU5zNi9xalpaamFZK200ZmhWQkNhT0k0dEttcEl3UjgweHkwTFRjSWkxbFRpakg1S0c2MEh3eHh3L1VOR1V1cGF1bVFPU3BrVGpKSTVkdVRSTmNWVU45S0VjeTZBVURSZklqVmJpcW5Fa0RjK3l3S202cmxrV1JGUGltTlFicnFKUDBuQjRKNFJOZElWM2lJWmJmVkU5Y1UyTmtEUmNwVFpEeDBSclRjTkJwd2E4d0JWMElock83ZGhwMHJWbkp0RndBeEx6WjF6YjJSRU5lMVN6RmpyMnV0YzBKVUltREZ4YlNrb2Fqb3NHWWVnNGxralJjQU95MW5ER3J5UU5aMUhRdFc2RmJKcUdTNFlrYkxwMlBaVTBISFJxUlMxbjBJbG9PRFBBaFhMc2RhOW9TdFJFWEhPZFB5aHArSFZPd3REVkRaYzBYRHRqZHFRajhDdHB1QlFGYThLdGZsRFRjR1lJd3BwckdaU2tLY245aUIxSDdXZ2E3Zy9HemRnVlNKRTBiTnZCa2doZDUvQktHcDRhMFdvNG9tcWFodnZPbURQdEdHcVVOQnl0VGVLNDVXaldTaHErN1kyazZaWnlvMm5LaEV6czJ2ZEQwakRKVUFNRHpqR2dvR2hLQkhLejdqcC9VTktVUUJiTnhNMG8walRjbTRBYjVmcUJrb2F6YURPcE80bytSY045WjVDSHJnMG9KRTBKc3UwOENFL1JNSGNKSTMyT1JYK0toZ01wWUhhNW1oK1NodC9CdU80NEhWalRjSTJEV1MrdUdvZG8rS09DaHVOUUcwM0RRZkpXSTNaTnA1UTBKVFpEM1JGbjBEUWxJSG5EMlNpU05EeTZWSU0zdUU0Wkl4b2V3cTYzbXE3OStpUk5pUXRRYys2NEtHbTRmZFZxUlk3UkpVWERnWlFnY09aMlNjT0ZERUkxcmdBZDBYRFpub1F0VnhhVk5CeS9pbXVCSThTcWFMZzMwYW8zM093clRWUHUwYnVxVktKaHpJRGVuV09sbnFMaGU5V0tROWM4WkVuRGNkRlcwN1hsa2FMaGVyQWVobTZnazZiaE9VWDFLSFRNazFFMDdGRnhFenRFdWoxSzB2QTdHQ01HNkhnSGlZWnRlMWdMblVldlNocXU2SnV4YTdCWTBaU3dhT0k0V0VyVGNIY0pNMGxkKzRzU0RWdFZJMnEySEZOUEZRMDd3VHFZNEs1U1ZOSndnSzRSSmE2aFJrbkRBd3BSV0hjc3dWQTAzTWRwNHVBY1J4K0hhTGo1Z2VsK3JqVW1STU5OTlRDV1hGUGxKUTNuZHV5NTdOcDdoMmc0dkFQYTBTMzlXOVB3OEZrVU9YYTUwVFJjZWNVdFYyNVhORnkyTjJMSENkMmFodHRYdGFqbTFpTkYwN0M5cWpYUTduTGJLMG5ETlU3U2JMa204RXNhcmxJYmpaWWJTSzVwU2lKeGNldzZqMTdTY0hlcEZvZU85cFdpNFFBZEpreTR0aW9sR3Y2QjJFTE10ZDZaYUhoNlVoalZYUXRESkEzSCtwcm9HamhpZlVSVEZ1Wm9PamQ4SmhvZVhRcWltbU81aXFJcFBncDhjMnhLN1BRb1JjUDNxaEhYSGVzSEZRMlhvblV3QVJ4UFVOSndOUkZHaVd2QmthVGgzQjYzbkZNRUpRMzNVaU40aDJzYmFxTGgvbUFkVEFCSCswclNjSndoZEsyVzFUUWNDZ052eGJGOWdhTGhOZ01OK25LMEdZaUdnVTRKOXYxeTdNOGdhYmpORU5ZVDE2aWxwT0gyRlNLVHJ2WVYwZkR3V1IwY1lkY1lQZEZ3UlkrbEdhNU9ITkdVQkY4aXgwWUJtcWJFbXdBOTVPeE5JQTFYRTJnTHVsWTFFZzBUTXVCQ3hZN1pob3FHTVVNemFya1dLU3NhYmtBR1VkMnRZbDNUbElUN1hmc1VhUnJPb2xHdDdocnpralRzVVdDQlI2NHBncEtHTTBNVXV3NDVWVFE4NVNZSUcrNE5jNUNHSjAyMTRzUVJKRmMwM09xTHNUV1dvOVZITkJ5Z3d5Ny9yZ0FkMFpSNDlNM0VlV0lJMFhEWkRyYUVJN3lqYVBqRndYWmRqbmRRMG5CbXFBV0pLN3dqYVRpR1hJOUMxMEY0a3Fia09pZU9qZU0wVFluTlVHdTV6ZzJYTkJ4SXdlb2h4NUl4U2NOVmFoaTRUa1ZVTkJ5dERldk84MUlsVFlsMnhnbTlydG9aYVRqV0Z6WGRKOUVRRGYvQVZ1aUlJV3VhRXJPMkZUazZ2SXFHcTlSV3MrV202RFVOLzhCbTREamtWTk53dEJZa2hsc0hNMDFUNHVQVW1vNGZxR2c0a05KTUdxNmRoeVZOaVI1c09MWkoxRFI4VlVrY3V2bURtcVlrSkpRNEppRm9taEtRdkZWekszYlFORndnd3lZNjUvVVJUVW5jR1l3bFJ6VWhhWGllVEZodk9kYVlLQnFPSWNmZ3JyaGl5RVREbmJoYU0zUkZJQ1VOdjg1Unk3bnZoNlJocTRwYmpjUVZqcFkwREVpcEo3WFFVZlFwbXBKdGorcXVKeWhwdUx4cU5KeGIvMGthSHZPS3dCRjJ6T3VUTkNXNGFPRFljVkhUOEp3aWJBRGgybGVOYUxoUkZBZXVBUVZGdzZQaDRLMjRoYzgwRGVlclZ1UmFncUZvT0FLSk5mR3VUWXlKaGdlcVdtSExzVzVDMGZBMGtnRDhWMGY3U3RLVWFaeklzWmVGb3VHbVdoT25ERG1hYWtURDFVVExOWjlCMDVSNDlBMW5wRWpTY05HSFlWSEhFNVEwWldodDNiVklXZEtVb0xWTlJ6aGEwM0J1YjRYT1l6NGtEWE10TWZ2YU1XS2lhSmk4cXNQTmRJMkdTeHArQjhONnd4SE1WRFJjaW9KV2M2dWIwRFQ4RHVJVUNrY0xXZEt3Ylc4R3JjZ3h5MExSOEE5c2hzMkdZNjJscENtNU9ISGROUWRTMG5BMWdUOTE1SFpKdzZPV3RZWnJFWTJpNGRjWjNIUEgwYXVLaHA5Z0hZZFVPcDRnMGJBVEJBTXVjSXdQS3BxU1JDQXdkMTFudmhBTkQ3NjBFc2NSbVpxR2YyRFQ5ZUpvbWhLTmczQ05xOFpCR201K3hFbkRFVFpVTkJ5dGJRYU9VVXROdzMyY3VKbTRWcXhMR3A0YUFRTERzZWVBb3VIUWZRZ2Y3Z3JkRXcxL1ZMM3BQTkpYMGhRZlZZdVNLSFNNbUNnYXhneEpEWTA0TjJhUU5CdzJyRFdTcG10NUhkRndQZGhzTlYzcnZDUk5DUnp0UHJCTTBwUllNbzNZdFYyd3BPSHVVdVJlQ3lCcFNtSmVqY2daM2lHYUVvaTE1ZW9DS0JyR1YwME1XcmhKVVVWVEVyVnN1WTRHVXpUY2dNVHBWWTRXc3FUaHEyclY2bTdsd0pxR3MyZ3JDVnpuTGttYUVoK240WmhUcEdrNE00REljSjA2TFdrNHZKTzBIRk51TkEwUHZzU1lOdTBZZkNFYXJuR2lldUpvdHl1YXNnaHY1QnJVa3pRY3pNUTVHNjVEdUlpbUpQZ0NuckFqVWlScGVHb0VLQSszM29hYWhtdm5wT0g0Z1pxR0MrUlc0TnAwWGRId0UyekFMWGNVeUpLR24yQmNxenUyYUZNMG5OdkRadUk2cmwzUzhFd244TTFkR3dWSUdzNE0yS3ZjdVlFcTByQnR4NndYeC9rNGlvWnBuRERFRWN0dUdrZlNjTWtRSks3cGxJcW1STWpFanBPVU5RMFBuNEY0ZFlYQ0pBMkhMSUxJc2RXRHBtSE1RQU5abmRzWElBMVhYclZXN0FvNlNSck9WN0NGanFVOWlvYmJWL1VvZE8za0tXbEtRa0xnY3pxWElpSk5pWkRCWGpxdVFnWnArSFZ1dVBkaWxUUWNzb2pqdW11WEcwbkRIb1Z3b211YXJxVGhtRXl6R1R0R3d4VU5qNWdrcmFiamRWWTBITDlLbW9sejZUVFJsS1dSMU4zdW9LWXB3ZnBpNXhpOXBPRlJBUERPM1dicWFScXV2R0FYSGFOTGlvYmZ3UWh1Z2FNVWxUUmN0bU9YZjllSmJFVEQ0NFBZSjhoUlRVZ2FIaCtNWTlkRWEwWERZVVBVYWM2am9wR0dQeXF1T2M3ejBqUmxBRjNzMmtoYzBuRDdDbHdEeDVDUW91SCtJRndDeDhvWFJjTlhoZU9LWEJ0OEVVM0pCeUtidUg0ZzBuRElBdDFYUjI2WE5EejNBL3N6dVdZYkVnMkg3Z013bkYyaGU2SXBWZlJ1dHFpbTRaWk1vK2tJRzJxYWt2eXIySFZvb0tMaEFoa2NBK2Z4eDBSVFlvczZ0MGxVTk93Nlk5S0xZeG1Vb3VIYm5rUTE1enhrb21GaERwdzI1YWlkRlUwSmZvVlZQNjc0RmRKd293Z25ham5pREpLR3ExUnNIK0RhaUlsb09MeFRqNTByRkNRTlAwSFFIVzVBaXFaaEo1Z2tXQnpxZG9LU3BpU05KS3c1OXQ1Uk5IemI0NmptT0doWTBYQytxb2V4NndnblNjUHQ5am9PZm5hMDI0bUd1ZUV4dU5TT1RVRVZUVWxBb2RWeVRCNVdOQ1ZwSkZIaWlFQXFtaEpNSm5BdURKRTAzSW1ydVJiOWFSb2VpVXR3R0oxakpJNW9lTlF5akIzVmhLYmhzcjBWdXBhcktCb08wRFVicnUwTEZFMkpmZFZ3em1LVk5OeXN4ZHBYUjlFbmFmaWpJdXh0NXZnb291RWVQVGFtY08zcFJEUmMwWU5kNmRpRFR0RndBektwMWQyR0pXa2EvaWdjYXVHYWJVZzBYTGFEbys4SXNTb2FMcEFiNEFlN3poSWlHbTdXZ3Zad0RZQktHcTRINjFIa2FMY3JHaTdiZzZicnhCQkZ3MTBBYk43czJuNlRhTXJ2b092RklSb2VNWWxxemozSkpVMVoxREwyaUZyR1BHclpqR3BoNkpycEpHbllveHJZMDlHeFpFelNjSGNweHZKZVIzZUphRGhBbDhRMTE5bG5rcVlrVU5Wb3VjTFJrb1lKbWJqV2JMaU9hNWMwL0RxRC9uZk1kRkkwSmNCdkVMamxYMm1ha255R1Z0MDFWMDNTc0VlQlQxMTNTMm5XTkNVUms0WnJ3eHhGdzJNVGNSQTU5djFRTkh4VkljSnRqcXNpbXJLTDAzS2U3MHcwSEk1dTFodzFqcVpoajBxaW9PVTZ6VnpTOE15QkJyam5qbnNsYVRpMzQxQmtSd3haMHBUa000RE1kelFnSlEwM0lHdXVUWXcxRGRQT0xYQlgzSHdjVGNQZDhCWklIK2VpUDZSaHE4SXlkc2NXYllxbUJIUUNHOGNaZEVJYUxxK2F6dVYxaW9iclFjeitkQVNkSkEzM3ZNRHdjcTIxbERROGF0bXFSYTdUVlNRTnozUktJdGRBbGFJcGlRSzRkNDJRTk15QVRNTFFOYWRJMGZBd1I3UHUySU5PMDVURXZKcXhZeWNFUmNPTmJmQjlISDFuUmNPVlY4TjVDSmVpNFhjd3FUZGRjOVVrRFJmSUNTaHVSeDlIMHBRNGNZMkdZL2NrUmNOTnRSaG5pVGlhYWtURDdmWWtDVjJCRkVuRHJiNGF6cWwwdFBxSXBnUmlqVnluQXlzYWJzbkFhaDJMYUJRTjQvWmFvNWs0MWswb21oTElJbkF0UlZRMDdGRTQ3OTR0RXFkcCtIVnVCb0Zqbm95aVlhdXExVnVCWTBkclJWTml0N3NHUURWTlNjb041dmE3cHR3Z0RXZFJyR0p4VGZJa21oSTR1aGE2QnRZbERWY1RXT1hoMm91VmFFck1XaFJrcm1ZdDBuQVhBTXhtMStzc2FUZ3pKTFhBTlVWUTBwUzdTNDdOMENRTmgrN2p5SEd5ZzZaaHE0S2phTG1PWHBVMEhNekUybXpId0xxa0taSHR3THF1UTA2Smh0L0JWak54Sy9yVE5CeFZhMklmT0VkVWpXaEtXTFJWZHhReWlvYkRPeUhXNmp2Q08wVERvK0dOb083V3VVWFRsT2pCSUhaTlBaVTBYTWcwY0JDV281QWhtcklBcUhNSGZrbkRjNHFpVnNNUk5sUTBIQ1J2Qk03ZHZ5VU44N3pDV3QyMTNsblJsSmhxVWRNMTBWclNjSTgramhKSFZFM1I4Qk5zTmlMWGdpTkp3L1lLdk1UWVVjZ29HbzVzQjFIb09ISk8wWlJBOTFoazZncmRJdzM3UUJxeDdJaGZTWnFTT0U3b0tQbzBEZHNyY095Y2gxRktHdTU1MVdxQm0yT2lhYmo1Z1JWOGpqNk9wT0ZPWENPdXUzWlBralJjdG1NekNkZTJHRVJUOG9IQXU2NndJZEZ3ajc0ZVI0NzlaQlFObCswMStLbWo4cEkwSlpnTVp2QzZZakpJVXhLb2lpUFh3VktTaHJ0TE1ZaHBSNUJjMHBUY1FlZkd2SXFHUTJHWUZPNm92Q1FOVDdtSjZ1NlZMMFJUY3AxeEJvL3JkVVlhYnNuRUxkZjI1b3FHYTV5azRkeXNROUp3bFJyV0FsZTBWdEp3dXgySHdiamE3VVREbUFIdVp1allIRnZSbENVaHRGd24vVW1hRXRHWEJLNXRxQ1VOMDRQTlpzMjE2YnFpNFVCS0VOZWNCeDhRRGZmb2c1Wmp0cUdtNFFJNWlwemRjRWxUNHBpQWhlcmE0NWRvdUVCdWhJRmpKcm1pZVJ3ODVweDczZXZlZjZVZStlSnpsenJqNCttNE10cW9yS2FEalhNcmMvT05abVUwckF6UzRiUi9vai91RENvbjB1NTBOSjVVZW1sM25IWW02YVN5M2VtT1J6dGJuYzIwQ3Uvb2Q2WnByOUlkcEoxeFo5aE5LNTFocjlJZjZ0L3RwWVAraVhTOFc1bU9LcXVMSzh2dGFucHFaNXhPSnYzaFptVXdnLy9wZHNiZC9uQzAzYWxNWjl2d0lyVzI0K2NlVzA4bi9lbHV0VDJaakxyMGxuTXJCL0N4MDhvY3Zta01yNmtjU1R2RHlxV2o3WFM0djdLVVRqdnJvMEYvc2syTFdCeHVERHJiMjUxcEh6Nm9NNm5NamZ2VGZoZSthR25VNjIvMFUvZ20rTzZWL3VTNGVtWHJzZm9KOEZ1RDNjcFcyaGxNdDNZckk3bVF4KzZ2ak1iOXpmNXdJcjl4ZXdkL0VaK3UxL3lrK21NckY2K3RWQ1piby9FMEhlSW5qbFA2V3RnSitycnFaTFpEUHhpTks1dnBFSDRNM3pDRmpadFUxbmNydmY1a1BOdVpJbDAzWFRuYXJzQStUeWJUemtDdmNMNCtYMmtQTzRQZFNaOFd2elFiVFB2VmJqb1l6QWFkY1dVbG5lekFhdkJsbzhyY1Zybzk2a3poNGQxcFp6aXRIQnAzZW4wNFZyM1lTK0JaQi9xam5YRi9pQWU0T0t4YzBwK09SN1NMOEU3WUt0eW9kRENwbk9oMzRORmRlUEowUE92U2RzSzcxL0I3S2t0OVdHTTZCRllaRGJldHA2L0MweTlNcDVWTGNkT0htL3NyQjJkRElzWDlSNXBwZnpLWndVb1BBSnYwa09YV2NKc0dBK0ttMVc1blkyTTA2RlhhNCs1V2Z3b2NPSU5OVTQ4K0NZK0czOXlvanNhYm5XSC9Ddmo5Ylh6aWljNmtTOXV3amN2R0pVNjMwc3JXYkJzNFpIMHdHdldxNitNT2JQZDZaenlHMDYrYzdFKzNLdW13TjRKZkcvUmhYYmlQazMyVm5YVGM3KzVPVTNuTXNCZmpFZjFWdmY3eDlkVkt0Yks2TzVtbXlGdmRmWlVKL1RmK0Z4TEl2OEY1OWtlRDBlWXUvV3c2T3RYdjBsL1ZReWJ0Q254RmZ0bkRkSHB5TkQ2dWxnOG5PSm5PZXJ2MEVjQnJjSXI0U1Z1N08vQ3NEbTRZL2tONkNzNFhuaUNaZkdjMHhYdmJvWTlmbDFjRlA2b3k2QS9OK3BmYmNJdEdKNGQ5MkpiZTdyQURpMURNV2RrWmp6YnBic0t6SnYxdFdCWGNmTGxQblIzRDdiaTB6VUYvdEQ2QTU4TzlWYzg5MGE3TUhibW9YajI4ZEtnZFZ0b0RrRHhEK1AwVGFXVVZTWkdwMjZlQWJSZnBXeWFWdzNRd2gzRVRSenVqZm9vTXR3bzdWNW5ERlMrTkJxbmNsc1VlZnRNVU4ySThtbTF1aldiVHlueDZJaDJNZHBEaDFOc3ZheFBEMC8xdXd4VWJkYnBibFExWS9mSjR0TkVmNE5zWGgzZ1g5RjFwWDdSV1dlMXZBai9pdjgzcmpkZ1lqN2JoNThQTlFVb0wwYnUyTHA4UGdxYTdCVXlueEFpY0U3N2o2SXpFSC94a3ZMT1ZuZnJxVkYzOTNteU1MNkVQVzhQTGJuUGRVbjl6VFB1YS94TCtKcnp2bmVtNGY0b2VydCs1QWhLcGg5dXprbTdpZ2FuYmVYQkVPOUhiU3VrMFYrR2FxT2RmQU04ZmJlL01waDE5SGZYVG45UmV2bUN0L1dTUUFQam1FYXdTcFRTUUlOa3oyckRybGFPakV5QWhSck5KbXBITkJjRm92TkdLcWlzTFI5cHd6L0dGMWZreG5QeXdzckFEbjdxN2pkSmRuaVBJM1VtRi9uRnNSQUlKd1hZUHZrSngxOUdEMVZ2ZWQwQ3Q5Mm40NG5RSEZqMDhNUnJNMUtLUHByTXgvU0h2REo1Q2V6Z2NUYzBHTEhVMmg4UlRJQlNCQWpYVDRuWm5FODloTlgzR0xNVWZyTzN1NkYxNUxyeWxQd1pCVTFrZTlYRHZkay8xNFN1SUxZYlZFSmtuUlVtS1QxYzdEUjh5dHpzZFRZNm5BeENaZzR5SDRBdUE2N2JoTW1hSFMyZW1SQ3NLYi9qaTVRNXBTVnlqMG1jMnd3MWhLenZkL2lEZGw0bm1ldEtvWG9wTXRJeXZWeklJWHlmUFloNUVLbHlCSVlsUUtaN3BpYVJqUUZnY0dBMWhSU0Q5UmllWjNNNHU4Y0UwN2ExM3VzY3JSMGFqbmNvNmJIQUtCM2xZeVIzNkRNbUZrcjFoTndhZFUvSWJGNDNhUDNacUY5UmJsUzc4NmZaZ0ZaUi9Ka0lPdHl1SCs1dGIxVFY1MDRGSDhTWHdPWENoOElUcEE3dWtINWRRc3c5UWhoMUs1VGxiSjZUMzhDbnllYURLVjVHWFNSamhHbFpHNnpNUWpiQ1VyVkdQbmd3UGdRdFhQZG52cFpWb2Ezdk9FaHRvSTNUR1Vob0FjK3lvUzZiZmNYRmJTYkoyRDVTeEpjRkl1S0Rld2kwL1BxbTBONlZzaFRWYzBobkR5a0VHZGtqQnd5M3BhMmtnT1VFL2ZOcUdVNWlRcW9mZjJWUmZDamNCdUlGKzF6QWF2WElldUdsTHkwazRHTGhrWkdmUjRYY0dkQW5nVWN2d1d5Yzd1M1FBSFVzSXFzdWszdjJjZG1WcFllM3dzZm5Ld1dNcmxTZGUzRDY2dG5od2NhNjl0bmpzYU9YWXdjcGMrOGp5c2FPTFJ5c0xseTJ2TEt5dTRvL2hiMHRQT3Jhd3ZMaDJlT0hJWXZ0SVpXN2h5SkZWL1BIaTB0TEZSNDhkWGx4ZE96WjNlR0VKbm5NRWZ0WSt0TENLejVxL2VHNE5mN3U5TXJkNDlOaFNHeWxXRjljdTFtWVBMRVhKSzF6ejRUN29IV0RsdytFQitFZzBwMUxhVFBpQWs1VTUwRXEwWWNlRzNSSHNHT3lYRkRmcVdZTTJDTEZodFFzQ1RnclhGZEEwUnZvdHRPY3JpOGpUejVpQk5KQzgwUWFlT21Ia3lnTGFBOGpiV2dyMEtndkRMWGxxdUxpY2hhcmVlWXplQ1k5TUoxMVlhdVhjeFI1dStMa1dPd0hqNEpXR0I4eVBaNXZWTlJRTWFXOWY1Y0JLKzJDVlBqN0Z1d05ubUYwWCtwUVRlUEhCVkd6dlREdmJJRVBvbnN6Z3U5WTY0ODEwcWpoNGVUUUFLWXphYWFoMTFTNW8wSDZ2Mmt0eGQwQlpaWWFwRkJwNFVTd2hvdTA2L2M2TWJWQ2JETkpUUmxTc3JSeDdFbEV2SERxNEFtc21EMkZTT1dTWkRKSmRGNGRndWFEaU14cG1lUjVJYnJtNjJwUGFZNXNValRIbmJLTURET3NUWUo3anFhT3h1Z1ZpTDhpOEVhVTd3UkVBc29tNisyUkRqTUNhSGRKRHdDUlMzL1Q3YlJLb3NIUDArNnU3UTdnd2VOR09nSUNBblVRSmsxTUE2cUpNNklyaEl1RFhwblRMRGgxdFA3RnlNZjdRSEpabXhGVGYyd245NXVIK3pzNUlYMFZ6WncrMkwxS0x1cnlOZDN1YWpraWxHSk5HNmhZbG12QTVhK24yemdoVklSa1dBNjNVdFN0QWZwY1UxSGdraDBEMlQ3ZTB2OU1HeVFhV0NBZ3NsTEhnM0Z3aGVUR3piQTZEb2R4Qkc3eExISFZxQkYvVU42WWtyRkhkRkZRaFJMQ1VEanRvQjlPdE1hcHlOTjVIemhvWkpkdm8yVmlySmFhWEJwMlVRck54Smw2ZmdLODQwWWVMalpZR2NFMVZPZ3dsSmd3U3c2T1VMajNRdCsxdDBBU1p4WjdiemZrVVhlVCtVTytuTmxNNjY3REh3REhheXdJdTI0UWpsTTRxdVc2bzJzaEJVdTk0SW56VjNJcml2UkU1ZFQzbExrM01aUm1nVXUwUDRSL2dTZ3pUVFdraGd6dVRkdlZlNENyQTdkeWU2UWMvc3czNmZ6SWpueFNXRHNvSU5odFA4NG16amxvcldxdHJ4c0E1bUVyRlk1bGM2T2x0Z2R1SUI3QTZXNStDNVRPUnVzQVlJZk93V0xJWlFSY2FwMXc3aSszSytteHdmQmZ1NEc1WG1rZHczTENoSVBTMk00Mk9WMGllS1hpek82U2FjRDJIQXVtR2RIZEI5dGhlUm5ZNlhYbHE2S0N0ZzNraWJ6NHkxQW42OHY0VitudzJNajl5RTVVMjNnNzRqcEdSOXQwQi9XTjZhZ2NPSUh2SDgrRWRhRlpYTGJ0Nlk1eW1WVGpLOGVadWRaM1lxbU54aHBRN1lMdURWWWwyRE80NCtWdkdod0Foc3JFQm5EQUJLWXFHTHA1TGQwUnVockYzZGtid20vcGl3VUs3ZVdIYTNScU14aU80UThPMEt0bWlaK01ySUpMaGdkSXl4aDJZMk9ZUWVJWGdQZ0lCbUxjakRiU29SNC9nMFNQd3B0ZEhZOFZpNUV3cXB4aWttM1JUTEQ5UkhzQkU4d2FhNUJ2Z0NPTlYzazdsZjV5VU9BcytvYjEwWUdFRlB4WVV4clEvMjlhb0RiNTJleDIrUmpubEc0TVp1Q2ZkS2wySDdyaS9NOFVqeSswekhBZHVHTHpqaXZSTVRxMWFwYjJKdjBDdmhGdlJuOGdkM2lhempzendEcnBmRThsODFybkR1OEhKbjJhQzdGZmtNMGFnSjJDbnRrRS9vdTRIb1FCL2hhdHBwTnMyMmhiMEtTQnpwN2hIM2M1T0g3WjV2R3Y4Zmp4MDZmdlR1eVRPa2ZuZStKNXh1b1U2NlFSK2FvY01kc1VjK2JPQUx6b09BcVBiMy9zdzFITVg1SE16Z1dqNEJEZWg5M1MwZG5IOTNkSE9ibVU0MjE2WDRKbjArZy8zcTNPVlhtZXE3L3F6MmNQMGwrbEQ2MmR5WmJLTDF3ZWtJeHpxWkNmdHdrOFZTaURoTGRLTUcrakk5TW5BUVNRQ0JTbHdEbG1uMHVHRDUwN29uM083dFlVTEdXN2cyOEJ3WFovMUJ6MjhBK21wRklUVGhJd2xYTFpFNC9KaWUzK21FalRMNE9VSDdocDNZQXM2YURkMDRjYkxhNkhlOXl4NDMweGRGOG5GOGt2VUV3d3hxRU5RVjVQS0Z2Z1dJRU02V2g0Um14MEhkcEN5U21yMEFVZ3pzdktyWTFRWlU0T1I5c0RPZzdQcEtkTWtXd01ZUHh2VGFnOUVDN25TdVBMdThaMVJIM2hRaWlUZ0g3aFNaUEZ1U2ZmbUJEb1VxQVR3d1p1azQ2dXc2Vk1FSEkzbmd5eXIrQXh2bVNXUlFUNkR1Sm5vZmUrMlFjeVAxcEY1emEyVlg2Z2hLamlXb1hMRWhpaDU2VnkyRmNkTTFLVWViaXA0azdpTUxDQ04vUnFwbkxRclc3dnI0MzVQM1ZyaTBoMjBlOERyVm45V0VLQWN3K2VrK3NzeityUU5ITFUreHZ1SDBrRWhRTEFqdlhTRGhKQ0UvNDVXVVc4aHlqb2g0MjVDcUNGaFBTU2wxa204RFBxYm8wbW5pL0lJL1VDVXZiUHhKSU9rbjk0R0FRRFVaRVNnSVVPbjBSM05kdWpFcGFRSGt5SFQ5cmdSdU0wZGpjUEFCZ3c2aUNEM1VGaFAxQ2xzR3c5NXB6TkYzRXkvY1grYnRDdEIwa2J6RWJ3RGRuSzl1dGFlbTZ2TG5aVzhNcEVpeVhJOTRDeHRPWXdTc1NPMUIvTEFNNVFCMGUzWW5MR2RJY0FrS1pHQnlsUUZYbmVRUVhxeHY2NWVSWGFHa1g4NU1IWWRMRHU0UGZEalRuOU1MdWpZV05DcFBHZlluMTBweFkyNFZoSlZuNjdhWC9wVytjRFJaS2N6MFNyb3FiQU1BeDZpQXRoZUIzNGcvcGI4M0RlNitYaGZPdFR3bFNPd0JUcVNqVWM5OHV2QU5rWUgzZmgrWU5Hc0hsdk52UDV0dEFxbjVHUUJMOEVqMWxObFJOakNWOGtsbXlsT3pBWWdNNldnNnFmV2tVMHlKVG9FZzllK0VTQWVwUXJWQmo1OEVpaDNLZUhVUGFFbkRVaDRrUU9IaEhEc296RjVuVjFFa2FWNVNJZzBpSzNqaU82cDRGSWJMM0ovZTNzMlRIT010cVllQm8vTzdEbUsyekRJV0QzcVo5dkl4ZVRWa01yc1QwZTR4OTB0SkorQTBzcXN4QXdNeDd2V3B4dUM0a1FpcUphSmdOd0JKd2hrM1V5eDJ2NnRkdmp3VGRvVzY2ck5IYUpEZ1lnckNETDR1bHlVNldsdDBqMDdLTXhzSThuWXlzUUF5UDdFaERuKzc4TWJwR3JLMUhPMVZEMWYycFlCQ3d3bzRZSzNkbnVJSVF4SUQ2RjhlenE4bitSM1g4ZFk4QlJWbklJVXR6WTVwUk92L0k4TU5wdGdORXFLLzdFRXQrQ3p3SlpFTDBDSzFCUXRKSGczU0pvZHNEN1M2dWdVQ3JudWVIZFVYVmlDSC9kNytubGplTjUyQitXU3ZFZTRySzMrZWgrREFlb2lZNHlFa0FTVWVjcittcUtadEsreWRDUnN4T0FDZ2lBYnpzanpsd3BKQmtkMjhKcVJ3VTQ2cXlDdFRzS2JSeHZUazRpM1RVZWp3V2tFbFNXa2tDZUd1L28xSnFaQjcwT2JzZ2Q4TWU2dnp3eldmSUxRVkJtb2hMK2NHS25YdndoZVB4dkREMURJR0pjc1ozT25RN2hDYVVwYk9URkFBWmdLdmR4TkpMUEgyRU40VzlHUTM4Um9WZmxsM2tFaHRqVWE3MHBJU1Q4b2M3U25LWGt6R2NhUmVXSlZGSnh3Z01QS2hzWnV5YzJVRnhZRHRvaVFkY0dsN0F5cWcvN3h0Q3g4QXp3S0prdUtia1phdWFLL3MwTVdEM3pGdGdad1N0V3lBbHozSThnd296Q2Q5SHFLaXZwWW13NzBlRjhhb25UUlpKd1QrQXcybmRUN1pDdnQ5ZFNOMWdxU05tb2JoRGo4bWVJdXBqdlQ3UDVlM201ZmttMUpUeUw0NmxBcmN5dUxxOHNyRlRCZ0VKYXlqRmJMaDh6aXNjUVpKUnZUYVM4dUJSWHkvMGdhREt1RjAxYUhyUjZVVG9vNkhmZURGS1BGc2owRDFXZGJOTmZ1QW1VNmxnd0FQdEZnZ0NKaWdNRE1kR3ViOW8xMHZiYkN4cW5jSW9zbjFhTjI4VkU3VXd2RGtCajFNbmtyOEcwbit1UFpoR0wrMWRYT3RyUmZOZ2pxQS9idkdoeTZza3A3cDVDVkRpTDhQWVNod1R0SEJBYTBCVDRlL3VrUTNuUmdMNzFwNjdBQU5LVlRSTGd3Nmx4ZFZaZWhzb1QyTTN6RkVmQ3k2TWtxeWd5THpFR0VHaDJzWEV3WU5nRkdHN0FrVGFmZWRLZ05Vcml5T3B1ZzBKZDJ4RngvM0FWZERzdWRBKy9wT0VIR0tueWhyZkpGS2RDMExGazd0bUowRVR3dUoyZ2tCdHFoVUFTc2ExQTVNSm9OZXlDOGRDQnJJdGVtbk50VWhqNlZKWnpsTHNnd3FoVUVXQVlwUENKZjIraWk3ak5tL1lsWlZVZWJ4Z3NYTEZXa2V3UmNpQ3dtM1dHU2piaTRQZ0VmMmtZRHYzbFEwRlMydS96OFBKeTl2QnkyVmJaRWNVY1FDTlcrSGNtb2xSVHhpY3JTaytZczlCZHA1MVZxaU5vckNUSVdRbHluUTVjTzVkZUU5MnBVVlloT21zdU1VQmhLWmtzTVUvQ0Exa2ZqcmRHb2wrRmxXbW1USEVHb0Y2U0NVZy9TTFRLQ3hISnB3UDhmVWlDQjdFcmFQMmtyVkVCY2pQQ3FWZUJYTGQrZXBQb2dQWUhaRlJvM1VVdjRuWGF2czVNRkkrWHQ2eSt2emxYbkZkNCsxeG4zK3FQdFhabGJnRWJPMmk1WUluZ3pMZ0s1TUVuMWllQUM1TTRETzNWbjAxU1JVazRCZmlTbVo1akVGUXFJZ0VuVzJkN083c2pNV2czaHdXQkxkOGhXTXVneGhhU01ncVJRT1gwODhqdm1UbFFPZ2lPN3Y3SUcxK3ZTem5oOU50NnNMR3hzb0xRbFgvcEFPcTBjVG5zeXZLcjBwWHI1VVhvNWhkNjBGNlFCQlNXNFNlckNqU2U1MmRmWEhzMWlGVmtveVM4NTJlNzFkMFpvd01NdFRNY3FGa01JTWRsSlNqcXBhNHhiWkFYUVpOQm9vZzduVUdlbmNxRTJlWThvdUFXVGo5TEtBcUxqS1JnUFJpS3ExeCtrMTZOZnRDK1haeVJUUVBKWlNvanhHOFFZVGNWSlgrY3NxYWV0dFhzbjhIZnBudzlKVk5PQytmR1JkdFpQZmI0eWh6ZWdnd2g3WHU5YVVRcjE3Sit5bjQyQnI2MytUa1hubkNoY1V2M3FGZmF2N21GMTlaRjNSc01lYllseEZNZzdBUGNDM0hEcGNDdFBRdm9PV3VqbXdWTndUVENUUVg2V1dzRUwyNXVwNGlzVmdNcWlHeVRlVVpRdlgxTEZtRFBLVlB3Vi9QdkZ3N0g2eWJGeHByelVWMXlNTUY1UEJ0akFVR21mQ2MrblRKWDh1cDVLY250VGJvTzl2aXlBcCtJU0pnbUFyc1hxYURhV01kYzFCUjZ0WkNDUWlWVVljRkNyZWpoOUM4VHNEemNrK2xSSlRRSUVKdFNOTzArbjFMeWNEMW5pa0MyMXdaQUFPZDdGSjBsT0JUc1QzckNOZndDbFBESWcydW1QNWIrbFdVQjZoNktkWlB2YmF1VFg0YUdFLzhzME1Tdno1TkI0UGNSMHNmR3NUeDZCOXQ5UXBvQkZxd1RuZkI5TXJsNDZ0cE85bHFVOXRhOXlwTDIyRDZYK1NrcXg3VldFWVpjdEF6bjd0b2UwQitBWEhrUnEwTkJ6N2RYbG9LNys2VEZ0NlN1QnFVSnhrdGwyNVNnRjVIRFJIZk1oYzIyNGtiTXAvYnduMHlKTzZoUUxpZ2lpbWoyQ3ZtWVZGanBJN2VTZ3lzclJkblUxZlliWmFNMGNLTzJXYk9CakJUM1ZFWWFlMEZwWlZFRC80U1BWdUFaYkFUUmpVdXEwaDh0U2ZodnhDUSsxenoyWDNhUWlQR1JLcTZ5YUpRUERJWU9CcmtLYnVDaS9qdUZUVDFVdVFUTTU5Nlc0MkdWanZGUFFEUzZFREpUcmtDSThsNjRRZXB3VVJyWnl3RUIzNE5VZmFYTVlkMkkrUlhsQm1RdVVHREZibjRDNlFBdHhXK1hSb0hWRmdRNzhRRHh1ZGJ1MEEzT0d4Qm1qNXRCQzcrSmIwWmZHc08yeXhOTXFZR21sNjZQUmNmT05OaEorUXVzK0k0N3d1eGRCVHFHRmp2SWRkZ0RZQjhQc2VDOFZDMWJBUCsvc2FqNXF0b2xjaGplS3VHbG5DbFl0cGUvUlZTdnhNbDZFNVBiSm1yUkFCWjlLNjJWZFowc2E0eEE4STNDYTB0NEZXN0JYZUZNUjJaemk5dERsVS95bm5rWjZBZzFSeXZ3Z0JFc0NZeUJrOGFLZ1FvWVBKY3pPcEtBTUxkQXdqRmVsMjlNaDY4dWdJMlpkT2NBSkVaa1JXTTA3S0cwNjRPVlJKSVUyb3JlYlZnbkF5cHhkdEtHa3I2MzN0QWZ2SG8xUmUwcGZqVzVlMWFBUzZTbUVJZWd6Tll5NHJmaXlpdWUrdlRQTjBBRGNDRERRS292b2lPNk0rcmorTWVZcXFYZjlJcndMaVBGSEdqRGZnUDhoK3lNRGdjeEdHRFYybkl3MS9aUW5HejJOL0t0amwwWTJ3bFU2anBHeERKOGNZdXEwdW1CS2dsTk1BNlRmalB3ZXpCNllkRHM3V1ZERTRsRXBpNnEyTExLRHZoUXZwMy9NbTBORnIwU2xlWmc0SEpxR1dSNmFQa1NFb0Vkak5BOElPSi9zZE5BTkFWa3VNNE03aExkdlVJaGZXM3FaaVlkaFVVeGgzWnoxZTZUOXBLK09tZU01YnptVGVuQmw5d09UemorOU05d2NhV1FWZmRWMEh4dzNLRzhFbTJSTTFyQUJldGkwZlJyZVZLYW1pZEREem9EOXJrQWpsRDFqZ25xeUJCSFlWMXdxa05MdGtSYkVPTjJCKzJSNTAwWVJtd3dTZlBDb3QxdGQwbGdFbW81ZFRBK1VKNFVKT0dEM0RiUUtXQmdpM2pjcEpLWE82Mng1L0M1TUxqUkdQdm1EaHlpSVVaM1hXMmZlaWpsRG1GN3k5Qm5ZS0drbURwRVAxc2YwdmRvQW1aZWUxQ1J6WnlYTUtEbFdxZkpVT3RLTDBvbzdBdjlDTE9qZzBxM2l5N1BZaXRLcjY3UVhJRWVyT29kcmNZaFdodzdHSEUxbnlHbGIvUUZvSjN0andNUGUwUno1MjIwckY1bjJ4WTdqRDh4aWJRQlpwVklyREMyTDFzT1JkbmJSdXBxdGF4UEdvRWx3QmJ1ejhRa1NtakkyYjBOOEpuSThsa0ZyYlJXaTVoaG1MN0R6TGc1MlpDWEZFWXlCampHWlEwYi8waWRVS0IxY1o5UnI0R2pKRXNPcmJVeFMyYXlNRHE5ZUlpL3R4VWNPTE5jclBZbEFkTllub05IZ0hYMExsQm5zYm9QOWcvNGxmdkVnbGFnaFV6Mlh0Y2Nnc1JIWXFsY215aFpUSUJ4KzJJVkhMNnBqckxUYjZhVWdvamMzNFhmUnRzMXlyQWpRSTBDZ1FsaVNkaGlNWmh6RERSdnQ0UDRPcXdIbTEzVmtpdHF5Z3ZUUnJrdUptNVVJYkc5bUthbmROcVgySWRnTUdtcGhTRGtuWUZvVFFyME1oUHZ5M2xBNjdXNHArMkVKWk5LVXdtMkxFaUZGZDIwQk04dG9CMUdmbzZ0MlhCOW0yRWI1TGlNblUrMk43K1FOejh4Z3RzM2hhN1JJVlR4NUFHNGxuTGRNMDhFU0UvcGhzWGhsR1N6b2JkeWF6Z3hCRzNJSks1ZmkwbzVpaUdRZ0g3T0VTUWZJVTZmUWVjbnNKRnNSZEZRbUYybC9ZN0d0a1plR1N6Z0dKdGY0aEE3b3IxcEI3NkcxOG9uSjRjdWlqajFscU1zZEhhdFBNU0dReWp6eXdGWUZWNDYvUUdHUGFyVlRrZEFtSmRSMlIxZ1Brd3UxZDlxelRaVFlHVUt5ZUVsVjQrVXE2SlM1bDNBVGdhK1ZKc25aTmx1ZzBrRk1JQ3FDVHdqSVdiTGQzeGJZOWx1bzNFYmpzZnlIL1lYOGR1T2UwdFVaRlJIbUoyZk9nVzBkbG1DOE9yTXlIVkl1RzZnTmtMTm9jQkdTTVpUeDZCSW9ZekY3QTFoMG0xdFQwTjJEbm9yMElQcXdxNXgrcW5jWjlUR255R1FoNDk0Y281K3ZwcHZHYkpJUGhKMEVxcU9qSVNWZFlIa1FnbmxqSzBVZUdBdHgyZWxZdldmUmloQ2VKb0YrUGtzV2VXTDcxQ0FENERzNUhHL3R3RVdCRmxDMlIwblpsMTBscEhZeWZaSUxCZjNPQVlVZXFDaEc1cnlxUzZpcXNtUTBFeTI3RUhnVkxFcXB2T1NSam5NMUVXdlZQRnRSZWM4dzd4V2p5ajVPMTU3Z2wxVGxwZzRQTEt4aDJReFl4ckN6L2FIMlZTZnd3MTY0RC8rM3JxQ2ZYZ054ZGVrRURreFpSbXBCZEhiK05mbGIyUmJjY2czWmF6cmhBTjlxM3JSd2l2QkFDMjFXemdXODFxcXVPclpEd0pTVlRKaWxsMWVuSTdCUVREQklQcXB2WFpjVCtNWjE2enROUklzc3JReEN5KytzZlRiN2M1VnhTcGJtajRmRlVuVXFGNzVkdmJnN3FvNTE4dWpFT3U5OWVVWWdBOXAreGd2d0dkcWp5QUFxekRTd2NycnpDOFl6ck9ndnM2Qm1PbEI0WEJiK3ZQQ0pBUlZqOWNjNk9kbms2dVg1YUt4TDhUUmVZaThyQzExYlVTUGloUGxxY0FIOHo1SEF4TkNwUHBCY0dwTXRtZ2YzNldDd3dJb2dxV20vS2gxR2hjRHBkYWhsUE1sYWhzei9YeDlLVmJOdGlpZnpPeXh0YkptOFliOTJ1N3lBNUlvREszUHR3TW9GTW5GZy9OWjBER2FhVEpiUFg4T3UwZUFZdVZUeHBxM096bUFFNjV4dGdGTEFJSkl1NXBNTHNVU0tyWW92T3JBeTM3QnFkUEphZDk0T3ZCazVjV0VIekpwZWNNSFJFUmdQUVJiZE1MdVdmNlJWSXJsc1p5Zk9kYlI0cldxY2I0cjNWd1p2NW5RYW1YeG4rL0JSayt5OWZHQmxvYjI2VnBsckg1MWJXS2xRbWNSeWUrM3dzU1BIRGoxSjFrbFUya2ZiUjU2MHVyaGFXVjVjWGppeWVIU0I2akxXTGw2Qy8xMitlR1Z4N1VtVmhkVTErRjBzME5BdWdGWDFZZWU5U2pkT2kyYXJHRzJ6czJNbDhWTGtFaDNlTEgvUFlqckpZVkttNWxJMmRSRFNlQlpnZ0dlNEdQa3FhMGFKNDIwOFFIV1pHdVN4UUZvWnJNR0Z3UzZDdjdTdFJacHhsTkMxTXJrajZIeDFzN3orSFhzQng5YlJFcFRsWDJPWk03aEd5WWFrQVNtUENSL0c4amlrVWFaaEk0V1FhL05ESFNrY2RvcFo4dXE5ano4QVcxclZJTi9hU1dDRXlxV2RFMHJ3NFdNeTBCNGVRcVl0UnJNNlZNbWhvNEVIK3RKRmxsTGRCRkd5eUp1MjFhd2ptU2lmanU3RC9zeEVOMjhHTndwY3JNeTduenZRMTE3d1NKcmhzT0hidTN2WWVxZk5RYjNvUUIrMGhuYW5wZjlndlAzdVRJTFVHUk1PZHJQUVhGR1c2Tlcxd0h2cWF3ZVJ6Q3ZNWUVQM2VhSTNjS0l5b1VuWWJSc2dXajJnZlFBRFMxamlya3RLY3NrY1MzTkhBaTNjbGI1VU5vSjBuYlk3ZWlVTDlDQ0ZIQ3VvWHdPeEtucEhVbmQxQi9ZWVRUUXl1clc5cHNNSzZtRi9nQS9MYm1PVzlxWlB0R05CTHVCN3Fqcm5mQXE1NGFYSmJEekdpRFRscnNuS1BQaGJPaDRnQW1RbHZGRWtBV05ySjlJc2d3K3pjZFNxTHFSVnFUd0xVemlLNFVJRHkxWFdSanNqU2lCU0o2amdWWTBqSWI0T1FubGlQZEU0djhzbTU1cXFxSExldlN3bzNJK09NWUUyeHl6VExvZnc5dXduN3VSZ2FwT2RBdFk3T2gxMmRvcEtCZElYWjZqTGR5VEN0cTBTRWdiNXhJSTE4NjZKRko5cWF3d21BRWV6cmVORm1DZVRBL1cyd1doR2x4eE9jSkFPTjZkYkV3d2U2SjFaT1VDNEsySW9PbGt0MVFrUTIrRGI2aVFrMmdBcWh6YWVCdnkvdWZsR0EzYlF4RENQWVBHTWV2TGdRSDh5RzJ6MHB3UlpHQmpDZGwzbWRnNkJQVFNRcTh6UTdGUWhVcHV5RkpMV0s2OUxMZ0lvUWRpY3hqMXdBQmVMcnlrcFVsU1ZlQnRVSWt1VlZOYktpeUd3eVFGTTJDRDFUODZZTWJ4MnM0RDlrY1VqS3dkQ2FxeEFjUkxkV2FHVGdacmJzcmJOdWlnbUZRb3RKTXRBeWhLdlB5TEQzSmxpa3k2ZWxWdXpQMS91YXdvOUJwcFZ0UU00M2twbENxTXEyemNsK0dnbDRpOE9FQ1JWRjNwL0RpTEttOVZidWVMNFhpRk9wTkk0MFRnNmJyTnQxdXFncWxzZGFNOVJTVXR3VUVIeW9qV3BpbXJnWm02bkZyNDVkM1MxVEZ1OEJDdUlxNW4xaW5Vbm1Qalh4eVJ5ekhVZVZWVVpDbllMNlNOaU9wUmYzRUVJaUFJamZabDNTTGwweGliUXFmVjR6L0RzZXJzVDVTVmlrbDBQM1ZNcFlUQ2JYcmRicUdodzFMQWhITWZXN215OFczMVNlemtyUGR1VmZRZFVyZzRXNkE3ejVYQ01EWDlWR2lUelZ0NmdETUxMMVlJdGc3RnJpdXFPMHhSZDJKWDJRU3RmWXo5eS93UStVNmNCS2F0bHpZWXVUSDFnMGZwUmk5Z3VXUVFoUGJMK2NtbmhvdXlObFlVNHJBWDdzYmRDNW5uNXZQUVA5bm9wK0tneW1nbFhITDRMalF5MWVSTFZ4SWl2dko5VzJvck0zSnJESkd6UUU1WDUwVVJaOXBmMkI3MHFWdC9MYlYzdnJnY1h3UDl1aHRYNVZOdjZTLzJ1TnVUK20xeVYwbHFtN0N0elNlbnZPcEptdkRuYmxldDJadWhrbmJ0ZDF1SGxYTzFjN3JkZDNKeGZvZ0lRbGtWRldYK1lHVFRET0toR0l3akdMdmk3dWxZaDc0bG9VMEZYa1NJb210M3dMQVBQRkpUYkpaMXpXVFVMM2REc2xEVmVmSUJuZ0ZVNm1KbEdUR0dIeGJUUlNLRUNXZFpScGVqSVpwcFA4alRJalAxb1UwQ2N6KzZBcTRaU1lZSTFjakxLQ3pkN1JLOGcrTGxVbW9HVXJuWkE0S3BLdnZWMHEzT2lMNU9PTzVSdmd3b0p0c05XUGtzSHhwalNPRU52bjJwdGRxY0t6RUlSUXlIR0tzWUhjdlZmS3ZYT1FybUhFbC9XNGZIc29XU2JFalFKMnpTaHNMSDI0T0RaWTMzRE1jTUlEZC9SZUVEQ1JadnJveDFMZmk0Zm1JMG5SdWdlbUsxam1McHFXbmtzYU9Cd1JRR0hsRU95VERYOUk1TVh0RGljNkZEVUV6U0dpeGJCaWRocXU3U0pucWlCMUNyWUtnR3NIN2hWK3ROVEJBNjF2WXdHak5uZnpJUEljTDJGdVNYTDJ0RzV0M09MSzNQSHdHM2RyNHF3VmFZZzlhaWhJaHU0SkttdVBOT01nY25hbWZhVFVsM240R1ZXdlhwRlkrNnl1Wlg2L3NyaGxCTEM4UzFVVmFGQUJPT2FrTEdnbElqZWxFZnJwaG95QzFobXNrNWtNdzJUOGIyaGM3VEFlaHlyRWhxS3JxOGhFSXNtNjM2eWFvRng4VkhHOUNQckJ0bFlsdUJTYXBIT0RNbWVaYktCTk5MTDduUm0xNkh2Z2Rxa09rKytxUEw2OE5pbzJsbGRSN0tVdTJaL0RoUWZLSVVpVDhFb3R2dWdSRE15TnRXVGZtWXVFeFJaZU5Pd092SXJMTUJVWmR1L2pVVWhzdVlPV1o4d1AxbFlaWDJhd2I4bllCR1p4eHd5b1JDVDg0ZDF0ek9UcTZDeGV0akNmYVlhWWMvMlczK2dIcmVkYm5ZMlpwZ3VSdHlGbVFXd3dLNlY4WS9wLzJDeWduTXFUYkNPenJ5MkNnYXBQZzgwQ0tWK3lpeEwrQVQ0TnhUT2Roa0F2Z1NiRW1YLzJnWFgyZVNPUGNhc3luUW5BL05wWWtwTTFLLzltdncxMjR6TnBHVjFnaG0yK0RPNEVFZUN1S0w2ZWsxZ1U0WlpCcW1HeXVVbHR0SDRNNkdJZXJIUE9OMHFKaFdUWjJsalJpYXRVOE9iUjVhWDdkWGtLejFrSVdaV0M2a0QvcWQvTWZJeXhwQk1Wb3pLaDlIOFdRUzNGR3ovZS95cFZpMkUzaWRkeUU3ZXREWVBzVVFGL2pLYXlBNDFXUm5VMkZMRGZUdFBGb0VKQ3ZjanE4Z1dSdFlSYU9VNTF3RVBXUmUwajJTT0s1Z2JrZy9idzN5T255bWVNNzkxSXFXYzQ0NU13N0tMWUF6MldCa2I3TkhVMWVvUzFvS1ZzQTZyd1h1Mkx4KzRsWml2cWdIZHNUdmhrRFpjT2RwV2R4d1Zya3dTMVk3OXlhMlI4ZzRyNEhCbXlRZ0hWTDV6VnMyb2d1Rzhyb3B3Si9pNGk4OWZQYjhDNTk4OW5zT1owam44ZUF4aHFsY2VrcnB1WCtYSWJMaTVUeUV2bVFFMUoydFZLd3RUbGJndG84c0lHNUxYMnBVR2xmemxSVjNUcFY1MlpNNFkwNVQ3UHRuQ3pBTEw4WWYzNnh1Rm1UQmI2QnYxZE14NDBOK2h5bGFKSEdSS2pXelJmWlEzbzFwUlRmWlpDSjBzMDVlcDU1cXBOS1lxdFVhK05uSTVWM0I1UUZ0Tnl2N0hxTjkyS3RzWTRYSXM0am1xUlo5SXRVZjI3QkdzenNMdHdOZGNBcHdJbEhOVXlxc1c4RWkxQVBWSktwK1Zzc04xdUo4cnRtQ2UxaG5PVzdwMHI4YUJDWkhUWmtoNFZsL3RpV3c4Z0pXUnhGNjZ2eDR3SXZDZjhkMVdpTjd1d3FDN2JReEd3ODNxR0wrRjhFTzg1TlRBd2RTM21ONERXYlVkQVZQcXlSZlFrM3Y5RXdRMkkwYU45czV4YW5SQjJEVFpPYVkwUVgvUWlNalFCTDFDNTQrTXdBZ0NrZGFYTlgvVVkyaXRQVWZaVzVpQU1wSjFDZFFHcGFMTmE3cHZLcmxhSWNzN2d4bklkQXBBY0x0WUhwUzFlUjMwUjJESFRIbjlpYmw4RER2VDlXaUc5Q3d6UkdwdldlTThSbmdlekdHSzltcXRxUUxSdlRRZk84Q2F0LzZnM01STzZlMWozYjJPRURxNlhLaHVxZjRhZTVFK0ZsdzJMSjA4dDVyQmR4aVYzT3BzbXV3cWVMRktBNUN5RmlHOVhYUTFxNHVMUnVwU21aa0NwcW42WHNVTXF0dWQ0K3FoeWtaQlpwU0ZEbVBWR1dwdFpYbXBLWnRsVFdkMDVVOENiMml3Rm9zNU83TUJsUkVEVCtsTWZGbnpQekVBZmdka25JNlowMnBPeU5zbEMrWE41cDlFa0JtUkVVUVkrcXBWb2l5UzA4MUdGTkt2emhzRXFSR3lPNVR3VjRhdDZwd0hkV24yVnc2aWx0eVlEU3BybzVHeUdoZTJNVXVjT3ZDa0NpazZRQmdseFVxSzNZVmt3RU9xMmRsY3psdEF4VTJsZWlZRlhFZWFTaTZYN3BlakQ2Yy92UDVLYlYycFoxR0RqVDJEQkJlWm1nOExWcC9vVGxwV0JSdDlJNGo4V1NlWEJtTFZGV3NrS2JMS1NESTVndTNXQ0VSU2d0VHEyb2JpVDYvbllDbXhMQmF3V3NISUo2RmhyekF3UTdZMHN1eUZwNXNmYjJHaklxcFV3UHVpV2tyS0lMU1ZROUdUT1htZFhFNWVyckVuMWlyS3RGRmlIL2h4UHBmeGllYU5xanhlZHBwZG1BL0NLb1oxNFRobkdBZ2h4SndxbU9BRlZva3YySWdXdkd0VjE3NHFTekROWWhuS0hiUHJJakJZTndIcE00YXIzRituWjE1NDlNSnFIQVJKWEcrRzFGMEtXNHRkc0pSaWZwM0pHdExaa1B0TVc2NkxoMzFRcnhKRlIxMDduTXdtV3Y4aGhJTTZzV2lJUHJkc2xhWTdnUTRvWU1CQkN0NU9WZ2ZSejVBdmNqdzJZVitwdlFzYzBSd3N1M0k4M1FYTCtZcmQ3ZFFxMktCVDBMK2FXbTZDOFdyMldGQnBRNXRpa3h4OEVYYWFWWDVqMFlBMU9BOElQMnhOWjZVemRXMndPL3MwbmZkWVhOVSs0K3p1VTMwZXJSWnM2TVkzOElCQWJHT1Z2bkt5OFZBUWpsZldrNEpYbDRqSmRIS2k5UjRxekRrd1YxM1REWGpRODlYQnFlcVIvdkdVeEtORUhlSHBZQ1lQcTZ2a3IrZ21rUWZBbXR5a2NKbkd5UXJQMTcrNENrNG9ScElVSmc1YnhiTDNaR1E0aXhuRDk4RU9UMDBMcG9zTGoxWTRwVVRoTW94V25SWm1tMUs1RzZYRklYeVZwZlIwckJROUE3Nm9iaGpWNWZtbFZWT0FicTVzMFVVbWNRN1N2M09pMHg5b3BGL0RXN281U0M4OVlZRUxmenhudDh4UkhUU3Z3Q2lnL0pHVjR5Q2hCMnhFMmgvMHNOZ1dtSEVMMjZwUklydHVMWWdMUEp4aXJjY1dsdVdxeEtaSzJDeUVoTmFrcDNwVWU2cGxMUlc3YzF2VW5Yd0pPOUtoODdZd0pOVjdiTnpYYVlXWTZLaGtnMjdrSm44WmhJYmNyWGtwUktrNUl2SVNsa092cEdiVGRJeDhMdXZSSmVNOGR0aER3Z1FxSFFHTlFuUjcrL1N0Vmc4aDlhaW5acG1xRkFmQ0t3OGtQZFdETHFVQ1U0T00yamZjWE5veG1mT1RYQmVmdkdYMWxPd2xXeXJMZW51VTFUVHJSRTV0ZU1rcVRoMjcyczVhR052eFE2eGR3TVdhNXVIWk8zTFI2ZlZkbVZGbk5YS2hWZ1NvK1NVa1JxSWw2eGRCK1FLbXRzNTRYZWJwRXdtdHlYWSs1QlROeGl4UnRMYzd5V1VUalV0cVlDK2MwNVk1aVRPRG9XcmJ4T3BpWi9CZEtRUEpYY1ZjNFVJdTFmbHpXUmt5ZWxJZGs2eXFCQmsxMEYzUVgyN1VhMy9jTmFncldxSjIxMTRabWxUcEd5QSsxckVRQVJ2Vm84VHBJMVkrR2srczloZXdYSTEzdHFuenFhb0ZZOVdDRkN2Sm1xZHN5QTZCRSttL1ltNDI2RVBqbjlvUGttNG9mQlNsYjRIdmc2a1lDcTlGdGRQSm5keVBtOXhqSlNlcDVDNmZsck50ZmlkcmF5NzdqVXhtNjlpOUQxdHJ3YWVQNkhJZVBiWTJkempZVjFrOVdEOFE0RDRjV0Z5WnExc0paaWhDNFNBd1lHQVMzaW5xUGpzTzI2cHQ3cDgzTDZWcVhtWGUycmw5azhwNEJ1eXpwZnFURUJpRWthaXV0VzRTS2xuTGNtUVdxNWFHTXJmYlBkbVU0ZGhzMmtVdkVMUUQ2aWxNeVlYTnh5SXJCR3VyV1M5dzJIdWRCMDJsaGlyenhMaXpxcDJoZ1dTdEVCUjgrdEcxYUM2c1NMdXNpa1d3TzlUR2tES2k1WGFzcTBBcWJrakgycEh6MlpPTExWWXBqVVJqRXNacGxGUmJ1VTJnRkZBdHhWRGZaazM3U0JGaFViMDZhK3B4UlFHK1hBRnJoM1lwODJxbSthMHhKcVNKTUdjZ0NjWDBOMVgrZVEvckNtQ3JWYU1Ua3pVdzZHOTJaQUV4YUttZUtVaVVTTUt1QW9pVk9qU3lYYWRFcENZQk1SZHBxQUR2b3lTQkk4bjE1WDNSM0FnUjBTSEJKSGg3VjhIdUNTcXlKWHhuTThUd0trbkhlWjBBaFQySVpiMm1FWHh0VmNpWXBSZGc4bzIrdjFaMnhlSFZPYTI1aHVsSnRlT0ZtbExqbW1oelQySXdKdDVDaVZxd0FyUVVGWnBQaHFTdVFBSkJteFdUWk9oOTVyemtNK0ZwVjU4dXhTLzV6WlBwMW5abm41MnAxbU1kL05mbjhwRWhsZWdrUnlPZ2cyZ1dPMVBhZFNpTHpRb2xoOVE3aFZqdlpBZGJPbG1STzUxbUROSjZ2YVB5YjllN0pkY2dRMUIxVlhXeFdjZXo1cFJ5bCttSk1zaFVuZXRNV2xhaXQ0NDVxUUN2R1VDeWt2WkdwOHdaTG1OcnY0bkpCREpWWnhjdHRKZUQ2dEdWZzJFeGwwR0hQdmRldzBTOUdTVktMNjBNc1czL2RtZEhSengxaUxza3VyczRwL3QzSGw0NlZKMDdobXFQbk1xSjZld3p6RXBoN05TNVhHSEczTnlTVHFhUUQ4UTM5N0NQdjA2elVwYkFWcXJhMlU3NzFkWHA2RGhpaWgxRXVTWmRTaTZUeVVDeTdnQy9wbU9LSlhwMnRMelg3MndPZGJHZG1pdGptWXVMbG9JbStDU3pPV1JTRTdwd0p0cmZreGgrUi9KMjNvQlJEOXlha3oxSGtZZW94bVdMc3VWVjFTRWFMc0JPNjdMYkxTVmI3OXU3cmFFR2YzT2RqZ3AxWmhmT1pYRUNtVkdqL003ZHlpWWlabGIxckc1ZGRjTGNZbUR4RVRYa2gwT3NoanBUVFBidG5oSkNiTFhEVUNtdXZUTlcrazBxc3gyRVJUUy81RHZJVVBOdjhyeXJLKzJET28xUzl3clBjQnFsYWpOMEExVmtLVkJVYkczNHJMbGNLOVdzamV3a0V5Q1pvWmtaallnRFk3ZTdxdXBiU2VHTVRxRWs5a3lRaWtLK25tcEI2REx5WkZER3NVa1hOKzI1YnJsNmNYSDlsbXZxS21SMndtNjFOMVRwSW9naklobWNqTWtFTWk5QjdDbUxQVkNqb1VubElIcHZGZU1VRnpJdGpjZzNUY3VyK1RRaHZGUjIzeDZESlZvdmxWK21nWFRaZDRwcTdMTzhmYXhLZ3k4dktJSE5WQ1ZqWks1RXNUYStZRlUvem42dnRQY25NbnRIUWVKNDJVRkFtSWpFOFh3cjhJc1dWM0xGL1ZrRVY5ZUlXMExQZ0xobGlZYnJzM0ZQV1JXNks1ek96ZDVqZ01xeUJiT2hNMXhva21DWFpoL2J3YnlZYlF1ZVZHMXpzcWJFSy9tM21FWmdPb2xQUjdWekFUb2JCTStaeVBiTnVUai9aS3MyUHpPcWRFcDFTZUtBVGk3SjN3aTk3T2NVSHE0MzV5U2lMaFhWQW5FL3lvZUtpV3FEQldaSGUwMjJKcEIyZGxOMDZLcFp0WWRsSUZnbElNZGwrRDVub2FRbFMxSDdwSHZFNVZJQ3RJUkdaeThIOTJHdWpENU04aDNSMUNqa0M4T0ZvUnNnNzRKczlGL1MvTElJNDJzMzFHUVJqR1NoYjhkWVo3ckdIb3pjR1FwSFhhTnJFS3lzR1M5R1JhbkRBc2t3MVhwTnZrbm1GSTlVTlliS255blVMNkFRNlZ1Zk5EOW5SU2hsSHVBVTgySXFFL2haZWdYbXh1eFY4NmpjOEU1Zjg5d1RDZXdEdHFFZ3ZCVWQxQ2xMdU9ueVlxdERNU0tEK216bG11dFIyMkpkSkZEKzRHMVR5WjQ1RmIxU3EvallYTEUzZ2JSTVNveGJGU1Rza0lxa1h0UVpBMkltQmhXVEc5Z0l1Y0JLb3J4b3RvT3YxMDJSUnVDVDdJeFVHdzNWQ3NWNng4Q2FXVEpubWZ0Vzh5N1o4RW5HQWxmaHhER05uV3dQTzZOWWkvMU1xTkNqc08vR1dJOUx5bzNMd0hOQVE0STZLNmpvMVBxdW1sa0JRa2RDL3hqYUkrTnpvbk10dHVlb3BUZkYxcldnNjJicWdEcFRnWHpNcWpFcGE5dDBCVExWOFJTSDFuMElURnhlbDdVdkRxKy8wc3JmK3NXNUVTbzc5WnJ0a2RYdlcySW9PTGVNZ0l6TnpqYmxHWS9rTE1LY1BCellUOEhtSkRNbExheFNYKzBXR2Rsa0hiMktKbyt6U1VqWWR0MTBjOHlMUG9OeDVkODVVSE4ramw1MFdmMzhRRjJCZk1Wck1adERJVUlaSno4WG5qbnVLU2hKM3l5Q2VOUTFWUTBRTXZDeDJwYWlRcGxZbVhBYUVYeXhRK1dhOGpjUFpKcFJOWFVuYVlMOVduV29ubmxKenpFTFVsOXBzb1NMemU3eURRVVhsV21NbTd1bTFtdzZhNmxFN2hWczhUaVF2d3FNbm5IYTJtdzlyU3lnbFZmWUcxMEJubGxkNUZCUXA4cnVyaDZuWUxmTm1UTkRBVmJWVUlDRGNpakFnalVVUUhWcVA1SG1Kd093R1FDNjdaMWEwSlhXZ3JES0J2Zng4RzVuTUpOWTFpSHNpWm1iN3JTNm8xcFU3OU1UWFE2aUZ3L2VRMzdZbTQ2L0tFZEM3eC9jWWRWRHF6K2tBdUdldGV2N0trZEhWRmtzMTBQUllST0J4SFVPSkJTdlBURnRTOGxlMzZZemR6NUdxZk9GNEYrNkZ2eHNHaWlZdEorQ0JSSE02WmJxdWQ1SGxDblVIK1hhK1VxZGJ2SnI1MGFxRUFWN2QyTWlaUll6RzJZN3NpcmJ6V1pBTCt6TGREVFJBWTVlNWRncGxSbG9ZSHR5QlZDNHpCQWFvMStpbksvSmxCUXNzZ0VCaHhRZVNMdkhLemhzMCtCRUVyREFzWlZ3YzQzdlM1TTNNNEh3YTNPVU1UQW5teVdZNWc2V3pkaXA0SHlxUm5YcFNYTkhzWGVFVEFmTHoydnJxQmFvMkZERFFnMDB2eUplaEJQV3FDVUZUZG9wTkFQNWRia0tDcHlZbEZhSlZ0cjlKczdrRzVvUWJGdGljOVZsT2FWTDFnTlFUcDRGbkI3TWJEOERNOUl5ZEw4a0taM3l5U0xLdng3THptbzlNNHJpQ2dxdWFvbEhzcXRUcUtzNWswVXdsVy9Id2FzbDlaYUhGMVprcmYvaDVVdUN1TElReTh5Q1pqYnFLaC9NWGw2c1gyUlhSV0FQUTgwclI1Rlhjb0d0cDFydmxncnRKRmo5ZE0zeCt0Ti9rRzdHVGxVcUZoQzNMVzlUVjBsa2w0YTNCTnlsbDZCYlZKVWpUL1JFUk1JT2oyS0xyTEhLL1ZHNlRabTAyaklnNjFqUGVGRFd3WUZUNjBFRkg1ZTUyaVhHZ2x6QTc4N054bWFNVWFvVFQzS1habUw4SWRuQlBPTzR2Tit4SDQ5em5JN1FoTU1zUUZ5YW5GaWdUY0JlaGdvaXFtdS94YVNCeStXQXBha0NwSU9VQmg3cG5TSDBDaHRMOVViWVN3N3ZPT3hLWjl3ZjdKcmMxRTdtNnd5eGp4RUtmcEpmeFc1UjZ5YVB2QXAyZ2VaTE0wZUNzdjdYOVR3bHE5N1F6bDlDR1pzWnBicU5VVEhWY0gwT0RHWHMwS2ljbDFOcHJ5cVR3M09nNlhuZDdjV0RqOE1NQlRVdTBmcDllMHBpbVRSUWI3cCtyb0F5MlhDUUxwTFhmYVVXRUU5SGxRdGJkWW5PNkYyd1VvcnpwVVZVRklqZGh6cDJUOERPVVBlbldwM3FXYlc3cFludVdDQ3VvejlaczJsTGhPVXU0R2grZmlYTVhEaTdFM0RCZWJOQ2h1dTdSc1NRQ2E0QW44SkF1dnhRTUlUNzJ3ZE5tdUQ4NHNHRE82TWRXVXhoYlB6OEpKNWNTeXRkVjFPc3BOblNNOXRTNVFkYUpaczQvRmpDWGhwYnd0cytMOTJ1ZytBV2pFNmkrS0lHRjJyMzU2bDFWSmJEaEpPdFFkcktpWmxaMytDc2lFNFhJbEJFQnhzMHNSRzM4L2pTSmF2Mk5DOGQxV05VbW9ITXhUTU9nQ21QVU0vNnplS3o1TnpEQ2JYbEphRkc4QUxtQ2FGMUNveUwzM0dCblBtSnNDL0dXckQ3VkFFQU5EVzRKcERYSC9MR3Z2WkE3WXR3Sld0Yi9WRkhqV0trNXh3ZWtUdHZaeUxBNGVrb1gyNG02eUlPdUpVR3FIcGtIUitaVDgyUnZmZlN3WVpxaGllRkJLZ2lxclhKRG5ZZmRsbVRoZXAyN2Jyc0drb2lnTGVOSDgxVEQwSHF6RlE5YUpvKzlLaHJodDNlNnFCcWNIajA4RExvSGxvUzhWRTZsWTNwRUQxWHdtSkpkMnUwOG81WDhwRGZxZm1WaXc5Vmp5NHM3WmV3bUV5WG9jUUtLNFZDbDJ2YnlXdUljODdHNnlidDNlUTFnVkVQUHRkVUlXVldrbjdPUXRXVzEzeG5mTEpQQTdIbnJicTRYQlBzd3piZGZyS1dWK0hMc01FUE5kNnkycTZDWlZwcER5WWplVGRRa3l4azhnaVRVc3hrQ1RLek5mdHN6S3M0RFpVdVRzejAySDdlbDVibmIrMEI5bjBFTFNXNWJjdWUxN2c4d21NYnFsVDdmSy9uWDUwSGZ1emx1MVBLTHVWMnoydmRJOUF5MEdnU2dsSVFzb1I5R1NlTlVJc3laRi9LcTlGeHpXS3JJdFhhVm4veUppeENhejNsY1pHeHBLZGlVbWR6UGZqMUtLbGNWV3FWajN4bEphNTlNcy9Dbnl2TkdicUk1a2puSnZ2S1VkYXJjSS9RNTdLbnpjdjluRHMydjNCWlRoMnFIbGc2cldBK3hmU1o2b1oxV2RabjNlTTZVWm1TSmpBSkd1TlZJelJZcTZqaVRsbU5QbjRQUzE2SG1XR01LVzJGQmw5Wjg0L01KbHJCU1ZRb0pEdERhMWk2aGYzRGY1NmdvSzZzRjE0RW9ibTVOVlVSOEJ4dkx4VHNrMTgySzhvTlpFQ1VzR3Z3eWpXck11elMvZ1N2Z0hhYVFaYjFNQk5xR2NjcVZlSC9MWTl4Vmc2Q3AzYm51V2crVllvbHV6c1g0UW54L3ZjS0UwTVBSOE1uMkFGbXFMeXlxWldzdmJTNGRoQjRkSVE0cWh4YjFMYzZ6VmwxQmRoYmJTVFZ0ODQxekRkamtPVkFkbmYxWE5RS3RiOXNubXZsL0tPZmlRWHU1Q0YyZDBtOVpNMWhUYU42WERTT1VaQnRlTFhWS0RtMzJHYUp4SkZPL0oraXdOdGJrdjNTZklxQ2czQWtLMGxOejB6VjdYQW81S01uVjFHVzlIeCtldVRsaGFtb3BzeDRraytMUkJOSDQrTGJLc2hCMlJTWmVLS1JpVGJBbVcyR3lRQWdhRm1iYzFYcWwwOFphS0RDNFJSaGpZajF5SnJ2YkRRdFRuR1dUU0RKSHNYaW4veDFmN3IxQnFtOXFUT0NyQ1ZYcllFcXl4Z0pIeHZVbHpZRDdKL1plRWNXcTB0MXFlWnM1a3JwRC9GT212WDVQVHVjWVdJZGxuM0pUVHZBcXBvdXpkZCtXOUR4UlBVNHFpcjdhekt0TGl5dEZlZTc1eTJUckYrMlJyOXlqejg4MzU2TEsyWktSdGIwZFE2TzFUVERsMUdEZGVrQlRZdGRFekhFYTFuc2NpSHpkckhLc2xXZWtoV29tc094RjZUNnlNaU1iSVFtTkJpTTI3K0F2VktyeDRiWU5Eei9tY0JxQ3l2VTJIOVdQckRVSHJKd05QZkdiQkloNVhJSFlhMEtDaFlqY1JVSnZ0WnpRc1FDZTZYNG1KU2VXLzZwMUgzaDBvWDJSUmx5ZW5BWU5QQjVpL09IQTlBd2cxNTFxcnNncU54Nk9RdERQNzVUU09TcFNnRFlicUdJNmxpMjVPaElQTVJnRHhtc2p5NGl6b1dSU1ZGbHJmZWVQRy9tVFNKdkx5OVdPemhZYjJ6Tm9xcFE5M1hicUtaWWlEMXJSVnBQWUxXTnAyWjZtdDcvWDVGNFhGZmVNWlZ6aTc1cEgrV0U5bFd3T1hKVjVVOUtGcy9tbUZPanc1V0ZOVXdBNzZiMHRlcStVa0ZrOWlVMEJZcFhVeS9sNDV3cnFaemRlU0tWM1ZYSjNGQjlhVWRUMkd2NFl3ajdzV29TVVRSR05vOHhaUkR5UTkyczBKeHZVRGtQM01mZ2NSVlluZFE0Smw2ZzFBN0ZPZlgxMnRKamlVYTZ3TENURFFqYTY4Uk1INFo1RmRvMnVRQW9LVE9naSs2dlFhKzB2bGJ4SU5YUFF2YkZ6V0l5dVNtOSsxUS9IL25meXZtV0U4blYyVmlOUUEvTzUwYjBIQUEvdFdmM0E1cW5uWkw5KzBIOEtJRUJUSFM0dldhcGV2VzBjZjVwUjFmbmc3MXdzd3dST0lnUkNUa0x1OWdlUTNzYzFId1pJVVhZY1p3SlpUVkFNa1lpNXVQS2NHcVdnWktWMGJIY0NUSUhkVzdidnF5QmtOV1lCdTFocXVaSElTZUI5Q040bmd1bjhDRkhaTlpiU29QUktUQ0l3S3kwbHArZTVwS3pqc3hidzBPeWRpajJZRlhsSUpoeXdHeGFyTTY3TENRelBHRmVwYnJSVUpVK0RYTmJ5cnBhNnM2aXhnaXptaDhlN1hlMzlMVmJOVVkvYWlmVG0wbmpocnJMSk1hemNGaHl0ajR5eVdSZXR3NW9xYTNQN0NiOWFEMHpDekdid1V4V2JSZFVzY2FPOExHbVk4cEZ1aXhDamJZdzNyMU9aNTlYMCtiYUs5VkxtcFZ1bnlyRDlWd1YwOVJ4NzhKcUhGZ284N0NrWkR3OE9uWEFUQ0paMWsrbnhPcEthR1hxcWI2SW8zSFc1blZEUWhNSXJpeFlYUWFzcHVlbUtkMzhDUE9MVDRFdDJEbVJ5N2tsbldDeHY5UVBsYkoydXpwOS9OZzh0djlJSnlhVWhtbVFOaDRMeExQaFdQa0FBMVVwdTVYdXlHZUJ4VWFkVzRwOTROZm5SeWVIZWZSOXBiTVRIT3JzVUROcmlsb3JBR0Z1Y2JWQ3JvbHFVbWQwdlk0cDBCU25sWXN1V0dvdlgxVEpSb2FwTjcxR3pUL1J5ZWtTUnRYOS8vYXI2RnRIcHozbU9qY3JFanRCaE96YXFqUTY1VWlCa2FyRmxSVURZNnVoM0k1dTZFdmh3QUp1d1djaDluUzdmZ3ZXYVU5MnQyV21GQmJBU0JORGlseE16ZTlJK0pXc1hRMm9tQ0ZJYTlaQkwyRUh4cjQxMmZ5cDgzWjlDbzIxMXkyZ3FFV1lBVEd4ckJjckhMc0ttQWVCTjhET2RSai9WVVhoV0hvOUlxd2JwUnU4US9QT0ltbE5NSnRsVGRhQi9vaEdwMmg0V2JlTk5qMENqOHhrOHNKQjBOUWJnMTJ3M2J2OURRcG9xRnlDZFlYRG9PN056V09TUHJ2MmRtV2xwQjVvUWg1aWUyMC9EaURhdjNwczFSUVlLWlVIdnRuMVZ5NFZFUEwvcHQrVW1Sa1dBbGxvbDNDQi91WDFFVUtncW1LL1B5Ym4wK3B2cVkxa1l5TXFNcXY5a1ZXZ1B0SGRQS2l2d05UdUtVelB6RXBnVGJWZXJpNzk2ZG5qd2RzWjlmcFpoMWR0VkZqdTF6NlZaQ00xbGU2eWx1OW9VSjh2eThETW9DcHpQTHgxcFpUayswd0xrcXlkbnJ4L0tIWGtCYXJJc2JRbktDZVFxRW9DVlkvWGI5b2VHVjhvYTdSSWxmSkdNWkd4YVpVdG1vZHM2SWZJZkxPUjdJYXdUb1ZSaEx5YUhsYTUvcWtteUkyajRyRjVCUm5DMG1DMHgxRjNSOTNqMDA1ZjY1SnVOZ0lNSFVwZEZLSG0zaUJRdTZoNzFFdG9Hd3pnTGF4T29IK1QzU3VvS0hrWExsOVdTSFBlVXZYd3Nibkg1UkNVWDdEaFNqaTBMUHhhSEtXSGtLanFKYVNaU090dFN0UTlvc29qYkc4R0x1YXFoSHV1U0xQRURiTGl5VXFSa1BhdVpXTnFOYXR6bHZIUkp4WVhGNnZvb2tYV0w2cjhzMGxlY3hjYVIyUlphMFpQWDdiUUhWVnpkVTJxcjV2TTJNb25xMDMxN0RockZyM0Jnc25BV3FlV2p4dFo3NHErTmNXRHlqUnhzYnFJRHVmMjVzYjJGc3JxcUh5a0pOK3ZGRUhTS3R4NkljSEMwcTRvcE9iam8yVUJDMVdMR1NUK2VINi9UOXB4TlRMVjVwZENxMG5nYW51bFVZdVNlcUs3UDJXelZ0RXUzdTZyVk16bEVaMnpsV1hScG00R01zckxRUlQxK3ZhQ0taTTUwQUcxWGtXc0JseDdzQkxrdk91aDZZbWNxNFNYaWJOZ21HaFRzcmNncFZKVlpqWm5rSThWcTZJVUZ3ME55OWt4S3VJdmlWYXRCUC81V1dwNm1oUkRVZkN1OUFTcDBXRTYwb1ZFQXdTT3BGeVI1Vzh5aktabUt1VHlhaWt0N2tpNzJ0NUhmeHlRZjh6UitnNkVTMlNkbTdta0N3TlFkRDBGLzZsT09uYVdoa25SdGtiZVp1ajVQZ24rVElzL3BWUUV4YU5MRmtmYS9xNUIzTzBsVExMNXJteG9PcFZRRkxvSXJPOUtMQURidzlKZ0QyTUJWWTNScGFQQ1VvOTN6ZXN5UkVUV091a0VRRDJaWlZpNTVacEFiK2lDM1UyY2FxWU1JR3ROZ3B1VE0yblVsODJvZllXc21sVjVQcWFXdGE4TDN3ZWRVeW9iQUhNRTBpeGVMdFBycURWVUtndUFUSXE3eWRYZjZRK0hPcnBiS0pwcG1kNFpDeWY2QmtDMjZrTVBxcGs2c0lXbFZhSFpBMDcwMDVPbUtrSVY5a3BidHVDTmptUzdRZTFqMEVBcFN2czJBbFIyK0ZOcEF2c3JUMm92WDdEV2ZqTDVLdmtwd2p2NHJaVEt4QVp4UFd0aHFNb2tKQVN0TWpwVWd5UFZiRm1PekpYRkZ4MDFiOTdtazBJSUN3RzMvRkFkYXlKVHllNDJGNFk5bkZ5eGtDOXN3OE14UTZTbEVDRnp6elJYMTU3TlF0Wk81S0N4cFE1bTNTNnplOWVabE1CR3VrMjhTcnZPUkxmbG5TSG9PS1pQcEhpVVRKSFFlUWwwM1dVS1V4Wjl6U2VnUERuM3NGeGo4V3hVdXQxekw1K1NYR3pZVTlJbUpiWGZZRnVZMkU2eG83R2wvVktXbml1ZEpzcVZ3dTQ3MUl0SEdveDI1NTNwYUk4RXFycjlNb1U3WkZsQkpWMGJNNGZsV2NvMjZHR2xtNHdWVzRWNWx3SXJWUS9TZkp5MWs2T3FCT3JnTm1HellTbnpVS3pLTnAxNDE1QlhWM1hTblc0TU1kL2Z4QlpzOG5lMysyQUJZcGJEaWF6ZmJNT3NRWWJuall1RXU3MnFlbUlNY0Z6T3RvelJXcjFxVnczdHZOVyszK3JmdmNFNnUrb21IV2ZxOXZoUzlXZ0NNSGZVWkV0ZDFRZVc2WlpzZHlJYjRtUElRcFZKVXFkS3ZFRERVUjg3Q09CQ0pxb0tjMnFGOUViWWNScWVPOEsvMDRoWnFmMUdRM3RVcE14SUlRaHRXemFEMTB5OEk5ZG44V3ErWEZhblcySTFKeTJYb2p4WjN5QlZlRElFUDhadVJKSWZLbVJQRnRiNDJzSlFEcG1FYjliSk5XTTFMbjI3YzZvdjh6VXhLWkNLdm5UYmJ2SVlSckpWbE02THN3RExYTVNmd0VjU2dOWkUxVFc1UFRyVmNSbWNXVHVDWXladWdmZmF5eWtHbmJjRXhtMkswaWlyTVgrYXRZQWxPYUQzWXRQTW43b3NZU0U1YUdNc0JEbWNxNWs3WUhYTFBaeHJITTZDTDIzckxkMzgxRWZUWElaYnNsa2p0L3E4RVZ2MlJDQlpoYUhPaVJ4SVZLKzdzalJmdGovSGtoaThiNnJab3JLbzhsTUs4cVZLMXZBaWUzTFJjbTZJbEp5MFFCTVRKdHUyalNEendiZTExQVhUd3A2bGVlU01EMGVRYW81UW1rRm1xRmwzZUpsNXJPdDdQRE1idGFScU5vQmhSajJFZm5kUDllbTdkYkozM3ZvaDBPc0tOSkNLVTJtTzUrYzYyWTB0clEyRlRjQ0V4ZHowSXpMdTdPeTFtUUlrME42WEtxRzhTK2VSQlhqS0FIWG9iRHNibG0xTU14MGRsNVh1MW9nVFNndVFPNFl6TE9WWHEyZldGc2Fib3g3dDlqN3d0WHBZYzdmZTcyUURMbFFtSzkxb0xMaFhkTTlmR0pNckI2dmRYekZXL05MYTZtcGd3K0hGd3M3dFBIUHNqS1Mxa2hVUDQwZFRBWWpFTnFmdzB3TlZQVjVjeXNlc21YRUI3ZHhTYXdMSGZqUkdXZHpWdWZQb3dkRWNDRlgyWlJMOHBqUWV4dTdIalY3TzVkalQ4WHdVTGVkWEZpcEphMStsRm9mTldsdzVMNndGamNjOVZiM3YyUXRZUURib1Q3Wk0wNC9NbjhRUkZHcXVMMVVLZHZLTmEreWVVYVpWRi9xWFpueVl6TGRTS2Y4cVlLUzdwUlZjejJjc1lKOXZWWGNJOHFtcXN2V3JLa2ZJYWdvR0MraHNwd1RkejVSQzN1NmZJazRCTTZDYm5rUWRwU2JXSGVqc3dtbDBodm04Sm5zOGNiZ3dPdzZxYW1TbVN4dEloQXladVhIbjVFRGpGU2R4aUtBSk1RMTFMemkxY3lhMEtmZk9KS3VwQkdoU1JtWkFwYWwxdDd2RmxNOVQ3dVRXT3k2OE5RUHQ4V0ptMmtwMXRrSG8yUExEVTZYb01GNG9reEt5eVo5bTRoaithMG1POHd1eTNuY2t3TnFMbDhuNjdQWmxpNHVGRGt6NU1EdFloNWpLaG9VUm9SdzJnbGd4MHZlbEhGL0ZMQ2RVUGFzeldlS1ZZYjVtQUUvbThSMldRVSsxckxYOHNxYlVqcERxS1dRcThnbWRSS2M3K3F0cTNqM3o0SHBaVEhKeHdXN3FzRFBvZEdVR25nSEdDRGJLMmpOcnVUQk9DVmNpRzArV0lLZ0hQaVUzaVQxcjQ3MDhPcTc2V3VpS3l2N2srRVRDZXdpQVlMc0gvSDVFcUJGbkpvdEF3dm5vLzJKMHkxaDVhN2wzVUttaGRvRHRnVkFtWG9DeFlkTjBBUHVBakhVSEsrclhTV0YyL2V4Qjd0bTIwRkVOaHBGRUYzRlZEWFNWbnppSnJqSWVkMDhOVVlCckE3OGwzMWZpZUVTNWQySjhhU2RWUjl6TFFxMHFVNzQ3eWhkSi9kYkNLU21YYktSVEdtSU1PcFR6N0tSVmI4MDdyNExSMTZuT2JmVjNLcXNTZ3RZRlRUcm5RTEZsenQ1VHlTOTJNZHNDdUJtVStnMGJidFd6VDdxNlBDU3p2MURRVmlkMGtRMGFNVTN4UHByZUhmSmh1dkdqamxySzFzQTBhSVo2TW9FVG9SaTRMWnNZMmpwNk5kVWhGdlhRSnkyY1VnMnU1QXpCZ2s3djU5dkNLLzd2OCtZSDFJd0RaeEd5bGxmeUJTbDV5aXNwZFV6ZG5NbVl1eDJHV3MwZDR1VUxaa0kzU204OEgzM3lvMnp1a05YdkRuVU05Z25NNElKaTFCSzdYZGhuc3c2dkdJejZrZ2R0ZnR2UnFZZTZRVHAxZjFCdHRsUnNXbUkvcGtSZzI1UUlsQ1hLdkJ6TU0xVlJwMXV3bVNMQmlTb1MzSkJGZ3FrcXVqcHZidlhnd3VOa2trZDNNT3Vwemt3ZE9kNkdXTEkveklLUGxER1hLeVVFazVWQWkxMWRRcWhyNGZJRmhqclJoby9Pcmk1aEdpRkpDWHY0OWhJT3Fjb21xYTFtZUNCZGJCVml4V2w3dWwrUzdVWDgvRUw1eEkrU3NGaFdjS1VhMEJvQm5iTjFaZDdJU2NyRTF1TlJzSVRaTWxzeWZXc0tSN0RFUUsvcFp3NGVPcmhTWFd2UHpVbDlzYUZtT3BpYXcwMTc2TUVNZnp1d3hxV3BLUzUydjNpN2RTcTZOUmdpUXQ5Y3AveFVkM1FoWG1Fc0o1VS9tRjhIZVRIT3g2dW5sR0F2RzNwZ25RRUtOdlNvbFR1MzJqNndzZ0R5WUlxQXFpb3hYSjZOVlZzMmFyRzRJMUYwV2FPRFZhTzl6aFd3NDFqSGs0MmxWTnFXK2pjYXRQREk2Wkw3MWJCdEhLQ2xJVFU1MVFiUmZ3WHlEU3h3VThOczlqTjdoV2ZtUUd2VCs5M1M0V1QxNmk2V2VKbE1VdTVCa1B2QWpNU3pzdXRYMW9KVHA2encvcHhhZHA4eExmQ0pCeFU2aEo5M2NOQlJ2UlYxS1V2ZURkcFBWU1c1NGJQVzFQSzFuTDExOENDbCtDaTcySlEvVzRrQks2U0NGTlp2TmZmQ3JLcGlmZFdCZzZtVURyTDBWMFVPN1h4azdwSEs5VzBXSEZSNEV2VmdKMzlLQldEQlE5Q2RYbkg2eGlDVjVlaXlQNmdldmNXYUt2MzNERTIxWmdlaG5iVTdVZDF1S1NzYmRJVXN4MVMrc3dsakwycjdSSWVDZEZkamhDZXpNRzhYRThyUkJVazF0S1lLUW5HdzFQYjZZTmV3Q3E1aWhnNnZIbm1kWmpDQjFqUG12dG96STNRTnJabXBhVktURnVhVzlCbjh5Y0grQUJOQ1pMcWlTcG5HUnJQSUpOVkNwcVlwVWRBaHJrNFhMOGVwZEtCU2s2aHN0VXNKajVqRlA4VnVwTEJDbkJpdGUxM01aYTJXWUYrUDBPc2tVRUJhckJBY2ZYNXVlWFMzT21PRnNQVDY2MWhFaDUxeGxFV1k5UWZZTVN1cjZzN3lXUnRLRUZ3ZDViU0NFVE5ESmR2YlZYMlZqTGt3NkN0dGxqMWVRNElIKytNSnB2K08rOGZUcXB4ZHIvNW1GelAwaDNaYTJaeUNvby9ZNDJRb0xtUnJkdHNpQkRYU0g5b3BObTBaQlp4c0FSUHNVOVdxV2xGSmgwNVYwVm9welBTNUZDVzNVajZlU0RVNmlNU2l4N3Eva2gvZHVaSkxiQ0pEYnRIMkxYSlRFRURPV21tcUlUM1lDbnlnK3BBZFBKUmRnUTczdGgzUVVwVGJrbkpMQ2NSZVZyUWcyelpUeFdldWRXeC9TUGtnSnRXZXJ1bEdINFVkdFllWlNqUk9DdUxzM2cyc3VaTDdaYTNTdnN6YUh3M1ZIcExUa2VzQ3E4SjQrYmEwLy8wZzRveXNTUURKbUdGZkpnZktodkRHL2dMVGVqekpkWEtCTzFZZFl0WWhtUlNtZzdseWZCRXIwNFhmNmFtKy9GZ2RMbE10Wkl3T1BIQlFsNjJwcmpNWUNNblN2RlVOSjBLQW1QY2tUUms5eVVybDEyajdscDVFS2k2YmYwQ1pWdHFsM0kvekJxaE56YXhyWFArOW1weVZXWjEvZkJDblhBeGtPSU9ha2xxWVY2N1d2ZEpHaXg0SE92Wk43NjRLY09Gd05xRGVTSEtkTnQ5YkFjUFpsTUJDZ2lKMHd4TnRiMWxTVzQyVjFGSGVYN2FtengvU3cvbjBkRnk3Z1lHc1JNclNRRmF5QWUvb0hSODZlTXZWbFFVd0RWUlc5ZXBXMnFOU1ZmbWE1eDRFQVRrRTF3RU5PNDJob2dFcCs4ZW92aUhxYjIzd1dHV1FDbS9lNk5Sb1BGdkhKclJXMCtxbHVZUFZac0Zza0g1a05zQUhNeGJNRFRVdHpYWHV3S0gyV3J0ZXRUcnFtRkhPS0tzVUZxN2FsV0M1ejRLZWZXNUtML3BtNHJCZERvT2ZjaVRmdi9iNG9ZUExhMkZWd3pSbmFxT2dleEZZelNoWDdLYklXVHlENm1ieXpSdlVLL2NkV3I0WXJOdVRGRGlWUlVwbWpLenNMN1c3ZXVDQzdteG45ZGk4TG1aN3dhSFZTK2FySnNLT3FhejRBeHlUZUlLZXMyTlZlc2ppMXAzZHFtclZaamRHVjBtVHhSNWpKbm1aK3BCUkRmeEE5L0N5Nno5M0tPdzYweWYxQ216cnJoQk1leFF1WGtNcktVOGh6ZEk4elpMNldhS25UaWJRRnoxditaZFpuRlRxSXdmWXRKY09MS3hRc2hKV1NaZ2xUZy9KcjZIaTEzMFY4akpsc3hkU0pCSVl4RFVjN1V1WG9ocEVPVGRBVjFKTERZNXBQRmJtalRTV1RVN0RnbXJzcEt0TWROZjd2R2hXZVpWV0p5d0RuR0dqU3pOQWZrQjlLV2lkRzFSQ3JxUFVyQi9RWWYwaXV3ZWZqbUNpSmtEVGVrRER3dWdpU29CWVRmQ1QvVExSeERLQXgrWDZlWVc2TkJCMWZaSmlHaVpnM2p4aFJTVUhsUUZkNmhWdjA2ODRZVmU2UzhCNE1nT3UyS2YvUTVacTVIaG9uLzdyMWdnUkRaVjBPY0NWRHJPczRidkpUVlVIYnRwbHE1Nm9ObmVrSStaTlFNTXNnbGVzNlRsYzVjeXNkMkdQQmZ5cVdnQUJDWlJEZ3FEMmFEUllIOGtzaUN3T1pLZTVnMTh6RzhvU2pxemxtZXczWWJvYmFiTjNudzI0MHUvb0VLaG10K2VwUFByczZEb3lrVTBWMGxUa1VHNHB6WFNUSnRQaUFjV1k0ZmlxenZxeXFxcGtjbXVoSE1RZUhtMkhzcFVTNjhzbFZWZHB2TFlkUWp2YW5sOCtYSjJYWStwdnVhWjZwQU9YYkF0aEdqMTZ3WEJmdmd4bTlSbXpEc1dEYVEvbUNoMUtoN2tYbWt3WExJT1JEWUI2cWU0bEFoZGMyYWcwQm9NUXMxdXVycTd1a29IUnp5WkU2V1lHZHVHeDRpTWQ1bEJ2cGZTZi9LQjI0TC9SdUFyM0FxTVgrWnpITEJpaW5iVjFxNU9kbmFGc2QycFVxSUg2M3N2MW5OU3lzU256MlZ6cG8rbUpmdVhpSVFiZ0o3eW9aOTVxSjR4SjQ3biszZ2YwS3pwMnZiaHFpMk81MzNLZVZRZk5LcFJjMk1ZUWU1Wlp3bVYyU0U5am5jNXd3OC9VZFZZenFVWWdzN294bGFHdGpNbGNrWmwwNW5odTlRV0haSE5XOHR2UU51MVFIMnJsZzF1bThOTnpneFNlZndoc1M3UkVxL3BhdHpjSThKUVRkK2RHbTlRQlhqVitxaXlvazd5azA4VVpBQ0JGckVHRDBrQ1hoZ2hWakEwd0NaSjY1MGhsWnlwNGRLdDExZFhqaWs3bGt2N1krQlp3cTZZNmQxL3RPam9tR1BBam9XSVhpSnZpUkpVakw5TnlGVWpQZkpNMEN5L2FLU2NYeStHcHhaUmw0NU5TREsxalNqbXd1d2k2OUtTWHFadkFOaFpxVUxzTFhFcStxY0RtNGNXRGxkeThNNXBFS1NlQjZqbnl1cmhMMWI2Wm9laDVHVzUxZ2JJQ1hBclgwV25EbUhkK2dvNUhmc1ZXUitZTWFJUUFYYnhUTTFYT0tXczl4MVo3US9QUHZSUWRDQXJDa00yd21WWTdtNVJ4VGkzTktLd3EvV0s3OHZudzRkV0RRVVdHVGEyOGhXM2RURXZGWDJtaWNnYTdtZEZuWnBLYm1iOTF1TE9PS0tTMC9PY1dxa3NyaXhJMWtSYWxIZ1F4a0pucnhJczBEbEpWZE0zbGlpeDdoenZqb2JLNDdXaWpHVUp1aFdJcG5wdWJ4YmpSUjVFbFU2dklReDcxZTZiWVFNNDVzS3lqSngrVzQ4Z0poazRwSzVPcThiWndySFdIMUMwV1dwaDBTcFhLMmh0VnNyR2FzaG13M0RiWXJZMWRVdU82VUdmK01MeGJsbStabnBYcWdwbGdvS3g2a0t4YStPSzBZMkgzanowTXBDbTFYd050c3FQaVFpUUN5dURRWCtieE5UditxQXB4THhwM0pnYUY2bVhTMnFRUHlkSEMxTFVETHZJTzVqWmdBTENyMjFaL3VKQVVwUkJsc2hSVUhzL1JkSHlDRUhZWmVpbk91cWRVRnJ5aVU5MGhvZGlQb3JJOHdwdUN3OGxXVk5KVDVkaDRpcm1JV0psb3N2RHBKcWdtUVZWZEduOFpNQTZJaTQxcDFqYTZwSlBBMXVGK2RhNFNubCtqbWJBajJSVUhlL0xqajNldzRVb1BkWTZPazFlektXNlNNNVhtdFZyK1c0bGNORGxCNFJTRzlXVGl6Ulk3cEc1LzNFV3RwVExucEorYjNUNHdjZEx4V0pmODI1Mm05SkZwQUVtOVFabU4yNWoxTWh4aGpuYTYzOHhDTm8zR3k0SkZCNmx6NFNxTm5qeTNNWDl1cGRDRk84djh4RGlTQ1ZTb2JvOVVMRGJJaW5LZlNVOVRGZzA4Smo4SlM4NEI2ZStBV2tIOGVxZXZCTHlja0tWQ2lYQVY0VnpTS2xtUlZrVFl6Rkt5aHhIMlpZOWhXNGtjTEM1aFlwcUJTd1NtWjZFaldjNlJsY0M0WWZYcFBNV2VKaSt2U2ZoQktnb0I2cm9ta0d0VE8wTGRVeVhhMU40VlpTVWU4RVVybmNtaElKelhiVTUxRXhWZzRRMFpVdFJaMnNYM1p3TzI1ZnBYanBvMmhZaGJEdk9OaWJlUkhOTkV4ajFaMUV3V1ZnNVdKTURXeWx4VUhnSXVldHBSUEVOYkpBV2tZbUJkWTFZR3EyMnJmbmZiVm9PZlB1K1BoeWxReWxLd0pTS1ZoV1lwcVRMUFJWYUZnRWp0UzJDQ2gwMmVjQmc3ejZBZk5BSURpc0tVVm9vckZsbmdaWk15Rk8xYkdtN0tDOVhuRDJjTmJHaXVuU3lwQkUyN1JVSmpvVHZLUmNLWFlXMDd5bzgzNFNMdFI2dklvelM2ekQ1T3M5YXhLdkVOQWNROFNvSTIwaWxZY2E5Z05CYmJZVjk4V0xyQTVaNG4rWnJNUjUrY0xvaG4yeEJQT2d3cUV2UWdCcmZYcWRteWFWb0JOMUdxNXY0NEgxOThRbTdHNjhZZXdVdjFncTYwVVk4cEhRN0tZd3V6aEZaTmkzYjZDdTEwSDlUVHRTUk1OdTVUemJ2VmNMRFFMRlVtRWh2ckw5OGNWNkVBVmxTaFkwSjZKcjlRdjJ0aGJza2VhbXlWWDNLSE5QZGxPMnFSTXFhbDNqb3lueXRGUmxZK045YnVUanJXYlFXbzd0bVlFMlhkaVg3ZmFtK01jNjJyaU5ZZ0xqdWtoQms5Sm95RW4xRytTZ29xS1FJbWdlNTBLbCtQcVZPZGdVYWs5MG5CalZYZnFmM3hXWWhBNGxtWTFha1dkZlR3N3ZxNG41VkY0cHdGT2NOS1lXZXFuQjRSUmRTYXRMcjZ2RzRJcWJJVXpBR3BwejVlUGRYNHJCdVk5Q2hkNzVFZXNkQXJRTDdGNmV5WEg5WXJPSkZ1eWVRSHdyUmtReDZhZW1QTnd0SmpaZkFjZExJTDVST2YwSWtTWStQcG0zVk82QlduZGp1VTZvcHFXVUtxcVM3UTNLYUFHTFU4TU00NTJUWFNFNjFhbzNwTkh5dmx1bWI4alY1WmZ6cXJuSWMxL28vVFhuUWhoK0hvMGdvQkMzcFkwLzVLRDl6NzVYMlY1Y09MeXhMcmtUa1JhN3JTUWNjZk5yTWNCd1ZVRXVha3ZpQXJNTHM2d2hvelU4bDZ1cFJIS3gyYjlWTDZKZjA2V1p3ZzU3UHZOMlhPS3IxS3o3Ym5iUmhNTXA3OUhCWCtPWUg1alZiUU9qdnJnZWt3bXVhaWxqdDB5OGdzN2NxV0dBcm5sc2V1dXpucGhHSDFUbE9KaWVVRVdOT3pXNW5IbGdoWXk2V2IvaDJaYlpPZ3BlcGhtU1BIdXF2ZWpWYlFtRUsvQk1aeWRTWEYyamExa0QvVUM5SEdmc2NzUkRab0h0Q1g2aG0yWkhsUGNubmRGSG5FZW00bEdnYjJjdG5Za253U1dmbElIN215dVVWV3JaYUZUakRYQnZ1YzlYdVZiSUtmYXBnanBjdlIxYmtqYzFvdDhVZlpGVEU1cGtBbHE2MmUzRVFYVld4eWRHSE42dFdnWHZCNy9BWG1tZ0xES1B1aU1ITldodE5wK3NKb2lQMkxWUjlSYlJZZWhIMENHWTN4Zmh6Z3FtTWV1YkpYY0ZkNnZkUktnRGNCZjc0aVNxelJZRC8xMWV5TnFFbTdxcCtoTEpVc2luVU1CRm8yell2ZHpHeGd6aG8xTk5YdWhYb3ZaVWN0N1BRenBFUFhIWkJiTkVGdXhNeU5MbUZVR3h2WmdKSm4yRStndWhIVEVXSVY2OGpSTFRobU5sU3Irdlo2T3JhRytjcCtrbG1UNGJzenlyYXhPS0IyR1RLRDlsQlZKVjFWVFJmODFmdzhyMFBMY3l2NnMzOHRSNHM3alV1czRxL0ExKzVYRWRkREJpK2xkcHMwVUVkbHIvVWszb3ljMHFYS3pxR3BoVVRocFhpVDR0NGxKVjFxRlZjdTVtb0VUTk1WVEJQUGF1OXhkYnJFUzAwK3V6dlhza0ptRHFzNW8xNzYxT0ZDbm1WdXFyV1pXNWhmNXlzV3Q1WGZEcnhPb1N0YWszVVpNeVVuT3p6S2FUeTRoUFFrV1k3WVBsbVdRbU1nYzZneitlbXpaRGV2YnJZVWFTUEpOdGl5RkU4UFNPRzlZN1E1a3F0VDR1eXZSaFl2WWprUWFGUzdYMDdXS0Nlck5kSTU1ZXFwcW5QNFNEVnAwNmFqckhySm11ZWE5Tjk4L1Y1L21Kc1BxaU05NnRtcDdtU0Vsajg2Q2xYcWdnNUN2WTg5TXJKaEovMHNSRW1JbWJJOE5VeXRFdEsyczN5Z1FncG1tU1BYWGRTR25wMVJVQnlnVXBMZVNlQjdxR2F2bVVZU1k1VjhQNllCZTcxYzRzNktlWlVkVDhlVUFibGxXZHR6WTBTbDFNRndRbW44bGo5WTdNU2x6MTdmT3RtYVNIY2wyUHNXYWpkWDRxQ1Z3cmpkeTJXOXNSUmJza1NHVXJvVUVDOFBZbTVVVmNNMzBTYm9QWDJHVlFlbUs2aU42cFZWTHo5bDBRenkxZmIzVk41YkJia05GZVNtc3AzbGg4M0dCaWRWT3p5UlNQM21iRnFWellrNjJiRExaNXN1bktZYnIxb0xKVUpSTnhZY3ZwNlZXS2ZjWE1uWG1raGhmWkE2azRGc1BOZ0g5MzhmaGMweG9GRmQyRjVQZXhTMnpIVjh2TmdzUkJxOCtlaVd6Qy9XUHZJTUlTZnlxWlc1YkdxZ3lVdEZIbE1GV3hwdVhqU0Z1OFVlUkxJYk1uYjlwWlErM2N1ZTRodXJNL0N0WjBPakJPYXk1azJMazhxbGlBbm94dnZ3MytwZFR5TWhRaVBrVk50WWxVaHhDUTFESzR1ZlhUeWtUbVpZemxpWTM3TXNPd0ZRdzFESzZ6TXhXQzJxbHNGUndya3FFNnlCV1UvTnJKK2xqcG8zUWkzWDhBVFZRTE5KcFQwQWk5Q0tQOHFLNnNHdUhHSFdVNU9lMXpJb1NwclNLN0lqUENIaXN2a2xCVHBOaE9DM0Z2VTNIZ0UzQWt3NW1jZ3VtMDBvdE5BMG5NTGxWWExMTzY5LzRzakNhcnU2dFBvNEZTdWtmcE5acG8zZHJBckQxdFJQeTFTb3pBSDdaczBKNm1ZdGRpeDR5VVlPOStycHVwUW5sZkpoVlhjTE1Hb2hVd1l5NlVicTJFeFpxUFBSeFFQMDBCTWorSitKMVIyYzhQTVNoamh6c1d1bXdYSW9SM3RSK1lSQnpaUnYyY00yMEY2UW9iTXNoSW5CNElteFY5V0RybGpVMC90UzNtdEVvenRZZmxLU2FXZnBtRFJYaUNBdmdvSmNiSlZqOTFjeUxXRE5DckxNeFN5SmttUWRsZ1BaT0t3cTdlaGtiWFdvRlpHU2V1dTV0am92WFZTbG1Tb05KZ09Ka1RmbUUxVXFxUHVudGkrcHJnN1NsR0QvQXlsNFZidGdseEFXY1NLVldmZjlMQ0V2SzA2eURMMnNkMEJleTFBaUlkZi9SL1Q2Y2w2THRiV3k3M25sT0ZnRngwY3pxMkpTdDBIYzJRajB3R0tkZGF1ZnFldGRWQ1NnMEJwRHozMlhydmNGUnQwanZJeDIxY2hFNDh6NDhrVVQweng4N0xKMlpIdVVPN3BoZXNkTTBFMnQranY2ZkR3ZStMcVRXNk9CM2ZlNzBzVERXSncvYlBYMExkbXFaNERyQTJZOFZSZExIZGpmM0ZvZmpiZXdEUldhSkNQTUVpWHJiR0thR3A4dU5haXJlZ3JzbVNTVWlRcVZPRVV5Q1kwU1ZkSnUxeU1jUXNNNk81NHpsU1RNMFVQbENHUThhVmszbEtzcmxsM0pjb05neWZzTTV5dVRnZFhaNG9Rc3E2QXVUTnBtbkVoeE1KRjliVHRUS242Rjg4K2xwOHRjVFNwV2wvTi9LTGdGZWtuMnlGQVFqcFhPbnJ2bnhrS3lHY2RNWHBqUXBESDR2Rmwvc21XRldMY29TbnVhekNpNmlNcldWSzk0UTM0NHNwVjFMSWRrYW1ONGJ2Nml4Z1Z4eFl5akJUWWVyQU5qZEFmZ3ROQTBWT0NKc1V3amtRZ29pR1M0d2RUMWt4cWpZalVZV3RvSVVZeTNPdXM5L0k4TXNyVzVzbkxLeENLeFB0c2EvbnVpc0Z6VDcxaDI4YzB3TklUVFpDS3VibHFTdGZNZ2VkOG51MU1sVTV3Skt0SVpKdm0zeTE1QlFOWGJIY2pSZGFOQnBWNDlMZzBQVEhTOHJKckVzVUhlVURZQVAxd3h3bXFJWGxxQ01FbDdXYzhSc2pPRmM5dGpDL25memE5SndpY2x3M0d6dE1aTWJ4bE5naEYxTFBxdGJ1dWhLSHFLTjZWRTZqUEhIY2NaUlBrRWNSbWRNdzdka0RCcUNVR3ExZzRHZ2N6YWltaS9HM3ZYVWMzbHR1bEt1cVZtUTI0WDdZckw4Nk1pRHZUdHNtUEVQV3prVktmcHlTb20xZWRoSkFzUERyV1BCQmZnLzlRMG1EbzJEa1B1RlZiYTlMRkNIWUcwMFJkTUh4R3JhWTVSSTdvUjQ1S01kaHNrU25WNXBYb2hFd2N2TmpEUVhZM29oejByZjZkakdoZnBoSTNzdWhpb3UwVEl2OEgwMUtZbUc5U0NqVVFoc0FtSng1Um1GS3B5alFsWXhkbVA5cHR5QmRtVmpkNHpzSHRDVVpYQ3FaMkJuTk9yVTJ2c3JHcFo1N2hESmFPd3FoT1lKb1hmazh2YXZIaFZaMnovYWFFRk9Jb21LOWlvSVlPMFVNS25USmNoN3FJdW1KTEpMQVpITkQvS3ZCNGJmd0NSMDg5MS9ySml3L3A3MUJyL29MREdiU3FVeVNZdzI2MFZzMzJicU5HZVV3d0htQzdZdVRSZVZlRWt4OFVWamxNbEg4dlFzT3haUWUzcVZ4YlZxcDVlV0JWRlY2bmZKT0VIQ3FaU1NkU1hMQzYzRlR3Mk1jNkVuc1dCS1J4NDIxVU5FeGpNZUhZenpCcklKWVpkWXQ1NHd2SlFnSUNLSTNmVTNBeVRVU1p0Rmh2V25OUEM1SEJKZU83Wjl0Tk5scnhsTFZwVEJ1WldGZzRFRnh3Y25Xb0hiS0I3ZDFTMUdqN0w0Sm5jZlNuYmlyMnpRYmhReitGczRtanBRalJiV1hYaUZEbk91R2FzT3dzZXJsL1ViRzJub2JUeGU2cWxlTWRxdno3QmZNOXNZOSt2ZzBSV015b3R4MlZLaXNGeWRqcW4rbmdsYlJNL0N4ZExjZEpSdWNwWmhoT2xWSmlLTzVrOUx2MHpPVzEzSTJmVHlINnRaWDNkU2txR0RIaGs2WjRqMk15VkFFVEMyN2N3NjB1MjNkeWxwb2pnRml0L1lWVVZDQzZjMEZOU2N0ajBJZlBVRXlvcnlzbzB5cnVJS2xHYlZxWTdMcXZSVU5sQTlzVjhKWjVCUWJVc054UGhzNkVUcXRCbkEvY0N3NWVndnpGUUpTVXphU2Fka0xROXlnMVB1OWhNRVNaM1dLYVNkS21hL0dRZko3NkJIYVhTRDQ3MFQranJvVkxZOUJKMWFWUFIrRjFmTksyUE1RYUdPT29nblVwMVNNazVPdjFrSVF2bWpUWmsvOEhoQlF2alhmeGltbFZQSGpJMW9wMGJqTEFMdithOHpMMDBrN1BwUTJ3V2VETHdsRlNBaEgzSmNzektFYW9Pblk2T1l6UnZxdzhLaTM1dm1WS1c4RDhQUEtuYXlDeUp3bUJ1cTZNT1BHTUh2cW1IeGNwcHAyZnl2K25jS0dSbDRDTDAzODFrTTUzRlJvczEvYXYzVWM5bHNKcTJWZjZPN21iZFY1VXZjZ25aS05POHV5UHJNL1hWSXBGZmFGWjVtTjUzb20vYVRKaDBzTklhbGx3THNUSlVlWDNQNTFGQzdtQzNpRTVuQWQvZERGSEgxOHN2R0tTbUd3SDUvQ01EMHY1NlZybTJtcDZxcWlFVmwrU0tONDdoTzFVNEQwTm12ZjZPK211eDlIalpqbUxZRXdZbGRLcEg4c2d3cjkzU1lYNXhlQUpUS2pKbXNMbzF5YlF3MWM4NnBYdFVuWjlUbWNNV3JHR2MzVDJSRFp4a2kvSEpuaHp5SVp2ellUTWNXLzlPbmxCcFY3clVkb0pHR21BQ3RRN2xwcWVrWjFZeFRUdXNyai9wSWtnb0s3M2NTdEl4Rlh4MHlTOGVtdWx6YXhJWk4zNU5WcU1vUnhsSmRMTzZkSGhPcDVTcTNJT05pNm9yblVuakFMWnhvT1M1SlhUZ3lhQWZaU09uUWNKVHFmajFWMklEU3h3WlNBMTlycjlTdzQzenNzUWoxZUpvQndQTXFxK0lsZHU4ZWRIOFVtU2EvYzZueWxERHdSVTZRSWlzTThua1YzNmlTNkhKRGNiMTgwTlM4dTNlL2g5KzNSTXVTbmZ0dVFOS2RPUFI2amdsV1dPWi9zaWpROXBLMGlQbE5SUnRqZnpUTFVDWGMvMXBWNm1wYmZYWUdKVUtRa05rUW10SSt3ajJTakNqMGJibDA4RnU3Y0FkWEZzeWVUZGdvcWlXVlZiWVhmYVh3cVR0SGFzN0pDTFlPcjhKWkNnQ0xkVSt1ajlqeWpQT1hFSFRxNHdROHlycVFET0NYVUdjMHFEWmg0bGJ1ZHc5eEJ4ejlTblNuQ1VVc2pPb251eVFGV1RTYlhUT0swazRiUkFld2FtaE1qeVRTNUV1OWNnYis2THFPazVabGYrV1N1Tkw4MzhtMUdWSVZkYUl0bGVXd3d2cW1kRWxLOU5WczRoTXJ2L21FZHczNlQ5SjBQQ0N1YzZrQmQ1SDl6anUyQWtWZU5TUE9iQzRNaGRWNEcrcUprUm5qMWhEdkRCbnZyeGZJbndoK1FoRFcrL29WS1BmUHlKcjkvSVRUY2pEanVyVnc0c0hnMXV1dm1ENW9xV3dLbHN2NE9vd2lHVnBtQTdLN1VtYW56V0FqdCtRWXZYYk9SR0ZUOVpSeTd3MnhMNWtPby80aUZTSnB2cUVXb2FpOWlDakh3TmFNcmEvUEgvb29DWGFDa1VxT3I2SkhkN0drc2RJQkdFNkpmcnYvVWwzcHE2eDlpbFVqb1IwQ2ZTMFEzc2V4MFdJNitnbi8rU1Iva1pxR3Jtc1liWlI5ZGpHQm0xT0xqandWR3BHcndHRlhuRlE0TFN2MDJOMXpxRTFGYWtEWE4yWjluVzltSWxKc3R5WitJaXFwTW0zRXQyampVcHhGTWlGS1BpS1JTSGJWc04xNmFkaW53bXJmK1crekozT2dHZHppc0FYMkQ2RFFwczZFVUhHcE9HTEZaU2t4eURqMDdIam5jNzFNdFU3Nm1tL2lOMUNaQnZxeFV4Z1VOTWV0Q1BSVUVXL3QxQzJoSkZndWwrR0Z5Z2RORXVoU1N2enBnT2ZsS1gwUTVNcXM2OVNDRDZvSXMzczBxb25INk9wVi92VXphTVpJS2dDczhLVWtkVkRvcE5OTnRjREg4emYwWURJd21tclIwd1VXd0cycEllMHd5Q2IxNTBlMXBuc2dldk1IUmx0anNMbFM1ZndybUtiUW9wQVVFckhWRWV1c0cvTzVvaVNMM1VUelpPSThVL3p2dG9RRGZUcUVYcDdVSjhMemV5QzFaMCs5YnZIVXkra1I5NjlnbTdFeVNucURVOFlkQ3JVS1h0aURoUGZPcEFER3NtcE5iQ1I3QVdkTmE5QTdVQjlRY2Jwem14QVlVUkxlS3JZZGRhemU0T2VqSVloaHk0b05ROGZZQVdweHFsQ1pOY240STFPcWJ4V3kyNEZpOE83NDdoV0dXN1RXbVRyVkcwbTROdjYwMW12TDJkd2FEY2NXT25wcEFoVTZFRVdMS1E2SkkreW9RZm1nMTcwMDQ2TXBPZTkyaDlQY2NHQkhOQ21XbHJhbzJMS2VrU3NZL3R2aE83eEc0L3NUbFRqdlVYZE5rUkhzckovMG9iQ09NVlVDd09PRE8zU3RrejZFODVudTNvNjAxUTkrT2ZCRnEwdVZrd0JxYTVFbXBnc01HbUNMR1VWTWdZVjBNa0dTMHZMTGF1OUN0WGxaSEc3cnB5dllPZFJEd3l1Z01xcDBQQU1wWlJGbms4UjJWaGFXbDFZdStEU3c2dHpRUWFtOERnSTloSWd3VCtTMWRjS01aSHRIYlNZMS8ySjdjd3Q5Q1ROMlU2WDFoYXJRUzNJVXFvbGprREdYNjZkT1Bib2x3TS8xMWFXNTNLZGcybXlaaStiMzVOTGsrcnp5YmZxM1pjdFhYd0UzZzRTWWI4S1ZXZmxKYnEwcDlDMzFBNThTek50Z0I1QWRkclozQ1RucUdmRnlsWnBPSjlHVWEwaDdoUUt5NmZMVTFzZjFaOVMxNEIxWk84Qm1TK2hzRS8xNk5kWWMvL2d3YlBCaGxHNjB2c2VqZk05aFB1WllVY1NhamJzbk1DZWZTaVNSanVUa1VieTk1RmFUbkc0U0FZR1AzYkpOSVpkVFFjYmo2VWhBL3Vzdk1Pc0xDeUxLU283N1BuWlNxdXJHak5hTzRvTlpPZ3NEeDNFVk85RjA5STNLOUdWOVdQNFM4dDY2a1hYS29qSk5lUlh4YnNxWTRQMjErNEhVNmg1Zjl4U3JudUYxdnQyVEFHN3FtZFgrT0lsTlExeGVaektTMFJsaVRwRGlnWWNaK0VPYkg1RjhBV09zbEg5QzJSc1RzNUdMSFFyN2VtSGIxaGRZZFNZcjlLUlltVDltNmJkWkVsaElxY0NhL0RZczBhWHVqUkNtMUpMbmFFVTlxcmFjVks1Rk9VOHR1ZmJRZnVFV3QxVzk1alREQ3NkOW5mMG9Bd3BoS3krZHFWdGt2UmNqS3pmZGE3bGxKUlowMGsyZmNrSUJoVUpvbEU2YTdscFRrdjVhVTZnUUZMTW54MVIyMFVRZmdmNm84bnVFTjVDZU9ud2lsMUtKMmF0QS9UdytxdzNtTVo0OUxzN05vYWRUZkdrbXBVcEhGUUdCOXZGQkFRNXo2ZzNOdHBrVWs1Z3VvZEtvOGcwcU14SDZ1c1VDcDB2a3NrUHRReHAxeXZQV0dJT3VXSlk0Z0c0QnFaUU5hOEhlZS83WmYxb1hhS1hHMkxWMXg0VkdsQTBIcFlhVlp1b1FaYUlVSndKOGd0THBrVk1qaGN5TmxIOHF3d2FETElVODlENitobDJBbVptMU96VlBuOHk3ZWkwMEp4OUlTZENXV0k4dzhYVkM1K3NYeWlUWEdYK3RiWUJ0QnZBSjMwWnNCQTJaM09tMm1lVVozWnVVVzdhV0U0L3hzR05KMlJqWHRtVWRnaHlZVG9qeUZQOWt5b3FsVmxtcXB6emhKMlBwQnkzdlJyTEhpdk5QbFFRRU1nd3JCUHE3dG9kcVhUMk4wM0R5akVQTnNqVzFuRHVzV2FCVnVDSjZwOW4yMkIrN0tqODdaNmN6ajRCTXdEMG5mbzJTdWEyUjdUbndubks3SjlrTXF2MHJjYnR0MHZTaUdQdDhwVTkxb3ppS29QMlFkL1N5R3ZLUVpTanhITm5qaUVYeVdPbUVhSTBEcnJIZFJGMVB2VjRnNy9WMUFabnpaWnNjRUpHeUt4RVpaenRlenpOUVJ1VmlRUWZUNmd1R3orcDB5VHR0dzFRdWV2a3ozejM0Y0V1Y1pzYUlJWFRjbWxBRUdiQjZoV2wxQ2xFblZLK1Q1N0tYWmJCV2RQZHkzeU1Xc3RZelUvS0Q2SGZYNkhPZTNwSUtFMVUzWkZPM21PUGtjNmRWNU5iRGZCcndQZWpVbFBzUXpsdHF1THNsa0k2QXFiZVBPNXY5bnZvZVdkSUZvbWM2V3dkRXpuMEFMUmNNeTdTK1BrUXhlNlNWZWhsUlNDTXd0cENsdzIvQmtzTXVybEdwYnB4Qjd4VUdpYVNBL2FqMGFyNmEwOTBNUmxuVHJXQWs5UktEQzZUSHBwelVGY21TdTJsc3BscEtMcVZNNmJhM092bVdDWGQwbGZzR3NzTVpEcWFML1ArUlRtVXJpODdVVk1OdDdUT2JTZHhuWnJLWi9YWERKbThKSHNLaGlGa0FYNEdiaHhtYmN6UWR5WlE2RkxFUFZkenVPZFM4ZWtYTDJYTk02MDJWUGx4SytYcHJyTHBTS0d1TThkUGI3Y2VidWVxb1hIWnFTd3ZITHJBakgrUzViVW9NVlEyaVdZeWcyaWFudlA1S1Q0U2U5S0ZtenFtck9RanVTeERYWkJVRW1LakxwTkw4KzN6bHc2Y0g5WUR0ZTdFV25jV3QrMk9SdU1lbGN0S3RaTU4vTUhPcTlOMUVNWTZsbWJSejRZYmFoNmVTWnNnQjArUFc1M2dQSWtxY1BWb2FBcGRUWk5USU1ub0NkN1hRWHIxcHNmbkI5RWNtSUU0VmU4Q0UwNTNITzVpZTBuZDVKZTRteVJDWCtjZ1pLRWk5RTl3bXZCS1ZmV2x4RVF5cTh5anBHRktsdDgxbVdDTWVUUlVPTDBCQVNpc05OaWR3UHAxQ1lzbG95aHVvRU5idVJaanhqUXM2ZFNoeTR1NnRDVTZyV0xLMi9BZHNWNmxGYWZWV0tFdkV3WTZhcmVMbldLb210ZjArWmdZT1prOUU0aU9ZSWQ3NnBDRXdCWTl5bXBOU0swaWFPQjRlM0I4VjFuK2JkdURmMkwrY1FxamhhdVZhUTVDTWRWVk1YM05ySmRrTVh5N1dldVRsUXFwNWlGOE84SW54N1F2NHQwM2I1dVlTYjdBNld0eks2YS9GYWJRYmc3N09UdGZ2c0VNQ0RiZHBiTkc4OTBSaFRBMVF6OEQ4eWltSFZXNjNOTXVuZFRycEZHbVdWS1VOdE42YXFxOCtpMHpvRU10NDZlWGROL2JiaDg3eGloOE96OCtVUDN1Zjh2clZVVGZ6TzdwTEFxemc3OVMrR1dWdW5vRU93dXF5QnJxY3QyeFMyT2JLeEtvM1dkTmNkMW5MbDkxYmhmeGhQWVlwNGlwOXl5VXYwZTVlRXIzbXk0UzZCRXFPMEJuVElNdTNkR0xmazNoWVNRaFNSUGpyZFhqQ2ZSVDFUL2w3dGcrcS9OS1h3UGJ0cytKc0Fyc2RqWHJwMHZEekhCeXRDckNsc3BaTmxqUDNxazlOYlhTUjZ1VmtwMmt4OWtac3pUYkc3QjdCOGE2M1crMTRpUDJOWjVzOVFCRkNKYXBtUlRxcWd3enkweGhEYWF2VXUrMHhlSEV6QVMwKzRrcTBUV24yckVyS09ZRmh0cHVEWjByanM4cTEwMGRJTTNRSG1vZDhOajh2TW5IR2pGSmN5ZGxlOFl0ZXpBNjRuL2Q0enNnaHFkWm45YlZ4WlhsVzY1V0gvWE1wUlNCS25TWUYxR256T2VCUE9XTnRFMlViaUZmV3I2STVVZDJYaGNCR2dlV0Z2ZmxSZ0NvdmdTNitacEV0Q3d4TyszSUg2RURnZTJFQnJxL0JmaDF3NUdjdDZYQ0tiQW9IUUhFZWdNSjcyV2x0SmxlMG5ub3gyUmNjSi9NQktFR1ZZWFpCS1pETlB2YXZocUNJUGYyS0pYQVZRNk1lcnV5M2dsUkxoMnNXTm1yaFRCYUxGbU45Tng4UGNFZWxwUWRNTnVVeG1pN2g2NGJGaUdwY3ZrY0p0ek9ucXo4SE5OekZEeW5RVytjeXBScHVOVW5FTWt5bTJHU0F2a1NWWEwrV0dXbDY3NHlPb2FxbTg5a3pWV3hNUWVzZjZ1enJSQ2xYSkRnVVBaa3pHWHZTdzJzSTR4bFRjK2xkaTVtaHF2SC9XejJPTXYyMzA2eDlJYWlndU1pYUhUWkVrMWxPSGFLTWhGZ2kwQWdHMWkxcERoTkIvdk9XenAyWkxHeXRMcjRPQldubTB0eGFOOTVpNWM4VGo1TVBiK3hKQXMyVmVqQ0Jtc29tWHVYMU81QjNVK3kzUitEdE5VWlBzWDZ5dXFTeHFEeTJuc2xCOTBmWGxpeHBwTHJtZk5tOUFMKzg4L3RNYzFEdlhpeCtHTHNqOUNucWlDNmprQUVjZ2h4R2l6M1h4bk5wdlRpdGs2VVo1a25UMTZ5bTM4cHQyc3c2aGdiMWJKM1RHOVN1NUUwUXFNWXRqVkdHNkhjMjFsRjAwTHVEZHRad1Y1SFh4RjhlQWJpblhaRzdvbmN3M0tkYWFqcUxTWGtaanUxQTlLME02UDFiQ2dwWWhWV0h4R2RtcVdoU1dtc3lBa0t5Z1EwMTlaNk8rMHdOc2luaUdnT1laS2ZVRldobzVLNXpuTFhkZTQ5WnZCUTQ2cXNMTlgwa01mbnloYWE1RGhpMU45MDJidFVXa09xaTFJK2wrRUZTM2xVR3pNd0I2T1R1c3Z1Nmd5T3ljeHlPZ3lxbXZyNVNCZDJEbk5iZW1QdEJXcEhqUnBJU0VnZjY2SlU3cmpWQVI5a0hLWTNVR2tyZXJkWWFqa1l5Y0xNM1BrcDVNQXFXZTlJMkphTWluekY5SFJrNG5UWWQ4OVVJNmt1eERnT0pEMWhkK3VmYngrc0JqRjl4L25ZWlJjRWxha2J0ZDVlYlpzUnVKV2MxNXVWNjZ0K3NPZ0k0L29Pd2JIVFRWNlZscFJCbGEySFNwUERjcDJYUnRoclltNHdtOEpocXI2THVSclgwbmFxT3ZDZUJXK1dEY1pGS3J5RFhUTHNzTTJ5QnBKVUhLSnlETjZJYlQvVW8xNjlCRHZXd1VXb2NHTXZ4WkhkWUlhVGJVeXRGS2tMRG5ZcWhZL3JrMm5WQVRjVG1BZWJtMlpPbFd3cVY1eWMxZ050UXRGUHhmVldzREhuMDludEZxaHRBSTFueWFiWkgxMEMyWmpsa0ZsTmZraE5tSFkwRThzYjIra1BWRVcwamNIbEtsV1gxRlJmTzJkVnRtelhnSXlLeHBwaE9Xcks5RGp6Y3JUN1FTcHVhUHZNVFFNSkwrZTZvR2E1NWVGODVjVGtmSXdweUY3VnVWTG9uekxrS3U2MnJEMGZtYTh5VFU5TmxjMTVNUHRWdXZTR0w5QjB1ZjVLbVpFc1ovdXhjZTZJQVFCSFR6UGVIWnVuWFpwcnpXR3lZYXFVYmFaQ05EcXRER04yTy8ycHdnS0hLYUY1ZmNvemtDVTRCMENpcHRPcG5UbGhHcW9aQk4rRzQ2MFUzcXFza0poYXdKSWNSSWtNWTRlOVU5TW5SQ0k3MVhKa3gwamM3SDBxMEtPVFFZeGJtVXV6bG9WTEtwRU1CeHJLYml5NGV6TVNUOFV3eXpQTkc4Z1lPam1xWWl5TXoxZGllZkxLNVVMZHBTYndXSUJRTnRBSnRZc1ZKRkZkN1hLOTF3WjZDZnVzczVTamNhWWpPZWZLS3MzWVgrbGJkV0tLc3ByYUV3dXQzbTE3T2REeFVxNVo1MHFLRXovelBRanlUZHNMRWRDc2ovcG9qSTI0eVVmUi9jSDZoU1l3cUlLVzVjaGlTdExYQmFzcWFvdyt4T0hGZzlVVkU1bW5idTQ2cDlkNmx3bis2UkhtQjJ4UUh6TzlNTEJPaWJTNkg0bU9lUk5tWWtrUjZzNGc4MjBPMlNQMm5yS1VxNFF2TWR3c3g0eWVxbFFCUnI2clIzQ2lBb2tLM2ZSZk9tZjVBMS9PM3RHekg0WldBN1lLQjdYVHlWV0M1a3ZaK3NOaVNaTEJnVWNrY3pYLzZKWGkzMUdTWW5mK0h2V1lOZlV1V2JaOFh3N3NzdVBkdVZSNysrR0k4R0dWT2FaTlNJdXZiMUxZWmNkWkZYRHNteXFCSEQ2T29TNVFEenVtUEhTNmhGVStaRkxwdWMyNUxpWDI3Y25nQ2pXT2VZaDlieEEvNkZQbmxwbHM0Q0kva0x4NlVJZGdPRzZienR1NDBSbHNzeTNmclVGSFRDVEtBUklaaEptMWw1UjVVS3FYazZ3U285Uk9oSUFubXJNTkVvNjFHN3JDUWVmOEw0MG1IZXdUclhLNmhqU3hnWUFXWmQwc0xyWWw3eXdld0xTVnlXeERhdjVwcm9tK1RKbXdKRFpPRE8xdjVKc20vczZTYkkrd05qb0pKaU1PZ0VOVlBweUFQSnhmbmFOKzQ0aVZqTUNtM1YrNUpOY0ZGMnR6VGxZUER2bzdZT21pMGw2VmdERmhvY2Qyc29xNWxWUUhYMWJCVWVuaGU1Q2RWYjZ1blN6N0swdVkxMVR0amxUK0JIWkhwRnVzNG0wN0VwRExvb0VxOXc2YmlHWjFIaWFvRHIrdVFhZjhLTjRWS2g2cFVoSUl3dkxTRXRHTTBWTWRaQ1I4cis2cUNteVNBdGRvWmNtRTRBMTZNaDE0dm5VNEZRRGJjK0hrQTYwWlRvV3U3Ykx4cmU1NnEreFFOV2N1aSs3ZzI3S1lINGJJY01qanJpcmQ2K3lveGcrcTBBaldRUDJid0VQU0xhWFgreWc0dDlIcm8zVGN6RFA3YlhvNHRqS2c3Qm85OUdCWkowd3RZTmtoMnFleUJrZjFLV3BuVnFMcUdDdlJyN2J1L0tSU05TU3d1b1FkcURXNnVnQUtSczFDb0lDZFhYNzFMR3ZTZ0QwOFI0a0VLMEZ6YUlKb21hOGtsWEp1RUNQT0JDUFBrQ0NyU2VYaVN5cGFwR2I4MDhGK29tWkcxcksxQmw0b2Fod0ViV2ZtMFAwc21HU2xnQnVRSFo5TEdObXkzWGVrMkpmSTRBd1cwMXdVeGFGeUdGWm5tNXVwbkpkVkRuS3RaWTFBYzNwSUxlUDVaaGtUYXgwTGlKK0MzdDlTVVRHc3U3VGRYUEpENTl0VjhtOHhIVmUxZmJCQUVRMHVaNlZjc3RXUXNSSUhacENCS2NZeHZvTlZzb3lOZzBnZXFRSmNHWnpCZE4wMVROZGR0Y1pwNVFacTB6UHdOTEprVVY0SUxlSDdFVlp5cXpZZGxOeFBuNWlWQ01qcDJ0WlFoankyWTdkTU5PRmRlaGMyMUIvbU5SM0tZa0kyTE9hMVVrRjM4NlVxNkJ2Qm1hbytEQk5qa3VqRVRVS0dLSFNnOG1VSnBHK1BVMzNtcGttZHFnaktGZFZYRDRQc01YZFZtUURHMDdJNml1Y3pUaEYwUVZkaUppRS9LK20rVTBtVmVGQWxlcGhTbTgvN1Y0OS9zZlg0ZmVDSm00YkFxNllqcXQyRWloS2E0ZHlVdGxHOHI0MCtrMEc0b0R2NG1ha3JwakJnM2lROXFrUzdSUlI3NkUxMU1DR0VVdFoxWGpXdFRVcVRia25MS05uOVg3WVpsazBvT3ROcy9DeTE1bVpkL25pVGlnM3JMYmsrYkdhd3FjeTFwZHBCTGNySmdaRitlbXArSnh2NGhHaXdtaUNyeHVtWWptSFcyL1lZOHEwU0t4RUFZL083V1VLVkNqTlJhU1FPenA0Z0dvalJJaE9STnZLVWpDUWE2YXJXY3JsY0M3NGJCN2YwdGRBM21PM0ZReXIyVm1VRTV4MDkzRDY2c0ZvSmE3VjZOYXdGamNmSmtSSWd3REdmU1RhaG9MVEdiSFBsRVZKUGlxa1pvU0d0bHo2c3BsZWRHNUZmb2RYYWZyaEpzdEVXQlpDQUkyR2o5NmxTUmlRbzdUZndwS1hacERQWjZtZTEzb2l5WUtlU2FsRlQ1TnM2cW5DMVRzYVFEVkRWL05hSnhZbHptUHVPV25iK2NHQ2w3UmlVM3U0RHFYdW5tSEhzc21wQTc4aWFlaFNOMkp6SUlwUnMxT2lRdEpPcFJaSE9RZ2Ftb0JncWpGZTJVWm1KbGFKdkV1ejNnZFVzUy82MU5XUGl2M0pqZFd1emxmWnF2alh2V0NmZGRycUllOU9vZVNuWDBUN09UNVU4cFY4TkQ4MWVwSFdQN3Q2b1g5V1JvMTRSTXh2U0JaalN0VEdJOGYrUHZYOE5jaTFkejhPd09WYXFZcW1pbUJKSjNYZ0RSeVJuaGdjNGMvYWVtWE1aOGZBUXR3YTZBWFJqQUV6MzduMTRXd0JXQTJzM2dJV3pGbGIzUmtza2oyaVpsQ05hb3NUSU1pVkZ4WktVV0lva0s1VEtraXpGVVNJN2xiZ3FwcDFVeGE1S0pGNE9XU2xWT2IvaXF2eFEvdVI5bnZmN3Z2V3RCZlRlYzJqblgzN003TDVoWGIvdnZUN1A4MFoyTGw1a2ljaTJkdVdwZHhZeXJOMUFvZk5HbDlKRFNvKzhBbGt1Z1RqT3R0aFRDRElkS0xVYmlTa0IwWkgxMkJJVG1nNUtINlFMQzExRmZoOTdnYjdaZW5oN3RqYmdhdUxGeWJBRkhSMEhWOGl6REUrSHFBQkE5SGxzTEZqbk0zcWh3dXhBZU9KcE51NEp2ZFFEMTA1UEsyYUFMUk91NEE1N1FiNS9GOUI0b3o2UXNrU3BGWHZQNTVoUUY5VTg5NGQ0TGpkQnBNMW5SbmtvSEsrbnJCcUtxWGNyNUkrZTE1cEJNb1ZFL0Fhb2I3U2hoc1doM2N6Wjl6cjZlYXN3aWxRbldwdTQxZzBEcTBrWWtvWXFVMW5VOEdseGRIanRpY216K2MxVGN3bGZQRysxWDVwWk9Bb25RYitPVWNPTk9xc1E3eCtleVNLVGk4RDgxdm00OVZUcEhBQXFBbmc1MTltVlNVbXFyaXhOY2pnMGJRQzhHWHNmaFFIVUp5QjNJSDBmT25qUnVVZVVzSlRNSzVEY3ZXYUM3V2Y1ZjV1cnJwSzZPS3A5L3JOZmtKaGZZZmhLT1VyTElWVFpPejR0SEREM1JVeks1Y1NzS1JuMG1TeUVWWHh2UC9sei9pZnpkaFRGKytieHZaTUlNdlZ6czJvZnd0UnNJRUs2NTFGQm1qYmtMTlBpN05iQVFXRVYxUDRxUmFWQmp2RWJMVU1qQkFqMjhDWktZNEFZalFTQ1RxZlJkcWVKZERyeGFzNDNJVm10NmwvWUd6M0RUMTJ5ckFjOExjc2RYeGdtc00wdUo0bFMwcy9GY1RvMmxlV2szSjBIcWpKZ3RjR2RmSU1MdFVCd2Q4TkJGRkpvSDRPU1RJdHViNkI1S1RVMkVIQzZ1WXZOMWhmKzJTOU5DdldrMmJuc0FtVG5hMGw4Z1lweEtaOHFEUmxwUjQyYVQrSU1ocTNtc0xnK0Zad25CQysrZGdNczZpSDZjdS9rekhOV1pvYTJJbnpmTEJBM3Q4ZUN5R25jTnV4Vkhod0hoUkk3cUQzVEpEUnRXWWNPNWxwOXV6MXVqaWJ2aU9VN3BmckRlcnF5RjlDMjlUWlhiUGFHVE51Qlc0NW5OUFRtckI0WnRUV3pCL05SM0VaY3p0UGhLNmR3dGppZEE1QXNvNS93QlFQOUtzcGFic3lwVEdGQ0pXUWtYcy9GdDB5UmhQaTRTVDVLcVVYVWhpZWRTWTRmalkvVlNnTCtKYjdaM2NPRERZUFpiZUNtKy82RXF0L1NjeDE2UjdhZFowUmZtYnczdFVUNlFwZXEwWjdVcHNpS0RBalNBMENpU25QZGRCSU5SV1NTMjhOMnJLTzdXVTBNNnpPRlZSdFY1WlMrUXBPZUhGRU15dmtSM2VrL2Z1NnBSWTZOMjFXRkhCc1VudmNVWHpZb3FCS2E5cE9ESmhJc282UkVGUU4yU3JES3NETCtIcG02azREMU4xOFhCcUViaTBzMFFWaDlmaGV6TzkzZUxEZ0RjV2lwYkdaOHU3cGdwSjFjVGRhSm1lTjlHY2VMQ2hwNVJScVVQQ2lhOW1rUlcyWkRNZWY0MXVBaFF2NHVyVHg5cTNaUjg1WGROTlZ5N1NyS0pqTTVRbmtvWjUyWVk1MmN4eHVyV1FXSmQxdTdkdWdJUzRHM1hWM2kxOFcyY3p6empMRnIzbkw3S1FNNXdrVVRYRUpCRUFrWlNEaEh2cm5Xa2FSb1B6Q2dHWE0rS2RkNFB0c0krZ1EySmhxN3NVZWNPT0xTTVh6Q2RoUmR6OWxjeGsvclphaEU5OEJKbDd2cEtDTmdtMkpJT3MvZzhQTm1NV2lqSnAwd2RUa3E4TGUrOFBhbjN6RmdwM3pKblZyU3ZpSldZelBSbzlBQytoblR0MUdwM3J6UFBiTGdZdHo3bXVGRGlVWEhCMTEwSFpVVG5jMVZNSk1ha3NsbkFIVmJ1VEx5MGRTc1owR2JPaGpXTkE3U1VFdkdvRDdJZzFybEdWQ2V3YkhiaDl6V2NVM05JZitBUGFSSm9jcUl4dDkzWHBpYVo0R2E1cmVmdHI5VlNxaWt0U1lQeEtLcmNsb3B2aE16dUxiemhTN3RSMXhXdHN1ckMxVGM4NXdXMWhFVUxxaFVzak84bkdLb28vUE8zT3crZS9TZHF1VHV5enpxSXptZHorN1NabkphZk43MnJLNUFSZXk2bHJDMUtzdm5Scit4dTJmc1JqQ3RDaXgzUTE5UzkvN2lxWnZZeU1hUzVXd2FrcEhWQ1hjbUpmR3RyUjFsVVJCT29CNWR4ZW5SMlluaVNXeUY0NGxpMVdEb2hVRW5xdXFlUGhNeTc5Wm1mSTVTRFJ5ZkhCYk9HT0RIS2ovTytaMzJQOEFaLzlrdmRRYTE1dmpFNHAzdEdiV3FwcGZFd2V3ZWRkenVlNGVkbkFMemVNTjVoM25oMEdUWXY4MlpkS3F4TTR1MmdSMUpuTTlKYjVibnBJOHZEbWRTbU9DK0NPZGNROU90RzZWYjJLOTMremgyVUNaa0ZobHV6WXRWdElpOVJJMHg4MlNJaXRmYXduR3BBdUxySGlvcmgvTWNQQlRpeGFhZzhleUhTaDUzSFgzTDBBSnB3TmxBcGMwd3NGVEF5M1Qrd2xJdS9uMFgrcEF1aUxFMFRJMjg3MURpRUcwdU5qWEo5N2ZXY2NGdW15Rm51dEZCdXVBcXZ6c1FzZjlxRnBUSEV6MGlEdTBRQXVhc1g3alloTFYwRjI0cmVlK0lLUnIzdllRVTlWSHRRSW9kMnVibTgrK2h2YmUybENJendGT3BDUW9FclBpVW9qWjUvUlpZWXovS0hwblh5cVdsM1Zwb3Q1dEpiSWNBbTQvL3dvWE9qM1dYVENDa0liaHFJbVdISFVoNEVNK05CS0p0TDVnOEYyZzVBSzBqZ3d6WDI1RFZoMGFBMDlWeU5BUVQ0N2JraGU2b05HNzdtUmRUc0dodGk2cDhhVUhld056WFVpMzNvSDF0d3ljM2dyckFvRHhVbzlCY004WUlvcE5vOTFSaWFjcCtFdUc3TmMxWjJ3OG9YME81Q21CVVltMFgxZGVGUmY2eTJ5ZUVGeGkwU1NYd0o1d1gzcURHR1FlRFBZeVFEZ3IwQ2g0a2F0V25tejZUanp1OEp5QXlOVFpCdE9LSko2VHAzY29YUm1sT21yemZLUFM0NHg1bjFIZStuOGJ4eTNOVk5RMEtpWFBBck9GaWJIbXVzekJOK3MyRmFhY1JmbGdaTzU3OHBsQUZNZFdBdzBEV0x0WHI0Wk9ubjVVbnhCaXZjcHJHU3B2MSsxNnJmVDR0VERkYTBRcWUrcU15RHlvano0ZjFubmxSaW9OS09BZkthV2lYRmFYQUhhMFBlM2ttcUIyc1VmMmt0dGFTOERwY0JmNEV0TjVRZkJKcjdLUGFWaE14dmh6VEtiZk4xNFBjYjFrYW4rc3BHbjVsMkhwZUd5M2pUdnRFeVF3NXZkTDFiSENLeWVqaTJzV3VoWGFlQ2tINVQ2YlV5QXlHN1hydnZYZWJUNzRZSnpmdmZWRFpwbUUyanpVTmhub0hJTDduSjczM2JHWjhJMHNlZzNNbExjZllUY2RJYkNhM2txOWJUejJQY3ZkakkvOWg5MFJlTVhVbnBuR1NqeTRkMWtmREovN2NTbFRpV1dCbVg5N01QTTBGY3psQXFLalY3czViMG5pNWVQWlUwNjNtNUgwVG4veWw0V252dldhOTBueHFOZTFicUl3eXJLSHlVbUJybDBNSzJzV3FjNGR0N3FUbjN4NmV2dGQ3cDhwNkR6TVYyMFYwN2JLWjZZS2dwZGgrcVVZWERLK3hLL1lDL3lsSCtaVmY5cHEvYmlHZER0L3ZGUkpiRFdmR0I3SzVBYlpNUUQzU21xOVE0bUQ0dGhzLzdOY243ZHBZY3NLYk9DbU1DaitjekZ3QXVKZFhaN0d3TVJqMmUwOHFoalgwd0JFYXJBaTRDekZQTENld2VpKzAwakRCb0tFTXVvcldjREk4ZjFwcTNCUjliL2h5R1dRY1lpMnAxNmZOSkJTRWFCNGR6cUJlVXVhUE5nQXA5VlAveldFK2NybmNlL0xtUVd4emNqUTRKVTVqS2UrL21EbTVsRW85bWQ1LzNydDYzNWx3RUpLcG9GbU1vQ1ZrK0NwZnhvbjZVbUNCYzNnSWtZcUNFSC9NNGM4cVVIRmQ1MzlMYjZVRHlHeGZDVU9iVlZYQ2tCR1l0WlVuaThBS3dSMXR1U0ZJUnpXbE5zc1FLM0Z4WGd5SjJhMUtiRC9iZVJ5cGJ6U0svaER2REV3Y002L3k4UkI2UDhTQkRYNDA3K1ppcmx4WUVIM011NnVGTllYY0xqTnBvRk1KOWtoOGJvL2wvUnFER0RJWDhJNlZmR2x2NUFhVzlPa3VwRktDVlRHQS9iUDJBeTZhS2N6T0tRN1lkdlEySDRQbmJLTXJQL3ExdlZESDV4bUtVZW5STHcxRVErdVRSV0xOMWx5WWNWS2JjbVgwSmtJZGZ4bk5aUTJZUEF2TnpTVTFyR2dSdU5xSzdkcFAwSWRzV0x5KzFlVExvWUU3TTFaSk1mZ0hEWm95dGZrSGRNeFlBZ0N1S1RNMHJUN1p2TkJWSEhHSUN0N3dwRVN2T2ZlVW9TeFZwQ1hPWmdjbHp3L1YzRWV6cWhuOEJiWlRiSURNYUZ4YW5ZaU9UWjF0em1rcG1KVHpHL2xORWpOK0RZL085OW9mdXVJdXkxTytxSU1aeDh1ZFc2MTRHS3N4cG1McWptc0Vlemx1c01tRkhHeFowQnNGL3lHbm9KdmlCOU1aUmZuWitNeWI3MndVWm91b3dLOE1UVkhjTWhiemxGNWhYUVdweGFMSXZjWjJ1YnhOYkt1aHhTcnZUdzJMSXpzTUU4aUt2RFE5U3FsRVE2dnNwY1VJOExHNHNud1pFQ2E1eXNhb3lkVHpPVnhVWXE4cHpMSlJtTVAxUjRmSEpvZVFpMVJnemptZU9QR2NVTnBvZXRKRzQxenJoZFZBekRYMUJLaE1jRzZXYkxsbC9XOE5pWmQ1WXZJWTNPWTl3SUQzWVhpTEdSZlpTbjQ3ajgzazBYbUFDQTEwSi80b1RGYXgzbTZRbWg3OXlwUExJVlRVcW5mcExQbk95Y2dHdVo1b2tuM3pmMWt2QnRGZVlxVEc2NzJKMXpJWjlHcFBuMzZXSEtUaWdUbFRpNlRpZ21HNlg4YVZKZVE1RksxbG9rSU4wOUFva0lPdmM3aUMzT0c3ZUltVDlqbFJ2Ky95Sy9zSEZvYWwxeGpwSldvZVpNSjFPRFVIN0NlcndvaUJhZW5iSnI4M2luNUpEZS9DTUhnczZuaG8rcW02Yk5Wb3JrdkFKSlZraW1OdGpwSlZoOXpDeml5d0hUVFM4eXpXcDdLMitPMWM4dTRyd3h4UlBaWm5neEVvZEJmbndYL3lkeDNGTnUrVmhEVWJPT29Vd0hDUncrbFpuVGVRbHQ2b1ByWVlQKzhVaC9vU09VQ0VUWE45ak5hcGxuaFFidGQ1YXZqRkVwdzh1NXZQVmFqQjZVYTFkOGROU2dIV1JuTGFlNVFlRXJVNWF1NU9pOENTdnZFaCtVeWdYSlljMWUxYXZkKzNwSWZoRWNYcTJnZTFvUk9yZnIrbTlpRzF1bTFocm9DZzBtZ2VtNk94UjRVOVVza0dLRmZZeVZMT25kbHl4VEJCS0xVMWMwbEtQUHRjSWM3Q0RJbWprTS90TGZuNnErNUliSGZZdHFKNVlya2tNc1lCR09CeWtXeDdtaVNlU3V5S1RWNU1zM2E2Ri9sSXJrSS9JanQrNGs2eEhodytOaGZlUFVTdjNXYlR6MnJPOEtzZVQ5Sy9aMmlxL0hSalp2VGYyMWEvbUlPaVVsdm0vOU9RQmhGelMxRmNBempoV3JGbTZJbmthZlhUSis5WVRHZkt2d0svMDJNRGpjSUNseHZuNWJ2UUVROUZJczhubWVuOVkyNGl5RHljeFhzM3dyNWlZRGEyWVdmR0hmc1lGUFdSQlNDMGI1RFdQbEQyUHhzYTdtOGg2OU5SNXpXT0doZ2FZTFhwWlRUajdiNTJuaUZwVjdWYms3ZFkyU2NzWm84OFdHRGRISWRralR6MUd5N2g4V1dMTTNVTjk0aU1BUGk1d1Bqb3NSMlQxQXBuK1lRREZ4bmplMWxGbGJZRUpJd0tKbTdrZHczY1UvWlM0NTBkMWVXb0Fsb0ppdVRwb0dmQmpzY2dUTEhXS2FvSlFuRlF3dVJRNzhvUHlsNHg0dmgvUG5TNFJDY1l1ZllFSXl0MmZIS0t6TmQ2QzljZlF3Rk4zTU50U0xxSms4TUlTS0FMdVltTjVxbU5xcW4yT2JlRXM4TU9UWkZFcFJVdE55OXJ5SEZ2QVJoaXN0Q2MwTEVGSVE0SVFxd1NMblllNzV5QWhIWkpxNmd4MVVzR2ZielVNcU5iRWJRZHZsZXZXNi8rbUVuNUdWbGtLdnVQeTh1RHRuTitnY0FFTHdUMC94cFh3Y0hlTXV3WGF5N0E3aThxZUpZa0JpMHdMTThZSzU5OWFsRmxIK0pxdkcyM29YN0FoK3FEYy9ESUVyWkdVK2l5Z1B4WGhveGN4YXdhUnFqay9OaGpvOURwTldFajNNTEJLWnMybjF5dFc5UlUrVlc5Vis3TVR0NXhwL2hqOWhUSGdOUnczTzlQdGZkcTZxU3VtVC9MMjh4NTFtdmlLb3Rjc2JIU3U0VjF6RkM0SmgrOGRTNG90dzNGZ00ySGgyQk91UjBiWGdEa2ExQ0VQSnAyemZScHhNQlpHSlJjc3p5Q3VZSVp0bW1laG8yOUUxdnp0OUw1bkx4Y0hmQlpTQWUxTk45cXRrbkNXaXJuQU53a0hVbmlZdGVGZDJoTzFTU0RKUW1uc0V0UlN2aE9VQWx1ZGxxcXdMTmZJaDJ0NE02U2hBbzBacDVHZ2VuTXFud2FVaUhVcTk5KzJqdWROdzFBS3h2SHB3RU12WTl3aWc0RVUxZDduWTlxRVF0b1piR0JtUlpiTXliLzZaNWU0aDFCU1NCS1hPNVhZSUxJSTdkS0ZaSTRiQXBLSm8wVkdMdVVpWGtyQlgwVndpcStqTUZIT2xES0ZqUE5iSWdtdGhvZUJzS09MQzBOck1xOXJrZWJITnVpallVRjQ4Q3JVQmUwSGYxTEl5TnJlMCtkSncyb1ZCZitROFZiSE02SDRrOWVHQ1lQRVkrdXZwT0x5SmFZdkRQT0xBczE2RGNQOGlhNnNYaTZqYlUxc3ZrNGNRK3ZPdDNUajJYckR5dFh5M0JUUVBxYUVUQmFWVU1yUEc5K1BUdHlLamxnTWkrZEttK0VGa2I4aFJLVnlqbzEwZEZnMkg2SFNqSTVhR0thTTVMVUtwanRlMUFTMDZYc2lad2NUT1BPNFhWR2xwUXhaVTQ1QWhXWW8zb3hLTWhOVWFwTDdMSEpXSThhVCtxVEp4NGs1dVM4UElqa01JZzY4VWpPcGRrVFpicVNjMFhHQW9UaFZ2SURuUTVwanZhVDN0RUNONmRMV2ZRVzRlNU5PUFJtZFRWcUt6TXE1RldsTEM3UXVLQVJZUkNwQzQ5K2ZUTTA1REtleElPWGNIa2JIdEM3a1FWRHpPR0F0Qm5xWnQyWkQ0UTNEbzFreHI2WkYraE4yZWdWenBibVBDSFlmZ3NjNHhRM2lPTnppZ3VHY2M4U3ZQOEE4L0VRaWVCVnUvMlJlYXh2cjhDZjR6YUxpZU1CZmtMVnEzTm5xZ0dpcVhWR20rSnJLU2VObDNKeWFwM01jMnJ3QVRZTzBEK1VrZk9hL3phUFNJTEN3T0ZLWWVveGJzM1d4UW9EVjB0dUQ3Z1Fyd24vaWhLMnpqK0RHYjAzWnRUb1Uya0JoN0c4T2ZtL3AxVFdCZXBuQ0FXZVZnQzNydVdWNnRTTnFYaDdmRHFhUEhtbjZnOUxDSzNVMXdxMlIrdXVWdTJyYWthYjYxYnpRWVdQanhlYXhadE5nVXc2TUVRM3NkbFFSRWtOSzVseE16RWVDR09WL2xRYXpxb2RkWkxreW5Mc2E1M0RaV3VIMWgvNDNEVWovSkZqbnhIMkZHMEhHWVRRWkZXV1hwTVJ6RmpIRGZnUlloNkhjdmlYSkpqVnlwR3d2cUFEWHpXQ0ErVzVxNkhsejNuQ2U0ZXlzNHhXQzNCWWlDbklvc3VjTUdFd2xPVXFwc3h2ZEtXUzIyeDNSWkV3cUswVnI5UGpnd0NHWXo5ait3VldMZGlOeGhsbWxNV2l1aFJRM2h0TkE0dThIOU1kTW9pclR5Z3IwaDltNlZLam9jQVVId21Da0VVZU9tSUxibUtGdVU0OHJBOU9UNDROSC92aU1Oc3graW5ZZVlBQ1FKK1dQUlYrV0RrZG5ieG5NLzIwckFyeDhVZUEvdWpjV3hNb1dVbzhZUEE1QzVyRXI3d0JveHFOT1h2VGFDMFhKL0cyUGxJYzBkN3BVUldLdkh1ZFV4ckFWaW1GZDJhbWdWclZxdnBMNXhMMi9yRSt4bVBkaWRXeXFzcnhORXQzbHA0WXNPbDNvTUp1TlI1TnRkMXRGWmV4RC9RaGx4c01GbTJzRjdEejE3ZHVQc05QUDkzSXMxR1pGMXpGTUlrb2t6QXdOVUFiRGhZT1U1endYWmZuN2FXVTR2ZHFJM1ZqcHh2UGtiRzVuVk5VYmVXOWNPQThpZEk4bmYyc21SdUJhcWtXQThVWjFoUkZaNEhmTlhOSFRlVWVZRTJXTTkxaEhDZFdYc1ZWcFA2endpVTRrcm5CQm15ZFFUR2tqbmxJZEhOSFkzMkR4blZoMGR1b3JML3pDcW82cS9KeVBVVDUxb3NlcThqZHplbmhpaDl1T0wxSUl1eUwweGE1Rm15Sm9IQkQxOXpUbHJmaVR4SXVrT3NiVGdIQndVNkdGdm43c1JVRkNKUU1hc1hvMUNaanFpMmdpSHpEd1dvZG84d2RIQ2dXbkJldXFqanpzeVJ6bThlZ3VRUldyUWdxdFM5djlZcWp1b0VNWHVVWXRYZTVadDM0bWpvWEJBQXpOK3NlWWN6bDZiQTlrcTIraUJOWlByWXAvWVZIem1tbWk3RzBpRTNHRlBDSW5IS3Y4UG03OHFSbGY1WjErRkorNXMwdDRpRXhHdzdRZnk4TEhmcUhyT3BUMjJVRmxBYzRBTFl3YWQ2ckRycklwbjRWcXRpVit1T2ppN0hDYXh5cVlheVMwWVM5Mk1BRXZsREgzMWhKdWJyNExNREV5WVZYUmdaNUtPWFplNHFlRVl1ZlRPMmdJU3RrVmhBTS91bFJNUCtnTXQrbm5yU3p3WGN0SGFRbnBKWlpicXQxeUprcjJOeXdZS1BRQTVzMVJ1bVdFdFVGVjJZbWVLQ0tFK1Y2dVJidTU1ckxEbzZsay9SYVJ1ZFUxUUhucU16Nm5XRHJUL2t6Qitma3VDdFgveUZVSjdLQVQyN1lZc2h0eU1zbEkvOFRvd0FiY2V6enZGcEZ6RUFiNGE1aFNqalF4ZmcyMnRoeUpzYlRFY0Nhek5FK1U1T2ptRkh1ZDFnK011RE90YUJETjQxVi8yVnpFWDkxUk9VZ0ZaZHkrbU85Sis4N3djKzhYNUFhL2JlSDBKNitiOExkOW55aFQ1RDFZSXFBbTZBOVZ3b3NVWWhkQTBQN0RRN0gwUzVVVVp0WmppTVlCV3o2MVB1dFUyWDBwNzdNcWlYU0VVcWZKWnFRMit6Y3ZzYXJFU0FMU20xMjZGRlp2RWJ6cDJrVDdYR2VhRXN5WklyYytkOE5ySmc4L3Zia2ROeTE1UU1lbmlhUE5NVnBMcVlHRktOVHV5ck0vOUIwcTZTaVZnSTltdVAvNFZHZ3RrQWV4Uk84NzExZ3N1VDd1TktaREwxUzZQa29GOE56c0dnYkZoZlJJRzZnbzJySkdGTndWRlR0aWZXWU5hTWlNQXF0Wm5UUDl1QlZHckRFcC8xaDkwSFRrdlcxL0ZVZC9NNEVwbFlhenZSaURkMXk3U1o1NVFweW15S0c1M3ZkT1hMTjFwd0FWYUt2ZEtBU2Y2ZDFYbFl5Q29nQjdqVi9VWEJxaWFLQythVWp0MXBFeE1oUThMVmNMTGJOcVh5NUVnZkpVd1dnTzAwdENoWXNYNmhTWktGNElRc0RhQUUrRUZSWmF2aU8yYTQxTkFaWWJpN2o1YWdnb1g4VGEwOWp3OW1ieXdoOE1SL2doaVc5ZHRvVk9pZFlubmQrQUFQbkowVU5KNFRhRjVGdzVzaVVydHJsNDNENm80TXB2S2Y5MnBQUE9pWmlMaGVlRDhkUldkdElvcFVsVFo5aFExZ055K1lveDBIYWpucjdwZmJ1bkZES2lWZTcxdmptV1BucWgwZStEbjJsVGdhSEk1NU1jREZQNVpqQlZPN1U1Sm5zWlFZc2t0NUdtMGZnY2F6STJnUjZGUHBjREVvMjI1a0ladElNRGtGYlJVdnVtcUEyZVBlNnIrcHN6VUExR3loVGtkWGdtd3dTNFdjZ2tSU3Q0eW9CL3pZQXhRRGtYQ1pHN2ZqWXpTL2pzbWRuNlNUUk1wUTRBZUlhTFNWUlE0UTJ1bzltcm9KR3k3L3l5NCswZzh3aitCRUtOdG42MWRTQUlxSFNCVElGb21HUGhTUHBiU2ErYTRWcnNqdHZCajM3V2hwbnljeldNdkloNU9Za282SXFWR2dhTldqWDVqbTVicUtWU3FTWTVnZ05qVVBEczZ4SzdJWTc4cTdZcjMrMGovSzZWRHlmZmswK29OZjFwelBZaVRsT0FpNTNUNnJIdVVodEJaalpLTTdVVlJZd1dwdTh1WHRrSUNNdEN5c3VLek1SMlE0L3NYZjRQM0VzU3N3RDRDTDdYQTM5S2dvc2k4TjgrNzNxMDlyMEhjbHhwc0VEY29lM1QwNmJ6OTg1TWhMT28xMW5KalRXa3EwVmUwVFJWTVZaODJFbDBBS3NEL3VWK3NEQ1FmNk1YRkdXNUdGTkdBREV2Wk85akprVWpURFkrWHB5aFdxVWJKWlpLSnRRRzNnb09zeFcyZHpvSnRZTlRkMVBmcmJVUGIxYXduZStQWkJYdDRYbGg5Ui9JTWVSUUMwSTMzSHhBbS9PeUxNaVR2UlpZUTdwT2QxN09HcFRsMUlMbUcwYzdzYWJmbXpmUSt6TkMvYTBtYTJBbFptYzdNS252a0p2MUFRNmZnOWE3ek13bW12NnBmanlPeDMvYlNPc2xtTCszZjc4U1dXeTRGVGxvazlCZEFBMUxLVUpFMnVJb2NuMk1SNlN0aVFoQWVEVnVGQ1ZHc3cxdmprb1FETlZlL09nVHpRK3JFekNZSjNEOUVHWndBL0t4c3FHcTlkYWZTbUhjS1JQaEJ4eGtDT3NUeW4xQTh1dEVhS3BEazZXVHo2dm56L0dzMjJZRTRTYmJPM0IyaTJLblpSL2pjUTFLdmV5dkJMSDY4b2NDWVowczZ0cFFMZ0tqL0JNREU4VFlaazlsc0dwY1dHbDJtTGc1Tm84Z01tc3dGTTBIRGNkbkJNYXVSaDB4d0ZIQndMeTViK2VzbnZ2cy9XU2dnSzlHNGJ5dE1WSC9GN0xuSHhpVDE3VWJkV2VRUjUrTWJJa09BamJ4MHBHc0dEVnZmamdrVDdyRDQ3cmwrM1JoK1hmTWtsa3ArblY0M3F0RHhvM0w0YmtWYkEyTHR1QUQ5K1RGeUU5eXhoSU4rbk1wUkY1aWVFVkovbVQ0KzdweWVSRDdKcHd2bGNjdDk4UVJBVmMxV056eWJ4ZHdUL0pJN3hmNGxtbUt5Uk9MSVBhY2dhb29ORXV6eXROdFR1WWMrWmZFdVVpc002ZWpFL3IyM2pMMlNhekFwQjFyU2toUnZKWXBxbXJNbk9RQjFRWFdERGVKYUdsUC9wNmRRb1RMZ2xnMlN3ZlkxN3FOVk10Zy83ZFFGWWVSUDNOT3N0SEF3TjVzWWdUR1BYNmJKYnBwV2lrVlVoOUswWnJFNzMwMnNTYTBGSG82MWFOS1NSWVVGNzllSHhXSDlXYjUySGhwYWRXaGNOTlJDZ0lwYXBqRGd1RG03bkZwOUhDcjlZc3hvTjY2MzNORnF4S2wxd1M0YU9IRUpzUzZxK0FMcmNFQmczOUxBVzBCRm1zankrZVBYbWlkUkpmSklMcG9yNlBmUHdLdERtUng0ZUsvQzMwQW03SGsvcG93aWVpV21wNEFqZFdIcWxBS1pKUVhHeDlhdVNMMlFFeUZFcTA4MVJ0KzBZOHg0cWhNTjdCUjMySk1tN2hFRUp2L0h4amJKLzkycDlNY1hUcld1bDMzWExsTFRhMm95UTlBWHMzMjBGZkUyMDVFSENtTFFDdnY1TXdzMnJlaEZsZUI0S2x6K1RRQ2VMT2tvNzhoMDVrU280S1BlSFV3d2dUTUdJeWw1by80UE53d05YSEJNNGlMc3RXcm5KMk9GcldzTVFxT1FxT2JRVXJXTFB5aGs3T2M0ck54VGhVL0o0dW52YysrMWtlL29uOHUxazdHVUFlNnlTWVN1WUlGZ2IwdjZELzRZaXJza1lCTWNrMzBBc3htTFVyZWFDb0xvdzVLNzNXdHJyTVZXcWg4N1VPbzFsOHp3R1UvcWdUREwvUmdXbWdQVW04dm5wRlpjV2M4Y2ZINFV0SGxabnBGWGNhZzhJTVAzK05HdUM2TmRSVnp3WEpPOVIzN1dTdHZOMzc1VEV5aVBpK01wYm5sc28xMXByYVVKVlRZT3ZwUU5SRTF5ajMrRGlrbHVpTFFqMzh5WGdaM1RnTVVHeFk0RG5INlNZdWkzaTdYUWk4bm1xOGxtcGMxczZ6a21hUjE3UnJrYkxaOHBRT0xZUlhnVjBMWFpyblk3WDEzRDZ0em9sbHpoZzlkOU1MOGVYYnVmUVlYKzlpdS9wZ3A0bU5VcXlmY2pQZFE5VTZPYkJES0IzbHJCbk1HVERzTnFZaUlPcFVMaytIOVVLSTZmeW90MHJLTXFsYXByV2pQck4xcnBKcThLYUhnMCtocUpLbTVwRzUzc2QxZmNqeWdDeVQyRXV2L1dtenRtL21YODhnMlBwQ1VDWUw5K1piV0hDV1h5NHR3Njh0eEw1NFlGa3ZlWGdLRndEUlJEaE1MV0hrNDAxZERSaUt3eElIelQzV2V0NTRMNG5zL1U5TGU0L2RoNUdiNEREMk9aa203ZkNWdTAyZW9jUVRpMzNKSndQV1JtWndWMUhuaGdVTEN6S0Nqc0hjRmc4S3phNmY4SzhOQ05hUUQwRHZtNU1xQXhZVFA5N2NoWkNTNHN3MktFTGx3ZWxoQ08rWGtzMmNLM25adGlqc0tWTlp3S2wvRVJQUGpLQ040YTNDeDFWNXB1V0NNTlVqS2dOdnlCT0x4OHBrTXFReUt5ZGoxRnkxa21ySk5XSlgxeWl5bytvVGVYellQMUkrMHlCWWFBVndjaCtHRHdDUCsxY2Niekd3QUJsTVhoTCtFWE1JTVVRN01xR29WRzBWKy9KQlpieVFRck5yNkJOZFR6M2Q4c05KdmV1eDU5NExlVHJGT0hKT2lBMmZkRG5XNVVobzdVKzZUOTZkZEovbW5RSWZSYzlkV05CTGM3YjEwVWpkbFNmSzZZUkhJaTRqb3Z3Yy95QWRNcWQ4eHo5bFlBRW9LRjhFMFlxcWVRYU9iei93UmY4REJzdkRsZVk3TjA2NjgycmRJSG5sd2IxM0FJWlYyTlBVQ0p2RnRTTjNqQ3JMOFg2VUZvVDlmV0tQZHpqdWJ1R2Yxa2dyY2VWWWkrS3UzNTYzQ0doeVhjcGpVbmVIS3ZMOXd1bDgxMTU0VUJiK1YyZzVlOE9pRnY3RWt6OCtscXdreDJDWXdUREc2aldYeUM1cytVVTM2cmdndWEvS1lsbHFGNlduZUhCcXAzL1k4U3h4TW1lMXhBeXZGYWVRcFhsbDhVSXVCSEkyaXEyM0V6T0k0VkN2NHMzUXRPT25WRUNZZFJWVXdHMXAwZWVjL0F6RW5XdEd6MFJPL2pHUUlTbWx5WWF2SUZ1MHdtMDAyMVV1YzUwZXB4RGphZHJuOHlRZDBhYnlTcUxOYnJ3SzVjanlnVVlZWkJ4WW1xSXdxVWd1RCtWbzkvN3BHaWpGWUpQREhSaW5KS2E4cDRySDUyYjZtaGxWMXRaQkJKWjNhNS9FY0x5S2RyVlJQTFh0c0pxMU5YQ1BwcXoyMUhUYzhpcDdtaGZGQVRhUU04U1NZTS95RlpROEl2UjJETTRCcFYxTjcwN3cwaWdhNnR5QkhXZkxkRkNadFhGcGNvMWhWNWt6YjNubTNPeWY1aUtQQ0JoZTJoZVVXa2FlTGlSSE5EUWJ6WVdWelZJRit6RnF5SGVOTjhFV251TERTbWxPcnpZeGJITm12SWxkT1VtaEN1U0VoOGE1ZVpNcWNoQ01QMGt4OTNEdmptUE90N2xSL0hVK1NWMWpYbmxBMjFYd0VuRHlBSXZUdnZJL1J6WEI3ajVZWmRwTTY0UWNPK2RQaUpEcllaKzZhbUVRSjlGVXJxVXE3cG8rMENEVUxmZk5VQUluWmhBaEJ1MldGVWRjMEZVbFhXZGl3VGtuM3RUemY1dFhObmJ6dUhSZ253NHJzdGNiQUlJQkx3Q3owemFOSGhvV3F1RlRhTTZtRmpGd2xYYUlVTlcxZ0twMkZraytGUWRIOE9iM3Bma1QxbEY0S3ExbHF6Z2ZWcGJ4UFdmdXFPQ242VHc2dGRJeis3RmNWTU0xYUJXR1Rod2haNkhKcytvWXdxcVovdUdiY0tjcHBEbVlwLzNNQkx2bU5aNmEyNDdSL2k2QndXamthV1p6UWNNREZHdGtUb0Jadmtta3l1Q1lIOHBTckFmZFNIZTJLckgxbUMxZUM5N0hsMWh1Q0wyMkpjdFlRTnpZREtBRmtDelhvZmE0bEhpQVh0SmduSkErc28rM2lac00xdDR1RzZxTk0wNktTcms1bmFzWXFKdEx1TGVYY0JnVHQvMVNuN3M0ZXdtU1hLeTFSbVZnOHJQUU5QSHRUTGtDbTdWZyt2S1NUMlpPTDM1UUpTb0Q5c05ScU1vU3k3RUp6QXBuNThvT1Q0ZEZNQmpYY09VVjlBMnhCb0NobTEydVR1bGVnWmZjLzB4KzhyVjdzT0YyS2M2NS91UkRlYVQxcHg1dXdJeWprTGRBaXVDUjBYZUxWVHlGS1NvT3E3RHljNzRra2taanRodHIyc3k4bXRnVEp5bUdISGpGNzlmYXZMeWF2T3dDZFBwY3gzdmxET3JqSWUrNW5rUCtDdHhocHpSWG9lNCsyaUtJWGw0aDZIQWNrdlNMQ2tiSzFvNEtDelB1NXBrWnhJSHNsTlN5UkpYQVg1cDhqbWJuemtQdTI0K2FjYzRLWm5PL3Zjdm5jV25seXhKclRTMHpSdUhFMWV5Mk1LS2JrQ05Cb2tXeFE2TkQ3UlpPRTFWM2JJVFE0aGFtTWRiV0NQaWUyWVoybU5ObHZmR1BLMnc2bzZSMW9EZzlqZE5NUTdmUXV0UEViNlE2ZkU4NTFFVWkycTk5N3JNNXVNTlBKVVpqcmFrNUZKelM2T3pNTDl4YlBNY0F5bGtTcktjb2lhMnlhUUtWSVlPTW5oRzliWG1HM3BHL3hJa2poUm5EV21RRis5TGJiUlJEY3dNZFMwMkY3cU5Mc1JMbDNIemFzWGFCOVdIUURtV0YzeS9seHh2bVlIcGNGd2RHRjJaT1dCbk5BOUgvOFJnaGs5SjlDdU9JVWwrSFFXZWg2c3N4UlZ3QU4xbjMxbjVtdEZKWmFtOW4vWmgzNkVWb2lqTStNcWtnKzhRVnU2SWNnYTZYMnRZb0dBU3BxdGpLQ2pFZ3g0S0E1MjErR3BPK2tLdHRTOHU1M3ZBZzJINklHTmtDSWxQWGhQV1E2QXdCY28wY1FvUERYYTBiemoySS9ISjhnRUNhMUZ1eXJETVFSNkl3VCtGa2orY1pBRFZidlQ3dlZqeTEyUUFKVzVRQWlDQmdjOGR4MFRpakxRZTRMTGloMHcwYTdocC8xUE9xamJ1NVhIaFV5ek9lb3BCc21JUzY5UWNpQjFSeFNNMDRKTndzWW1KRWVMNVZmSVhHd3RsWWJ3V1c1NlVhbjJ6ck9BaEU1NnhnZVlaeEJMZ0tHRitoVG9pZVdZeVAyejJLekxueWhJTGx4TC95OTJxM0s0bS9ZNnRMRmxUZWVvaTIyT0hoVzlwSldSY2VCZW9QRXNKSU9IclNPZkZrRXVYUXYvdU5OMzdIdjN6ampmL2hyOHQvdnlILy9RdjU3K3Z5MzIrYS83Nytpdi93bVY4ei81WS84NXZtNTc5ZStzeGp4N1UvK3czejMyK2FmNy91L2R3ZUUxLy9hdWwzdityOTdqZEs1L0IvN2wvRGIzcm44Yy9sSDd0OGZWOHZmYVo4UHYrNHYvN0c0YldVNy9NM3ZMLzc5VGVLOStvZjQ5ZU9YT2RqNS9BLzcvLzNhNC9jdTMrdTh2dXgzLytMMHZYOWMvT3o4dnYyai9uMU40cnYvMWRMeHl3LzQ5ODY4bXkrYnE2N3ZEYjhaL2t2anJ5UHI3OXgrTDc5bi9udjBWNjdmNzNsNC96ejByUDlyVGVLejl0KzFuOGZ2K2Fkdzk2SC82NGZ1NmJmUFBJMzVYT1Z6MXRlMy82MWZMMTByUExhOHUvVFg1UDJtc3ZYVUQ1T2VYLzQxL0VicGQvYnRYeHNyWldmUTNsZGxZOVpYbCsvYnQ1TGVYMy8ycEZqLzlvYnhlZmkvOHgvRnZiMzl0aS8vc2JoTy9EWHJYOC92L2JHNGJNcDMxZDVqUi83ejcrWHgvYTMvN05YUFU5L3ZmalA5dGZmT1A2K0hqdVBmeTIvZGVTWitIdlYzcHUvbG56ZjRCL1RmK2JIYkc1NXZaWDl3bU43M2Q5M3gyeXl2Ly90TlpmMzhxK1YvcmI4em85ZGkvV3A1ZnM5OXB4OFAxcis5N2U4NzYyUDl0OVoyUmFVN1UvNXVmekdHMFYvOEd2ZWViNytSbkVmSGJPbHg1N1JNYnZ3VzZYZi8rb2J4V3NvSCsvWXVpM2J3ZkxhK09kSC91YlllL2J0UlhrdEg3T0Rkci8vMmh1SDErcnY4VmZaUjMrdGwvZlhNUjk1N0RtWDEwblpmaDliYzQ5ZDg3R3Z5L3V0N0VmS3orWFlzejYySG8vWmt2TDl2UzRHc24vL3ErYS9ZM2F1N0x1UHhTSEgzdjFqdHM3L1hYa3RsWi9mc2JYdkg2dnNqMTcxRFB6UCsvZGFmamJIOXNycmpuOHM5dmoxTjQ3dmgxOHYvYTM5bS9MZXRmLzkzOTQ0akhYSys4djNiK1ZyZmRWek9MWnUvTDN5cTk3bnlqYjAyUDR2LzIwNUppN3ZXLy85SFl1aFhyV08vTStVYmY5dmxuN3VYOSt4YS9MdHlLdlc0bStVam1mOTFqRWZjR3pmKzhjdCsvWHkyaWl2bWJJdE9YYlB2M2JrOThmZWpYOVAvdG81ZHYvbHp4emJpNCt0cWZMNks5dUo4bnN2LzY3OCtXUG5ML3UwWTc4N3RuNjlZNzN4VGN6VHRjRHd4aWY4TjNxdjVZQ1JWUkpCM0RkRmRGblY5Q2tvOWN6ZmV3cHFmck80YWpDajYrUElwRk01b1VJVHNoV3FGVlh6NFdvbFZJbktkQnR0ekFsd2hKMFJwck13K0J3Nys0WVdQdjQzTFg4QVJXVVhwanRPTzBWRnVtcUFQcHkyWEZNVXVnR3JWeXUyV3JSZFpVbGt4bTZ6NTh1NWVMYlhlSURMd0FmLzJTL3A4Q05Md0twcWhjaWlIZWZoWFFUOWYrSXlEUm85bkpmdzc1dkMxUEJyK1FobDF3MmRiNGNaVEtZQloyU1hyUnhXRmJST3FnU291aS8vbFAwNUl4VkFMQjkvMEtxUEpxVVgvam43dUwwM205L0cxdS91VlMyRzJ3T3NOZnU5OStTcERqcjFwMVdMekpBYkhZMVBubFFMMVBRVWRVUWVVOHZGMUswQVdzZ1U2TTF6VGwrN1R2VXRQMnMrZVJJbk4xLzhvRm81UDZuOXlqOXU1RzBXdVk1bWZmenU3cTVtZ2NmeWszYS9MaXNLZ0o3OU9nWkUxeE5rcXZvVFVXeFRxNTZ3WUtsMXlKMWNHU0NSZUluQWJLNVZ6M0t6aWEydVBXV21yTTVOMVZCQTBDaWFVblhIZ2FZU0FsL1o2Ykk0VW9OTWxSZTMzNGFsMjMyT3Bqd0t4YWJNWEswMElLdTFKc3k5YW1FUTloVVd4aE42QXR2eUcyaUlibWF5Qk1hbHhzT2poa0FoUWZtTHFlcVlqYnd1V0ZMY3EwSmJxV2EvVmhTSWlqRGtndEhWL0hnNURzcTIwdXE5U2JYU0h2VmszV3pqTGVVQnFtVTJnUnFVZVlpaHByS3A4ZTVDTnpoVi9oeWRaR3V2VEJ2Rld4YzU4UDQrU3ZpVDJQSi9ncm5SY0xLSW1WYnpkSXdkdE5vQ0gxdTFmVmZmNEVBNHdVeEJuQlpmeFBwZ25uUnArUzdibzEvNVpkazMwWFliKzFkNFhSKytPMm5YVzlYeUVXM2R1NHB4RG9wczlENzJ5SkQwL0hiY1c0WE1XTERkQld2QzAyY2ViNDRIV2tIOWszQm1NNXpOMlQwUHFxTHNuTGNIclhFemZlYzE1cjI4cko2ZDFPVUZkNnlvaEh4NVhuL3loUDk4Wko2SDdKYUxodnhvT09rOTVST3BlbHlBVFdyYVU5Vkt4anEyVlorMkpYb0wwVWZ4bloyKzFKWHlHOVplcWs2QjYwYzJjdFZHTzVLeldzbVZvVXAzRUxmMnllMFRzU0R0ODNxM0NrSFBkeS9yNHlHT3VwR2ZCcERnV0lqZEQ3aGREZENNbGZ5WHVHclRrSjdGV0x2YUJ2WjRPV0xMbzJtczlDWHppRXFuWCtidGNaMzhCSVJxZkljSEt0Y3RGejczUVZUQmFnRWx5MnA1VkVmMTlXTkFIbm1CTzhRRXFzbHNYWFh1aUZTWXBlZ3pGazdJdW1wSWloRzB0SElVbERHL1ZXMG9wbFVIcWdCeHQ0QkpzdGZ3ZG5HK2FMWFlTSzlDU1VBbk5EeHlEMHQvQUV0aDBwc0pNcWgzbDFhTEpKSnFXUkRXdjRWUHRBbjJVMThmVk9NWWlDV3NWbWhNV1Y5bHBaREZkSzNGb1dBYU1nQzVJUUtpTmRrUWNydDNvZGtGY3lzSVVGVWloOEh6VjkySFgvVXk3YjlYbHJCU1FHa1phNnVLelR0REdsaWJRUk9uNVFWMWJPQ01PZnpYckJVN1dDK0h0TjZ5eVhkL1cxS21NSEhFa1doSVg4WHlDR3I2WUMyN3VSakdNMVFOTHpXWWhaNnNYL0duOFpiUW5IMDFsN0xMek8rQzNXeFpXTDRTTDBVck13UUhpSWxWVHJqK3BBRzUvZmVmSGp3N002UElQVGJuVk5VbnVNSFQrU2ZzVDdZUWF6VlBkRzZGTkk4NVRKMEE0dm1IOHV6cmFqNlRabWMxck95a01BMEJMQVhjM01aay9Cbks2NkliSGlBazN1NmJlR3hoVXBNdkp3SHpDSU9EY3o3Q1B1aUM3L1dVa2o3aEk1dzBkWHFmWmdiVkFxaC95N1ZDdElXSmRycDJTS3FKMjVlaGVTaUtXN1hEbHMyeDMyOG0rN2pXSHNoUkIyTGpKYjZxUWlFZlJLMndoaGxQb1FMbklLc2NKMG1CMnZPbFFmL3ArNStqV3dvb1lvUjd0dlBtN2RZWjRyYnBGMVljeHV2MjVHdHUrbS9LMjVvcjNDUkVhcE1pQkV2QzJDMEdCNXJhMlEyZll5Y2Q4Q2dQL0ZQWW1kbXR6UTZLV283dVJ6WDdLNDkyeHVBUFhHK2ZpbGJsS0ZucWcxaTJ3SG5NYlRTYTlKaUFPajAzTFBuNUVvL2gyT0kyMWtEMTF3alhsdk10dy9uY0xCYXpwaDk1U2pmTmoxdVNJSFNHSDlmSTQyenJLRGNmdHovWHdlc1lzYlBMbUJVNFlmNXFUanRUNDZWWnlNRVl0Y2Y4MFkrT3V1MUdsV2dSazdjWmN4a2xNNmhINFlhQnlxNmFZYnlCKzZLV3k3VXFCMXBpaW4xcVE3akp4VWllU0xkMHRoOXF2enVRejNPNk5BTjRyTmtKLzFlYm5NaGp1MExpNnhrU002ZnJkU25heTFJMjBpelBaVHA4cGprWG9xb3lDblN6blZjT3ZhcFdKcVdKSXViOC96QUlNYlI3NW1tcU1RVUcvOVdseExSNUFTQ0Y1czBWZU9uNjF4SzlFNjlWZFlvMXM2SnlFZ0lESHprTkd0ZkNaQ0JHQURBODRBZVc3R01PNzdLSTVrWUl4ZHk1Sm9Va3U4aFpXSVZ3YjEyaDFybU9qcnlySUpsbXljSUFRcnlhaXFIWUcyOXRrY2FlakdqVkluVWpONHpqTkEvUCtoak5mUkI4Mm4rL2pLS05CY0VpYks4MXExYW9vbUNacTU0YWc3ZnR6V0YrTmhDRGJnM3BRYlJWSHVacjQ2OTRVd3M0OUxkYUlVUFpSU0NKSTlRWjBpcm00ZGxLVWEzZ1BPNk8yZkRIVE9pdEN4TTgxeDdaU1ZwdWd6aGNNMzZTcFlGZTFFYmlTMzlVWWM2WHFWb2duSExyZzgwdWh6NC9kaW5yUU1jQndZd3J0YUl3VmJWS1lxaE9jd05hS2hmbzgxUlZ6WE5FWFdxUGoyejlHUm8yOW50NzJKcTg4NXFMS2YvN255TzU5QmpqdXQvdDJCRXg2K0Uwam1YL25ocnNHOFZFTjJCV0Ztam1KdlkreTdaN1JKUDU1MGJ2U3FZR2NZSk1MWjE4bWExRHZBQlB3NVp1MDR2YU5NZkZhcEtUNGZtRUd5UHdnNzBhMWt6ZXBLdkMxMVlzMitnbnJScFd2Y0ZsQWZ4ZVdMdmxVVStZUkwrUks0U1RVRkVGKzBGWDhkTkF0YUE3L2ROUFB6ZFdFeEtvRFQveE1ZYUI0OHhoejVWbXhPcXdFOFBVVDROOTFmRk92RjlWS3g5UG82OW1vSnQ3cDdIOC9MYy9IbzVmOTlML1YzYmNucUZEVXgwRXkyam1oUGZGQjRKZ01UTm5MTWJ6bGt4VnpkV1JqSDB2aGdxUEV1c1E4VzhZMTg4S2s0dy9ZUTdXckxOcWg5OWtZai9yWGczUFVMRlFtcjJUakhXS2w2VFZBanc5TWI5am8rZndta2VVWVI5Z1g5NkE3ZUdjZjFXMWg2TzRxR2N1UVk3UlVxMjBQd000WDhTd1p5MjVQYmtQVnIybXFyaDBFa2xMTXVmeTlmWXhJL2I3bEQxdG5mS0Z3V0diMzA3emdMT2NQOERGWWU2b25YN3JoRUJkZ08vQ3YxbHdjeE92NXE1T2MyenNkZm02cnV2VGxUc1NBL010cW5obXd1RldhV3pWU3UrRHp6MjFFYmtSeDAwdHNhV2E2K1lhbjhxRi85dE1zT3kvMzlROC9xZ2UrL3R2YnpvMkNOZysrR1ErSk9xUnp6eHZ0Q2RPVjdWcXVWTm1oSzI2WW4vd2tHemxWdTBKLzkrWGZ5YWZRSWY3NCtJWmpNVGMzRW5NbGNxTFZoQXdva1N5aldyejhNZjRkaHVpTjBiTitoTlhmaTRQa2FoVzhrZXlpbG44cW9KVG5wZHB4d1VzYjdWSTVYN2ttWDI2NjZ2Y3lETXBha3l6NEc1NXY2V1AvdFRSZm8rSmtOejRnV3B4ZEhrVk1SVkdTTHA1Qm1SdXVhTFBRK2hsU3F0OXplbHQ0YXJzQkdFZ2N4MFQ5OXpvOTlXS3N3RnNrT29GbTFIS1VvUjVGOGdnbk9JS2ZMd0tCNVpLeXYrTFpsN1VTdDlOaVZSMk5TVnNNSzRCVjd4YXlVb2d3RmcxZi83Wkw5VXhPYzBnMW9jY1hKRkNwL1B0NXFRK2ZLZEtaZk8wWUxiVTRCZHRQZVJSYXdWNVZLZEdlYnlhNnVyQ1hycHR0a00rdWR0dWgwSUlWOW9oZlZPNWxzOFgyS2FsOHd6RWh4cy9ZZDEwb0FHZFoyamR5TmxxenRPb2V0cDlaVVd4OHMxOHI2dmFGOHkwemlVK2ZIL0ZmOTlydHQ1L0h5NEFDdnFVdzNkOU9mY3pxek5TTGZLTjdTSEdVK1g0ejd4Y01tK1RhTFUwbGc5YkFWWXZmMGZNY3NPSlBNZEZzczZiSG9jeWYvcWxsMkZOWjlVbnFxWTJmOGxiQ2E1NmtuY0ROVFJBOWxGMUQ4d0lxYnBjWHhLMDlDQTMrVW85U1NsYUlwOHhCWmRDcjZ3bEN4L2F6RWdKV202UFV4dCt2ay90Z0dSNXlmT0VrWmUvaW14ZXhXYkVGQ09nOWhrTEVzczRtYk9kNkhPYWJKRy9hbHRmUnJDZHlaQU9hMzdVcDVpOTNKNE1KSFVmWDUyK096NC9xWllJYVBLQVFrZEQxa2xlOXYyYVgrdXFxSllKVWxWT3dsWldpRGJ6SkpBMkF2WDJPTWt5bU00eDM4cis0RTRDU3ZSbHd0WFh2L1lML1dnekQ3S1NPemlJZjQ0V0FueHhBd21NRXIwcU9BdkxZRGl0bG9nODl2MmY0TTg1ZzJURHFMWm1ZMjhuRTVWWGRtSXp3UzV2WEhrZHpIb2hadjhFSnh2czQveGFYZjdOeEZTT2NjUytmTkovMzlQNVBnWS9rVy9UbTd4OWxiOU9vOU5uSDYvYzdtS2pUNUgrUU9jd2hkTWtzdDk0TmtOalVMSG1keWFKZG9HcEtWWWsyZ2gzUW16K1QvSDZNUkJzNTNaYjc3MWFLK2VjOEpteFhWWXVFaDFlaVBzUUw5K0x6RWVIbjdYclY2MU1tblBLcTJYRDh3MDFIMk5ia3NwcFhZK3RBaU85WGI2SjhUcVdjNy9yeHBhdE9UN1JOWE1tU2pxTml1TkhocVBHaFh0Q2E0bmE1Q1hQamVxK3VQdllJeUpXdmQ4blptaGhEYktoR0p3M1JjYjBpZ2pwTzEwWHA5RHRmQ1NPUGZVZSs0YWR3M0x3bDBJMWQ2OHlVd25meHlOUFc0M1diemltcm5NdzdpZnVmWGtOcHZKZ0orMDA1YXkxbFZhVEN1UXRXNUF1L1hnUnJIbU8yT1pyRG9lazJ0Y3hwaWZwZVE0bUJjS2lTRnE5Q1pPdmYrMFhVekZ0cTNDTmU3V3pHK084RFA0SjkvYVhJU0JZWXpWMzV0MjVPVnY3cFkxVERsaGtwZ0JzSFpwTnB2UEZmOUQzcE9JN0VDS2NDN2xaY0ppRHY1N3phTFpRWFRPbjZKY1A2SG92ZmlKb2Y3WlRYUUowZ1NqdVFibE5lSXpRWDE5SmkwTVNacVpYMlNrNFJtL2NyK3NYbW5wTE5lY1I3aW9KaHdOVTdvUFZMUWN6UmZvWEkvL0g0eklZeVhyUCtSSDk0dVBQVGp6YTJrcGorejBKUGl0N1gxV1BvaHE2OHVscjFrQ2lMMi9QNGFxNVhnQ3FWL0lVWGEvWm0xRXd5N1hydmNpTTA2SHRxNlhjWnlWT1orZ1k2eUVNemYwVlhiRGhLeFpOdFJ6bCtjMGZpbUZyd2NXQmRtNGViMkEyRC9HQXhhak5hZFV4RGdxaWpjWkQrSDVYckF1WEQvMm0zVHNkN0dmWk1tanRIalZ1bDRQNnNDY3I1dlM5SW95SVRweFJQRW1sMFVZcGp3dS8wMUMxTlMwWE9yd1VEeXh2Nktic1Q0YU40YVE5bGkzZHFIM2h2UzlxWGNjVGIvQWFPSW5rWDFELzA2bkZjR3paRHJFdExkdjZzVExCdjlWODF1dy9lU29uZU5ZY3ZlL0JaV3FzSWxLVjF3NFE2Z3libzNlcTJzV0xkdGxPWlJDdGNxUE9kWCs3V1IrOGM3U3Y5L2FnOVU2NVUyc0tjOVpHL0hDOTBmUm0rcm1tTEZ0d3RnYzJzOW16bDBxVXA3LzVsc1FlN2hOYTFKY1lacFF2ekdXVW1PbzZLbTFZVEpCMGlreFgxZnhxRUc4NFppZ3g5VDB5YVpQd3huTFAwLzJhcXFXd3hCZEpaQldjNGUxTWpwenY4aDl5R3FtNUhXOHVWMklHdjVveG9hQldvT1lNZWVQQkV6aDY1TDVhMmpteGI0dVY4cXJmV1RFQ29iNjRnamJoMSt5c0VZYnptbWYzRTlTT0x5VHVVVEt6OG93RmxPRDhVZnpnM09FSFBaUnZPUTVnUHliS0FhMWcxVDl5VVIrVlN5MkZJTXpFMXFhcW5vZkVHcnptRDNoem1LS3RHcWVqNW52eUppNG16ZTRUY1JJbjd3RkxOaGwrOEY3MWxXTXZxbjcvNWtZSEU4d1U1R0huYUVUcnJieXBLa2NncmVMTk54ejczNXJ3OHk2WTZmVzMwRWVlOUVlK3QzWERHRXFCcmpmQlhLTkcwOUx4ZWorVDBmQ3ByWnlhVTc1b3htajhJWExkQllzbitzL1R3aEo3REloYkxWWFgxMTZtak1kbFhaU1Jack5iNVVzMm5hdXEyRkVlN2pPYlNsRVRwQUtDT0Fldmxqd3B0SmFmTVlKOVlidXQvSTZ1MEh5ZGJmTGZ2V3FRYjlXWHN2Ujg1TVM3Zi9abzBETHpPMlFVUDA3dGVIci9OMzduVjFlZ3JLTmo4ZlYvM0d2WGgvTEV6K3V0WVZmK0daMDh6UUZQTWZ2R2hSeVFkMk5MTk1Wd3hHOW81MVhDY1BPd1h4dXBoenlrS1A4NnRIcWtpdnB6djJacE0yL0dKT0U4ZnZtNFIzcmhSbUxQQXN5QllQZ1hyQndDQWk1MmxkMnBaY0NpS25XbmJKcTdockFMbEg5RE84U2dXc0djaDdsdVRBVEE5b3pCWXdEczJRcHF2emV1NWpndlFxOExjR003QU1TQnJmTlE3bURNNUVNQjJZZ0ZZbkFVK2RjR2tHeWJWS3drSFBPclBFOXVxYXRGL015aitNYi9saU51TUZBWXp5S3Z4K2F0RmhXNnpiOTN3TFQwQ0JxbkFHRnp3QndqRUZoY1lhK0E3V0J4c0dHV0ZJNlg0aUM2aCtmUlVsNGdlM3NMR2lMdmQ1aFFiTkJDZFBwbGNKZmQ4VC9xZXV4ZVl4MlJrOEVNNVlobUQveHpHOW1HQWdMdE9INjVsemRDYzBLVWVyRFpvTjduZ2QxL3RqbS9sWGdLV2xueS8yUVZVMVVIalpWbnBhcXdKOVRoZ3JuYUtMaXBGcVlTbC9xUEpSUzJuY3RnOCtaOHpFSnBkMzJNRHFjZmhPZjFQbk4vaHkwV0J1NytVOW1Xci9pM1dabTZVUkhFWEhRTjdJVnlKRGM0c3VTSFlMWklubEw0NkxpdzFyMTQ4VFZYOFgvWG9sWjBGNWtuNHZaZ1lRZDZQL1l6blB5bnlEQjJwcTRsTmxTK1V0ZHJFakZXbWN2VlpUR0NPcjNXTndMcnlLUVNVRGZsd0FWdkVSZjJOR1NxSllrTmpCeU9kekhIRWQwZEJMSHpBQTBzV1pUajVtaFN0Y25nM0hkbExJcDdqbGNpTDBETFpSVmsyMWZFbUxQU3FQdGlUVTZpM3RuT3c2dDdDMjB0QWZSS2RpWE1xUDB5eDl2ZFEzU25Za0NSNWxUUGU5a1c0SE83UmsxVTdFMWgwTERjM2dGK1JxaVY2MU9kRjlFc3czQ3hMNlQ0bi9ldytrTnJxODBFVnlQUmlRYVFNL0t0Y3VWR0t3VGpZWEliSkFEeEgxVFdmWTFJYzZzUitWMTNjYVZVcytWK2R5N3drY2QvYWhzbW0yaG5nU2tsT1NzQXIveksyM252Mlh1ZmVWTE41ZmFPN3VmL01oK2RvWmdnVjljK2VNczJMcnFoU0xRenNCeExjUnNoUDVTL09EbWR2Rk40Lys1VkYrSG5IanZNZWgvOHRTc09VVVFZTlRrTVg2MVdQREU2TDhwTkFHdFV4NTVnWW9QM0FKY09FVjh6SEw5dkJCaHZvYld1a0Y1QXlMOEtFLzlYR3JhbGNDKzVGdUNXRVNBR3JYMnFvQXZrTzBCeHJWeTlxbzhXYWsxeWhSQkdZUjZxRGVBK3N4N0t4UjBVM3BiVCtqOGJlaE5iRGc2dU16b1BncFN2RkZzWWNzMXpPejdUWUZqZ2VoM1dhSkFURWprcmVVbnZPTVpqbUI4OHY5SURPUzlRUWVXYkZCNlYzM1REWUc2a0VtZTNPYmFFa0hmVTc5SnF4WTA5TGFFMHYxRjM5TWZHaEN2RFRNa3J3RmdXTGg1SFVuaDczQmhoNFdKa0dBcHA5RG8wd0ZSbnpsVVprL0lGVmQ0K0hmQ2pCNTVUNDZGNFUzWlNFb1ZEM1JOU3oycWNqM2hCMTJreDBGeUFXWnlYa0t3eWNpd05oc3djdzY3VmljQkYrQ1pFRWdOcmcwWnpBWCtoM0ZtVHNBZFRtay9jbCtXcFB5eXI2Nis4U2VZSHc0SEVHTHc5VzUrZXZIUFF5dFdXVjJUSGZ1TitYUG9jcHBXM0o2Zjl0SXdaKzdGV2EvUzBBQ2M5U2hUeWFDQTJaVFMrdUVqME9xQUtsVTczYi9vT3RFVXRjY3dUOThwd3gvR0J4N3Z6MXMwVytMQ1dXVlQydmRWSG5POWJqU2dsOEhsVnFmT2FhZ1ZjSk94TTZvVUMzejlsdW1EbmNZM2IvZmF6cW5uTzdMc3NvOWl3OWtvbmVsZU9MUjZqUFVtcmhWbG5jbmY4amI3b0F6N2dhV0JVL3ZFcEhTNlRCOU5UVjJ3cnB3bnh6VTFOa1ZmWnhuek9ISEIrbE1vVE9TMjhJaCtuNnBWZHpKeXgwQ2kwMm1EYUJ3QUdaVmlQOGVKejlDWlRXL0l6UTBGZFpwYWp5MzJTaTIwdDZ2Ry8vcldmdHhCRCtUSU52MnBPOGY0OGxNUXJjNjB2RjNiYm56czc3YVlmWmVXYythZWFGeTI4eGlEYnhWWnl1bW9GMTIzSDhMQ0d4bTNxM1ZudUw3d043Q1cwcUxJNU9yeGZLSHpFb1BhYnFPc1RBcXZBTEpBRTJpOTNadEFCdW83bUlSWmJOeDN6NEViOGcrS1FhM3ZzdnpvNG5aejhycW9KbE41dDFzZGZMTExBalhvdHU5YkxHQ1Y1ZVNKcFRMWFlxdUZ5RnZIZzIrVnVHYXhrcGZqNGdXUFQzNnFxaVlxOEsrSkFQaGZMQU9kcDlGSmRKdmpsWmlGSHNEWHI1cDdiTWlTWE9sdmRLRy9uU0VKZ0R2T0RaWU5jNUprVzBrTTdhekE5NkZvc1hibWloQ0xXTit6RnhLNEFrSHBTQXB4Z1VzS0JPelJhb2RENnlKSjQxamlHaitzMEJtVmNpNlYrdVEyZUdPWG1uZjYxR040c0FmcEN6K3YwdnhzclRMNDBhTGNEMHJyRkpBNmd4bjlrVmQwZjBWeFFFWUhvVlpJTmg0d0NvRjhRbXM1azdRYWtCeW40U1h0UWg0SVN4NS9XbHc5ZzdpZWJKKytYdDh0cHF5dk84Nm9OdXJPRlBVMTNucGhvK2JCWEo2UDJSRWxBTlV2TTV1ZjBWV29VVmlxYk80dm45TUxEYXVGVGgzY3hGTi84Qkpqak5GaHBFOHdSZEE1UW9UYVU5Nlpsd0Y0akpJM1NkdzByeFVhTHplTzBUVTZ0OW9hVEhrR3VFMXQ5YnJqNXhZcll1d1ZZMDVGQXJhUUtXN3JaY1FFUjRWVUltbTZXU2NIMk5sMEhBZzRqOUxneXB5NGZmR3hWRkRCL0hwL1lKYitsUUNidm83eXFVWEpSSDlVdVB5OFBMWDdaZUlJV3hpZENOQ0JndWZIWkg3T0lmdXhnOGYxNC9lV3FrUFQ1L0tBajZCdi9EbzY4alh3MGIybUEvQitsTWttWTJselBQS1psdU5YUFN4NUVUSmVIbFR1STE2dWVza20yU1l3YndoQ3dWeC9xTlFuR1ExMDNtNko5eFR3ZHM0V3Q0cjVybGJuSXJtdHpDQ29lSE1VSSs3amdpNUxJUis3Y1R5STBMUGNWeVJQSXFFOE5MckdmemNTSmJGZW9GU2RaV3BHOUJadUdaWkFjb0ovdnlqeGZDUkxaOU5HOE0vY3paZ2ZtL2JWY3VkNFY2LzNxcDk1TjFkY3ZvUGFFd3BaZTg5aWZUeXhPN0pWWVdSOTlWOXhLdHF4d0dFUFpKZytzcUN6OS9TNVd2QllIYmZCbkdQa2NzelpWUk11NHZyUmYxSmZORkNjT2RLcWhaMkRRSThmNExoaVBxQW9wZVZhWS84d3Jnc2dDUmxqaUNmemJuK1VCeGxmVTBXMVpFNUVGSmplWkFTQWJ5eExmWWRvMFE5UnNUbFlYbnI2a1cyVEs0VUVsSU1xNHFadzQrTXVNMDlCMXdFbnBqZnpEYVVTc2RyQ0lrWjFVYzhRSG8xNVRoeTBqR3VZNjQ5a21Oa1ZBaGNrcFlLRGlHemNMeFJFWE1IRUY0RFp5MEt4MitTc3A1VzVCSHZib1AybEI0VWVYaWpUZm1FdG1xOCtYVnBjTFhDZUZhWUg2L3V6bm5OcCs4VU5RQmdnMnYxMTYvK3YrL1VlRjVsUmM4NXJWcGY2WGtZNm43RlRoRjB0a2RaQTh5YmY4SVVUanNVWVQrRDNIT2QvRnJ0QmpyYTN0Z2N6WDQvdWQxVC9kK1JhSDYvcFRCdnJnU29Hdm8zMzk5TVFRbTNhdUF5ZEdZQjRyTE5IODBqa1lyK2RvTCtqNFpacTFzRHJBb3g0cFlOaENsbXdpY3hnT3k3SVpvQlpsYzRhb3NVbDMwYTZRK3hValdWdUg4RUlhOE9qRG1wODRldXB0dHM1UU5JWUhDQzBPTnQ3NWc2M3MrbXZQb3dXdmlCZXlqcElFdUVpamE2YUpLV2lrUlo2cEd4SnlFODlJTTdFcDZQUXhoemNsWXQ4TE1zbzhKUWFaMUVOYkd4TjBrTjRpaUo0aUtkKzgyemxGTlFOcGs3eUsxSDA4cVFUYmZLeEJiVzdIdWI4ckVRZkFIc3BPdkhQRmxoOCtUbnFBSjg3bmVoZlE0WVdva2ordlBWWkNlODNHdjh1NVZFcmJ0ZmJHQnhoNjVJNDF3RDc3a2l5VzdWZkp6dmNhNTY2bGhTKzB1aHJmZ21Ya1p3M3E3NzdTSGt6S0paeFh1RUFsMEtCdWpuRUNoem81cGdpQ2VIQWIrcWQ0T3c5RmdjMzBJTWpjVWF5YnZuTkVrcUJhQ0Z6MUpOdUQ0UjFWNmh3TUwxclArZ2R4ZXZpUVJJVUE5Nzhudy8zUk1Xa2Q5TVRLTVZqVkRTd0pTcWhma3o0K0l0eTJPV0Jib0JETytZNndVaWhibkQ0Nyt1Tm5wNmZzbGRXY2pKa2RRbytSM0U1ejRHak0ybSsxTzE3TkduZ1BpVk5aWEVWSXJySjY2Y3dwQWg3aDgxYmRmUFJ5NGN3T1lQS2NYQks2RFZzSllYelNxamRISmpTVG9nSFlVakFqTXM1VXkwSEJYQkpJbjRSVG1pcm00MXMxRmRNRnVYdnY2MS83eGRvSDhqOUpOeUlQWHVoZlRMVlN0MEJDRUt2aXJlb1B2QTZjT0V3aWVhZnNnZW11TW83TlB0NC9qeUVxVGd6aUVRZzhYcDBxaUxId2c0bFZ2dlpYK05YTWR1RWhIaFBQemJSSTEzV1FGKzNaS1RUcnZSbEh0aW9ndCtWSzV1Yml2dG84RUR4b0hxditIbVJKdWNUSDZhT0Y0Y09Oa1V0N0RqUzcwcy9senlGOHFXVnpzbjl0MWVkUU9PTHJYL3Y1R1A4TFVQUmRSdHRQdUlGL3ordUFGY2tuVlBWU3phNDcrR2cySkluNHhLejNQT2xZMlFIRTdtUEhPNTNtekEyVytJOXd3WjNGVDEwVzc4Yy9YdkhLSE9tWFNnMlowR3lodlBSL0lDL2xUbWhmOTd6YzFUWWt0UktxOExVMXV3THY1QkhObWVaSjUyUlVtOVNiVFEvdDRhVDA0cGxkK0xiYUR6UWZOOS9EZ1d6TWwwdjJzMjBFTGkzQVhNbWFQcWV4a09RYytnbGRxMGtMTFlWZk9BNm84anNzcG85eUZOWjB3N1IreDVvM3dMbXNmeXZ1LzBnRi9KRUZQSnpGd1lxUjFzNXhaTHdCM0htVTRPYUFtVk40TTNkUm95dTNZWDZpM1J6NG9INHJET0dUcTB4d1VGRG44eEVCckwwU01zYlEwOVZpRDZvTWVZSFdBQTNNUmZ6UVRGS1lrSTdxSmlTeFRmdFRDekZ5OFN4R1BWeHgvN2VoMlE4bDdsYnB0ZDNaUE1WU0VreDg3b2UxUjM3dm9pRThrNEtRUmQ3YlpFS1RwWitFVGZMaGJDOS9ncWxoY2w0NU1JNHZrVHNXQnQxdHFReDhIeWRyKzVlbEkxMXFBeTNINEpacjZRYkY0YmF6ZlFYYUJrMHF6RG0wVko3ek5OeGs3MXpZRHd4MkIvMTJVa0RIc2lkL3pmQ1o4Slp5RlNMWGVMVWxrTklHN2FMU0Y3dURlcDdkREg3REFLKzUwU1E4S0ZIYWZuYUJvZmR4WGRQTXVrN0dMci95eXR2MUV4QW9Cc2U2MDJadXRMZWY0MDhHekg5UmJvU0U2VHEyNk9wanJNVEsyN0s2OHNzb2dNYnpDSHRpQjRBZlZtRi9nRlFBcmlJMU42cVNDWXNXYkxLVlZiMHE4UUNMTXlidFJsbW83UEpoaHNiMTVqRnZNam0yeEI3aHhuRFRPTGI2WFN3TWZ1WC9yYlkraTFIREovVFNIYU90VUxIYUN1bEJvMGxjeHJ0d0cza3hFL0pFUmwvN29NVnNQR3d1VzFIVkFjejJhUDRqSDdoSWN1aGxJU2IyZmMyRkQ4c1hmaWo5YXdWL2JWMHNoNGw3WUFiVUMyVEhWbHJtdUtlRGJQYkVRTWM5YUdNSjZnaUFDcnpCWEJWYXljbHlNZ2RsOFZWOThSY0cwRTRBK1RSWUJhcE01REtCbzlBZ2haY2pXK1Y2L1pXL1Yxc0Yyd0E0ZWh0dC8xeC9OSUxlNzVENVo0cElqV3hNWTBqd01DMVN3VkdRTG9majl6NUFnMW1DcHBwY042Y3VicWpwWm13YnA5UVg5SFU5bHJHaG1lRDN5QjhVcGJ6SHMvOEdjN3pyUm5OVTlZWUtFNk1tT2RSZHRrSlZ4K3FUWVY5bDRlWUJ4T1lOTVBEc3Y2SFRZZklLUnd5UmZBTnp5QU9MVWZ1akRSMXh1TGVkdEJWanVIaGU5WWJ1S2lWVHNVT3lXT1A3eWlqY1N4Z3pUeTMySmIyUERHdGlVT0owd2dKZ2p6SUxRR3NaMWN4c2RRU3JYT3NDYmFSNGxkSkNkU25qUVJKOTArUXNWVnVwSm1kakVkYkVMODY5VUVSdVpuaVpQNFR1MGNyM29OYTlhTm9EalY5WjBQNmhWck10SHhoSmxydVVseUI3TkgyazVGbnNuaEZmNXFGR2Y3RjVvRFo1Qk1IcDhrMnJIbEw0b2Jmc3hDbUZVSURtTitOaVhtems4dyttRGxnTXdiZ29kdnNOcnRNZmFQb282bHkvRXVtS0prcktSeHNHa3E3T2F5Rkh0bHJkclVlTytmUEROTXptY3RRTmh0dUhZcnd4ckR6d1ZLMzgwQ24vb1lOVWxkR2xabDNmSUdxQ1VKd3B0bHFCdWlLVHdudDY4SmUzajEvbmFkN1E4VXZwaHFlaDMyTFBTa3pGL29MRkVqOWEwWDRUSWtpeXowN1BtMk41WkNPSXRzL0NFVEl5M3JGOFpmN3lMNDQrUG45MjZDZ1BhMWhlSDNZWFY0NVh2N1RXSWg4c2p5SXZWZ2RsdTYzakVrUGdWV1UrL2ZjdkhWWHdxd0YxaVJiME9veW5Zc2F0YUQ0MGNxbkE2UDM5d0ZQeUMrZlJ6Z0JkTjA0UXlUbUtndVpUdFhLMWxQZFRNM3pIcVlKdmdQUjkzZnI3d2RjNy9vN0xjTHI2Vk5LcW0yLyttaDN6ZzYyYzFKeWFpb1pMZURVUVZZTkFxUHRqS21zT0l5REpoYW4xTlhLc1hpNDFYSTVPeTZVL1c4WjhwSUZiK0hGY3ZJUm1FVGRja0ZoTjh5dEFOSTJPZDJySFVyQ1NaTFFZektGdVc3SWgyRlUwZ2JjcVdld3ljNWlYK3dDdCtCM0hYaUR4TUJDRlBDc2NHRndKOTRsYzdNd1ZwZkZtK2gybktHZGZ6L1g1WUZUcXlIbEZGNkpsdENUTlRGTmV2ZFlxanpiM2JJMnpVTTYwYitpTEJ4cTh6cW1WR3oyUFNZNW9PUE1ESG1OWVBHYnRDY2M5MkdQMXM3V0dlbU1RMndJenpoMVY3RnA5TU93OXNoampwczBCeGJWMG13ZVhKQ0ZBRFNZa3B0YXVmQWRlK29JTDF5dTdGMVRTRDVzVjZuNWZ4V2o0eVpJRjB6M0xybVE4VXppWVlaTFkrTmorUlY1eHRWOVZWbkV3NTdjWkp4RE1WaWlNOFFVWXVOU0J3SHZwUWYvbDFxaGRiNG50N1ZqeTJnRkpIdXU3M1h2NnhmZnNVMGJqcGhGTlpIdDFKSW41WmFjVGJZVXppMHdscEVwc2NzLzh1UlZIdUhVNU9NOXBFdWsxL3J2K3ZBdjdKVm9uajdMNXpSTTJ1WkNDNnBSeVVYemwyT1VIdUFLNU5HM1hHMU1WS1NmdllJU0dlWkl2UjJHNlJleGFhZDhGS3dOSGJ5YVJPbXE1clRGck16UkZhZVh0VWJ0NU9pYmlYbFlqRVRrZTN0ZnNMYWRXZHhRbGxKanpXYzlNcStxVm5sSlhPdDRhNVErdGd0L1RNWXZWVVlBZDNSN1llK0p6VkdYMWtRVjcwbXoySWFiUUJDaDlQRGs5N3pnWXJxS095ZnZiK0tMUEJwbDFURm5SUlpldlVrSXpUc0ZQR0QxTnRLTWx6UjhtSnEwZ2NUYzdlb1paaVVXdXYxYnFpcEdDQ2lBK2RvUWR2MmlHRzNaV0pDMjVJNVhjbEprdHVMZVQ3ZFFtUUtaVXZ6ZFFLQzBVR0drK2I3R2RRMGZNbFFtamxHRko2ZFkrN2RJWGcvSTI0TkpYakl6NHBDSHRYM3Jhc3BDQ2xDU1YvSnRtWE11L2Fadm5hc2R1MmRGY2RqSVlyWUlUQWpTaVZwQkJsTHZVVXFXTkFjYStES0Q1dytPZDMyL3dWc3IvZnRDTlg5WjFtRldCMHZqNXlvTGlLVVZvN3RKRVo2ODVhS3RNRGl1MVFROEZRSzBSejlWbnl5djN4d0wyaVVnQ2s4TkNQSzZvSXFmZSttakR2NFF2RGxiVGVDWUxGdHY2TWZXVnZ1ZGFHOEZOSk1uaG5tVU1INEFycHJTQldwa3F3UXlmMWI3d3VjL0pld3JYOFlPczFqVUl5bTlQQnM4dGMrVXRaYXg0aEdNanoxNTZET2JQZitWeHBZemplQkZyYmx5TjB4M1JoN1didjNLTmtGekhTcTQ1aisyTFkyaGVJVnRqdlh5dTN2RktyTXdmVjlpK1BNaDYvNG1ENnV1Mzd6NzVySDd4V2Y4WHdlcDkvYjlqa2FTTSt6N0drcDBXZXFiNXB3Nll5enJXd2tQVi81bm1wSGtpZHYyY3BaOWpnMHljZXNQeEhsTUIvSkFmSGdHV25ERU1rNlA5RTZJSWJGT0tyV1F6czY0VWN1d2xkRVJyaDAxVnVuRVdOMHhrL3doZ0wyQ2pDOXhMeDJwaUd5UlZIamsvbXFJUm5JU3EzU2wzZmg5c0dKVkFOaG9sMU5kbEt4OTJ2NitOa1E0a3AwWEtoK29XMjZ0akxCWjJqRldWL1pHNjUvZlhCLzFxcGU0eE44WnVmbC9yWXZKRWZ0bDlyL2Y1TDY3RHA0OFpta1lwaURxMUdIQTUyS09UdVd4OXcvekFQUERuRFVsWE5oQUh5SnUrZlVoaTNXRW9qR2x6Vzk2ckt5ejQrQlRUcEVrbGtFcWlORGlnRk8xWWJYSEswa2Q2bjBxZ05hUlNMNDE5VEc0TjN2ZGUxci9UczArQ3hCQ3dIM25tNVgvVFJoa001WlF5YjhyS0t1WEVpLzMxSEV1WEN6YVdXS2JsVm9KTmc5Z1A4WjUyMDh2MXZHa1JGcVoyUUZNdDMwdnpnS2c2OE1Wck5DU3Z0WnA1VkROV2tSdFRKL0Mwb25vVWM2NlVBTnJ6UW1aZTlDcnJSNGN2bWtOK3BkbDYvd081Sk9SVUU1WnlNWklJUmM2NWxha25maHJpcWJZN2Vvejc2V043TFR6eWtRZnlUM3V0d1FlYytmTFZETVcya2lDOHhManpZcHU5QkpQSXh6RDZId3k5YmdXR0c0UXZZVjgyUlJSR2VxemthRFNOZ05WenJVdC9nSWs4dldNVHRmN2lORm9ZQW9jc3BOVUsrZy9vVDZKZGpQTkowRGMzMzlmbThFNmJvN3BnNlB2a0hjanlRQy9EaUV0bkVWak4xT1RIR0FkelhuNXBKenA0MWNIU0E3K3NUeVRpbk1UYnVCYkJGeWd3cXN4RU5WT0UxbkR2eUlpOGpGVm4xUGs0cEp0OFhPdVpUMEhWSUR4bkJPZmU2akVob2RXaDhzN1hocWR2djEvOTRKM2hVd05hdDloMVMvb3FsRUR5dW44SnlJR3FXa3E1UENKTjEyVGpycUp0Tks5Nkg3THc2MmlPdmpPU3J0aTJIallRMVBxZzhyWktUa2RBMzFsMlg1QitFWUNwVyszMGZxTGE1UW9WcFR2SXQxWHVRc1dJeDRWQlY2VzNkb0dZanJidlF2YWhlRW1vTXk5S0U3dFM5dDEyYU91N0dLZ0VSQit6cnVVMi9OOHBqMEpqTXpRWEtVY3hnMTU0bDQvcFNSMzQzU2NNemd4aE1IMTBuSnAvQVBtUm5DNlkyMTVuVGdnaG9GbVNwTlJTOTVBSnltcnl3ck1mTzRSZHRXMUtXVUNJV1pCSFA3b0pGUWlFSHliQlBLekZOemZJZE1MWTZsMGZnaVR0bzE4ZnczTWNZSHdPcHZJUjJyQUlDM2pNMHZBa3JVRVVqMlJPK3I5dDJOcTh2aHVKc1hZc1gxZ3NHUXNISm4wczhWT041dllnQUxCZ1VNUkxVLzJnWnQ3dG1HVlhNWGtwNWdIYmpCQ09jQk91akpQUVZlTVBNaXAzYXNZd213WkFua3ZWbS90NGFsR2ZSMVRxT1VOdkZiNkVRS0J4ZHV1OFdmQzZyUEI1b3hCcE53RXJBM1FNdytWdTBFeFJ2MkUxVXl2M0lkWFdiQ0xpaGczTHVvay8yZUNGOHI5L05xLy95WDF0cWFFekR5VUcydTF6Y3BlTnQ0OEsrNldGS1dWOE5meU5kbWZZYkhBOEdOajBaSmZoSkJJYlpDamwxbEFYckhUZi92UTdsZnBrZUtoRC9uOHdkVSs0d05UcU9sYkxqUmNXOE5LdDA1YTEvWmdzUlRFdTBxWnRvY3lua1QyWTZ5cGFZMDVqS3pDdTNWSFFqaWxWallNWGdEeGlUMUxHeUoxbnBobzJoYkx0ZjhmNndlTDlkcTBCQmJwbXEvZmt3REhnT3l0VEQxV2tXNnFRK3lBajV3c3RPa005b0NPQXNBNXlHTVpPakprNkt2ZWV4N0FhOHVXU0xqbWpZbmd4SGorQzB5bmY0b3d6bzRmdzdIT0lzTnpGbFczR3FFaHUxRjJncjdScWZaMllSQ2VjSlNsL3JjaGg4M0h5cjNuS0oyNVpGYWtWUlFWaE81WnJkeCtHRDJ5dmxCaW1qeHo5ejNoNlJ4WmIyc3IxYk5vU1BCby81VlJ1WkNsWk9QUk9yYUh0MzFDYkpEVEcwR09aeTZ2SXRIbTJJa2tJYnRWcE1odXBaOU9yZXVReWY2cU9ab3FCMHVRTktiTVNkaGFSWkJ0b09lQjFVRTZDYzYwYVhxQmNnS0djVzFBa3NTV1doLzZJTVBlNnZpTlNqVDYzTUhpbTQ5VWV2TUdNajhDT0tRTHVlNjdKc2FwQjZlUmZ5QkYvSmVBaklYV3BaUkkrcHVQNjNpRktqb3RwbDAwem1rNnZlS2VkcllQVk0xb0hMeVVRWGxkUTdYWDhOYTIwZXZKNkhnaTBsRjNrUEx2UzVNb3ZJczdGYlduV0djdnJTM2VWOTk1NzcvMm5PdlNlanduTjBOck1VYXo5eFBDZm1EVlJvSlRuRkJkZmlzSDkwQ3FNVmlzbmVKcXNNNit0M0ZTcHZ0RjNNbWV1eEFnN282dmRVMTVTdlB4OWNCZjZmVVVyYW10QzlNTHJkb3YvNDFlVHFBb2s3NFAybWwrbEt0U2czdEJTUi9SZVMyVmc1SXA4U1VLM21jcW40NkJJZjNSV1BpWnpLWDlUdzRMLyt0ZitNaFNBYnIvK3RmOVp4WTFUTlNkOFR1aG1NQ3Ura2ZBbGg2V3NRaXZ5RHZ6blRrTFgzU01hUGJMRitkWFh2L1lMemhLOXhuS09ySGx3Q3ZtTVpXQkpDa05ESjhkb0FxK3N1SS96UFkvd1d5eVhwV21qdEwxaXRxR3ZZSkJ1bmhiaXZKU1NoU0dOcGcwMnIxOEJDZnRsMWd2a2Z4ZzdzMWlZeG8wTlFJQ29YbXhjZ0dHTENtbTFBTDlCTDkySzl4OWxFOVlLS0k3WFRlZGxHY1BNNEh3Y2xYbzdXc2ExRy9uOGFtOG9NeDNHVWhicVg5S1BLNUZkajFlNXplVzY1TXJ5ZXg5NWR1ZldVdFpPRDJ4bFlUVnk4Um43V2F0WEg1a0xWRHA2bzIvK3ZPbUF3YjZndytEQXlxbzZjWTJrS0pTTXM3SmxmMzRNSFlPY2dzbEh0cTI4Wjc5NFg0NTJqZk9XNSsrTXUxMU1QNXN1OEdkeXpxdnVoZnp2ZkZJNjB4ZnR2RlpzQ3NzcDhxZ0NiWCtLNjNCd0thbkVmN2R4TkxkdU9ra2VLRGxWd1pReFVtU1dhbUh1OFdNb0F2N2NiMjNrM1AzSEx2Rm5HMWx5dTR4WHlPRGxTVDBHS3h0RGkyZS9rc2h4TnBQQUpCQmZnZnA2RUNYM3dUNnZyNmVhbWdQTTdTRG1DS1JTclFQbUdhM3BkZ0o5TVBOcnpsL3J0a2RQUDEzc0FEc0pGd0FLUnZLMnU1MFRLRHQzbnZ6SzMwTjFJSHF3Z3JLSGFURkxzL3pkNGROUzZpOS9pWVEzZTVESWUyb2V5L3dndE1JWW84SzhnY0tKRkxBa1grOHlWc29VY3pLek9sRy9yVTdsbDB2WmRIblN3NEhWOGdhd2VFV2RQOEZyYzc2SzN0dU1zUzRNbWF4Uk82aVljUmVIenBjbVFCZkhpeDJSd2pJUGZkZ2J0a3EzZGpvUGJtcFBQdmU3cXBYZkZkNEVOWHh4RSt3Syt3QmFDNkZpVW9xQkdFZG9rV0hvMVpMZnoyRlJmaVJ3cUxUcUg4dDg5aCthUXQraFRLc3ZyWk5IcDNrZ0FoY2lxeHpWcWR2SFZQVHk4eFcrcVRtbElJVkVjYjQ3U0VjdnNkUWUxMks0aXphMGE5RTNySGt3eUIySFAzbW1GRWFWcEp0TXBHdS95aG4wNXFETGc4RitKYnpsVWJtYVYxRG1YOU1zSFRjd09uVzNxMENYWCt3YWpKQlhHQzBVMllwQ3NSREtkUE1GQzdQV1M4L3A1cWdqem9mR0dMY2ZXOWJGemxYdUtWbFNtYTB5UkJ6R2FEeEthTEo1dXdRRU9UWGlHSEhMc0FKdC84ZnltWElZaE1sY2tyQTg0c3ZCS2J2blkxRDJDaVFCeVk1ZmN2elZYZWpZUitRTFNCVHoxU3hBMmVIVml0Wm5wZUY3T3RZY2tiWUtYRG5pb2IxeS9pcm4rNlpWTjFDeGRPUWZ6NnY0TjVwNnBOVThpeWdxelJmbUFxanZOS29LUmphMVFycHlFaDlSZFlVZ1FocmNoSGpLeUw2MzFORFBKMktxZ1kzUzJLUnJLcndndi9pcVB3TzEyTlFxUDZXWE9UakdEdHhOeE1MZE9Oa0ppOHIwS3ZrNWxCMWNZelBzVE5QWHl1bHAvZmlQRzJLSTFRUVhSbHZiNi9nTTl4aUhia1BMUDF0dlRROW85aXIyeWJiSklpeitYL05IWmhXNGR1MjhNdDRKVnNqTzB6RFBoNWo3dSsvR2JvVG11Tnh2T2hidlQxNExjNWVQMzBTcmRhcGk5SElEOWNHUUN3dnkvS3JQUnFPQzJ1WHBaV1VybThxNjE3YTRHdVJZKzJDVjVZTVEyS2N4UlZJZnk4Vm1IZFFrYmJPMGRLbjlRdXg4Z0xaWVJ2TzVwQ2FESUxtTjd4N1ZycDltU2VvSmg4enM2QlJPQVlubW5uNm5ON2EyV0N5eHY5aUZSZ25mM0g5eFpIUGVIakduK3NWbXEvZit1NThyOUUyQ2FTak8zK0NDanVQb2k1RUFJeFNMc0ZnVGFHQVhDWC9sWGRDUk5rMEJocFJFOW10emdaOG5vMlIyMEl3cDRiRWM0K1FSMjlKMUl4OTlGVjVzeUowNEpBZWxMTFFNaitxc0hPeDNEV0N6VXNhY1IrQ0Z5YnBwRHZQT1FRMEg0cWpGK2V1RjM5cWFjV0g0OWxkVXZ0cVp5bWUxUktKenNZUkFuVHlpOU1JZktENkI2OTJyQlIzRFlYN2x0ZjVLeDdvRUxwVXk3c24xbDVMUXc4NGJJSVJ1VTNPS2YrOUk5YlY1d094dk9ySjhCRmZjZksxS2VkTklBVmdwZUZQTUxaZGxVeE1vZ05XYm1wcVZBY1BhUjlBRS9qZVpCMFZrMFNQRUtSNmVUYVB6YnYwYzg4dUdIdGJJOUtKVVNpT1lsV0hXZjh0WGNVMGRGdWh3TU8zcjlWdThTVXVCVHJZMnRIcDNFTk41MEg2TFYxaXp1blNtRTFIV25TdHBISC92YWF2ck5mQ0xNMFZyOFhHS3hsZUNXU2J2U3ZWNXBpWit5NDNkekJOeEthUmRocmppYjVNa2xLUVBXWnY5dUMxN2xQdTRCNG9rcVd2aG5rUTdGQ2M4TmZ1eCtWdjM2VWZjL1R0RmMrVFJxMDMxK2JHbzg1S1VVZGxLTDdKRlFFQTBmMkRteHJodmpWNUpzZHVGclYwRElJTTBUZjBUVXpQNkJuT0VlbjBiUG5tM1Btdy9lMUp1OUo0WGZDRjA1bU9qZm1xclUybjBlRC8xdTMyTWpCVkwycjJpRFZydm5sN1dudVJvaWNvME5GVVlUdElOcG9tVGdxRVlxYWU2K2VxQTdIWC9udFRuZHpHMm9nY0ZNRG9pV2lSTktYbmo2R3NFS2ZNbktVcklwUVgrYmo1M3RQMUlUM2J3MzhOYzQzNi8za3BOQVUwT2JzWFV4Nk1UaWF2cXczY245ZWNldHdhWTVWd1E5VEhsdE45dUEvUjEvMzc3WjU5KzVvUFBmcVltVi9LRnozL215UmMrTTlueHE2ZnZmYVpuWDlvZjk2UTYwcW9mYmxiZW5oS005QTQzT3JmdE10cm1NcHE1TjNYQ21wcUk1WWFLS1ZCSk9zc05IZnVFS01IeXY4OGFwWW9WZ2c5R05ma0VpTXFGTFBTMTJTNm9kOHMreC9ZZDJuV1VNNm9tVHQvTW1nZW5sbWEzZm5IWVFFRWh0c3lzOVRKcXdpSVpEZ2JyZkY2ZFcwYWQ5bUJRZlh4UzRVR1R4VlFLRHRGdDR3TUdmdS8xTzZFNHg3RTBsT1lpRnplYjJaeG0rT1RwWjJlQStCS25KUkZISWhhcDhzSlk3WEl4NGpXdjhNTm1jc3NxZE8va3ZZcVc2S3NlcnRVMjRHMGhac3ZNUkw5NzVJaVQrdTBPV1BpMzM2c1NVL2IyZTRUR0s4RHM3YWM1VHY3MGcrSDcvTmYrODRIOE01cjAzTnpVeC8zR2h4YnkwdVZBUWNPQU1TTU1VbjlrbFBQb2o5QWtuNTVNN3o5Zkxjdy85M0RFZm1rdW0wWmZ6YUo4T3ZuZ2tDZDRoQUg0T0I2MEtQVDV5TU9jTmg4ZnFIUjhtTGduN0dZOXpuRXBFZHVNZUVPRHJtVzRFZWV5MU5uUXpwem9iQU5LNHJqd04rZVVIUkVjeXBOZWI2eHk1VjRDTlR5QlhlQ2d0Yzg2eFduQWZwcDBhalRpVEs4RWt2Z21PaXJsWTlndDQ1MEcrZVBqcVkvOWQzZmVQSzE5N3JQb24zVXdxd0ljQjZKVnJmVHpzZEtRdkU3NUlRdEVUaG5VckpOY010b1B6WW93MXQrdVl3c3hOSzR5K2Z3WFB6dlFBWEkxTTF5M1VBVTZDdWN0aEx0NXlnRjloYkNpd3RoMkZKMnRDTlI3RXg5TjNMQjh1dFFYVVJ1ZTl0NXIxcjBRZHpocG4xZFdjV3J2OFdYVHNwZDJaaWhJb1Z1T3JOaHdSMXkzTXowdVRVZ2Y0VWxINWlJenFZVEVjM1FZWS9xVTFBLzIvbjQzWElHZHZheDBZY1VrYlkwUTF3K0FId0NrZkJYYm1tWU9YNDFSZk0yeXRjdUIzRUNkUXI0bVhpaUl3SjAwQ2lRb1IrcWFoVSsxS1JXQnJsQUExVEZtaGFFSlZUNlV6Y0tNQnpLRkd2dm8yaWNYejRidlZTdTlFYWdzY3JzTDB4aXRPZVdhVWdIUUU4eExaVzl4TXRjamEra2phMmNuSisyR0RnZ3hmQ2E5WUd2WlBaRGM1R0xVZkhJVXlNU1BtQVAvcklxKzJFdlNTQjdDTGtlS1N5NmVkUS9ZKzVsZnYzUS9qRzAyYWlYMjNKaGVmaWZaWm1UcWVPWnlmcm8reDlRYVhUS0hZS0MycXZiYk9mSFpMRTVKWFZEMGcvbnFEbDlJVUEwOWxJaHE3MXBGaGJDc1dmV0hoZjNSWS9KQkkzL3dxei9XVStPaU5JVDlkOWdhb25OOHRZaEN1ZldUYVhEODVIRVM1N28wempjb0QvREljWUI4MHpzbmdPRU93U29EeXNrQWRDamQxNG5pVmt1MXdXZWQ1dmtIcGlrOVBEMS9RaERzNTU0ZWd1SGNhTDQ0Q1hOUVlyazZlSkJyMjd0OTh6R0M2Y0QxQkV1ZitPdG1ZRk11cUNrWjNRZFBYRWJ0VUpWR3Zob0hMUW5WK1ROdlBmYXNHNWZqRHVYL2RtUFludUkvakRod211SlNZc1daeHk5VlRpaG0wbXV1ZGF6V2dQL1Q5MG1xOVRiYXVUV1Q3aDVIRWxKU3J6YVA3emVlMXpLSC92MGx6WXBTYVBRRlN0bXN0eXc5MnJEYUM3QmQvT0swYTJEYzVhL041ejhHbjF1VlpZTWtQRGJSYzZTaGdmaVlqU3JOWkZObzFpOVIvcTl3Z25paXl2dVRpSFdPSktlalBmT0lDQll2WmprZ05rVTlOZ3pldnJYOE04ZXAvbzM2YVd2OHJxVGhkSVNGWUxDbGdzMkdZVmFhWE9aVmhPMWpsTStUTjdrbXFvRmphZkJ2TnB2bG8yVW9xcGxyaGx4QlNicTBhRThQNW9tOGVncjF5QUZCeHlhS21aall6Qnp3bnpUQk8xMnRZalJBNWdsdGZqOWNSTnhCOWdmbk1hSlY3d2V5RU44ZDFJYzlmaFVqR0NSV1hzWDRhaENQQkFYYUtycm1uNXNWd2dMVHlHWTdENUc3bUU3dFVqdzVxaHBRbmdWaDM5SVBEY0xRY0kwTXR0TUYvRnQvMEdFbzdrb3NsbmtlUTNTQ1F0UlRIZ3ZNSmlVWis5SXNyMkxmejlGL2ZaeWRMY0I3WUc1ejdKOTdUYlhQbXhzWHlQOFNpN0V5QlNSRGFjcUhMWGxTSEM5M25xWjdvUzZJeVJNcmY2NjhDZTBldWY4ZjlVckVaZmhzQ2Z6b2E5S1ZjYk9GL2ZCNmZiMjUyQkVNY25KMTc0Q0xRNmsrUnBET2lhT1lVWWZ3em9xSnJiemQ1U3pCMklxbnFxSGlTRkROSVFucE4rZjYrV1o5UENSZjMrdW1ZRzdRbEtkckZkLy9vZWthanNjRHJpVEZwUnVHZy9lVHZKRnc4S01Dd0g5WW5FbTlySS83Uk04L3RYSGdBQk9heG9ONjZ6MS91T0NLcGwramtOVEZaWDVpNG45Tit4T21QdUxjbk8vUDBqMmZmMXo3L1B2dlB6RllNU29FbTR3V0t0TmFCeStDeXRZK3VjVVdtd29qbDh3bDFRNnZxWlpuMlhRZGxVSXAxZnE5WVNiaHUvenk3ZUhISU5XaklYUWd4a2R1Vm1TMFYzY0JFT001ZXVScDVlMU8vK01SS2cxaWhsQVcvNFJwMTA4MlJ2VVRtMnF0elpRZGkwRGF5LzRpYTY4MFVjcWZSVGd2Q0RoaGVEUFJqbG9nS2dUdzF2bjRVS05IcnVyUCsxTW1qZWVkeDVsc2dKb1IvRVpTZkh1QVl2R2JlUzdtdWRPdVg3b05OZzYzcVpRalU4c3lod1E5eWJKTHl5MXJYN1h3eng0WllXeW5OMWhMdkg5TXFKR3NjZmIwekdyVG95aGp4VUtIdmRqcU9LNUcyLzlPQmFiMDlQNTJ1eVplU3haNHNJSWExMm9WQUtoT0FnSXA4SGZpTWliNzdUSmFad21IOTlrZSt5clhhM0hMTHNmNTV2VU9NM2dkTVdPNnEvR2VnY1l0WUFXS3ZHMTdCZzRLeEU1TGJQRDdEWllKL3NZWGF2SExlSkdCdVE4UGZURldOTERWWGl0MHExM2ZVcWM0ek1VVkd0alZ3V2dHZ0kxQW44bnJJVDdqMUJaOUxCdlIvbG1Pekw3RHovWjRDc2IrUEhMOVArQjZJNlYyZHRIVDBGYmtwbU1uN3U1eHJ2UEpRRU05ODhkNVhKQlBSODZITGJtcTZ6aExGc2VVek03SzBHWllvNVBUY2Zmb2tJRlMwL3FSZWFLbTZFeDBTZDR2NXJTSTlxaG5ZcXlUeVdsaHB1M0F5OFZId2ZhSi9yOFRiUEdGUGZhWG1xVUtZYk5BSG9CNllKNW1uWmVudXBRdXNEczdQbVBQOUV0ZnBXTDRTdDNJTWU4MGNzZUcyOWxFRUdEenZPd2hheVo5MVJOL1pDMzhPUGtLQ0xHaVRlM0paeXR2bi9ibG4zY0s4SVJ5dGRhYkh2OHFYSEhsN1VsOVVCNUZYRVpGZEE0dzNLRDRST3Y0VWRuZEl3SzhsVi81NVU5b0RqNS9jdHA4TG5GYW4yWE9rUTRodFJXWUF6SnRMckZqUHY1K3JxcThFMk5GY1VNZmNXSjAxZVQ5YjZlY3NMa01EaFRBRHhwRXdFMDRyTDk4MHpndTNaNnJQT0tyRjhFR2MrWjBmT25PekxQVXdZQnhvaiszdTMzU2ZmSjV3eG53V0J3NlB5RGtaTllDZU55STNyd1drcXp2NzY5eFBOL1h2L1lMSmYySGhzN2Q4eVkvSkFkUzUwZ1JYek44QUlNeWpBelk1R0FlcUNFRStZZlZZcFJCazd3bXBQN2dDRGVwQkt3K3dqRTJILzZ4V2J5Wld3aStUU3prY01HY1FzRjBqcTdNWDhxWTFLY1hWSkFQNG9IU3RYNnBWSzV5MUxVeVNqZnZTc2tlakFsSWZyUmwyVzdrc25BSDI3QnQ1eWo3eXBJbDl0NzQ0dG1USitaZzFaWS9rc0NDWG5LWE5IYVo2K3kyZkVIZlAzUHBlclV3SmZpRnc2NlZOT2kvNEtTUlNsV3BqbG5odGFGZDY0VjI4R09QWWp1TVp2RzlyamxISnBmLzFhNk9jYzBManN6L25YZTc1WWh3OHNxdXh4bHF6bkxFZU80VW1WS01janpTUFhVbmRtTGphQkRuSHord2VJVjJjRW40NjhES2xxVVNuelh5RVMrMlpwekwwNzFhNWtIU2sxWUhhZWZvOVdTMGYzQmRIL29kRms0SmcxbE8rWFZVQXNJYTgrRGlSVi9kSUo4NHFvWmpxZk1KOUJ2S0FlVnZSYi9OcFN2c2djVzVlZ1BnWHV0Vi8xd2oySXU1a1FXZmQwUU9wQWlVbHBaaGcxcGZldkR3anlqQnZKclNVNWhpNXV1Vm1TdExtc2srSnU4ZVN1Z0lkeVlYSjV5bUhTekV0eXdDQzN2emg1bTBEeDcweWNtd2JjakxYaTR5enQrWHR3dEtiL1kvME1mZ29yaFM1R29HUjd0NTdEbWR2eUFEejVLUXBJdHpGU3V3WTNtT3VKVDhsM2VZWlZMNFVWcVF6VHY2d01zTmltRjdrcnVINFBnOGlseVV5QWlPTWgxVEtKOFRlU3NQZ1A1VGpRUktFTFdiS0Z6TkN3YzdXY1gzSnVNOE1ZZ0ZNeW1IcGRDQmJaZm41UFZ6aEFTR2VHN1V5Zlp5c1JLakxIV3hsSVppcVBDTzA5Mnhpd1cxbGwyU2VTRUJVelJEVUM1Q1gyWGhTb1poV3VGeitJN0VaNHJZT1owTUhjMDRyaUw4YXRDc2oycVRFcXZJcTRmNFB5KzFqQi9YK2Zpb0hEUWVURmM1enBUOGh1UG0xLzNiT2E1R1doU3NIdmlodEtkSGVsZ292MzlFWW5wN1VGVjhkUmZxTVdPU3dZWW83YlRRQlh2azdzNXZEb25mcTJDV2JRd25xRWkrWUhKcXVCYzhSYm5XODBtRDkyNlQ3VEpJTU1uLzMwTy9kdkNxVG1weE5KRTl6UGNNMm4wVUQ5MGt6d0pSeEtSY3BjLzhoNitteE5ja0NON21xb1VId2RTcHJYUlFQVkRPbGxnSm5EUkFybW5waEVacmY3d05ralQwQmxoa21EMVVzNGVVSHpTM25XOUVvdDNFNm9CSndMb3ZHeUJaSnpPblpFWHRrNFJ0WUUrTXpzNUZ5d1hPOXFZSzhvbFF4YTlFbnBrTlp4dXNyNXNXVU9mVmx1QURoNkN6QXZpeldKWjRUUjc2bzlOb0c4NnBKVVZpL2kra2NqS0cwNDdvWlIxbXFFT2tUSHZKS3lYTXcvdHd0elBKdVNueW1KK1lzNzFWeWpqSEo3MEMwYUdFVEw1VCtNQncxSG0vV2luUWRES1VnVXljbU11cXJETHYvdlVicXB3cGxjZDFhYWw3VU9iMUVINHg5WE9QajB3ZHhDc3Z4Rk1zU0RkQUJiVnBKSjUyN2lPWVhBR0ZlT2Fld3NVbjFoTCtjSXFFelI3Y3dlbjhVZFRGVWdScm9BejhiTFNhVnlZeFlVNE9aNEpjZjNyakFVVzNsTUVqYVFCd3l5VVE2MkJidXRJTDlVcjRaWXpwVm1VTWZiVFp4RGJvWTN1Skdaa1hvNlpGVFFNYktoM3BMaHdwNTNvL21xdjAvOEZJemJ4cWJlT2FVdUhONVA5R2ZkUmptdURNVmtIeU1ONHNzSGh0QWVNVGpHajdKTnhFVjZkT2tZZ1Z6ZGMzdmZIRzcvaVh0am8yamxPUU1pQWJmbm9uMmU5ZGVodFVBTkNjcEVGVUdmVmtYOTFITjd2S21XU2hhVlk1dTRKeTZsMjRyelRGV3p5UG9XMTRXeGxlTWVxZFlYUkhxMjBPL2MwdFNRUFNTdWNTS0pZVnFzNW5JL09yMzVQLzZrSTJVV1V3TnIvNE9VeElxblRsWkdkUlpWaXQ5S0oxUmJ6THN5aW9QSmZVSnhhL3NzakNoMG9EWWlpVlBncXB1TEttTEs5S2p6RjFzRjRHbGVZUTZzbWdzdXdxTFFuOGdNbEthNTBndVltQ3RBSlJpL0Z5bjFYcURUQlpKWGlWeDN3bVA3eENNSmhVMm1jOCtwVzVwaWM5U1lBcWsyc29FNndpL0cwTC9ldXdncXBzK3o2UWdMT09UNFIzY3YrYjI3aGkwZmxuZzFBK0NLM2ZVRXdzSDloWkRFZmRBaU5GakY0U1ZGcUlRV2YxMVJhRjdVR1RnSjlZWHNGcUIvbmtRWnhJcEJ1NUk2Wm5JTVFzVjVVektDMklmVW1pV0ovQ3B0SkZaWFl0VzFpOEJwN1pKQXpGNEZTYWNvOWRlY1A3U25la2w5MlRpMjBqbzA0cWt5dm91Ti9LVngyNXBsNFNUbFBaOU1zS1JtRDFBMmpHVmM3TXFUL1hGT2NhcFZGbGdJY243MHlleDBVYTNFYVZDVTd3UXBaNUV5OUNsbXhja2ZmYUM5YnJ5c2d5MG52amRaUmdHK05xZXl1TmpjTk1UbnlPM21oeUowdXQ4QWpKRG5uWWNvWGZWc1pObkNQWjRlRlpPWWsvUEk3bHV6T1VtVUlNUHRuaFEzMVpMNWlSWFR6N2QvVWtoNzJ0alBwWVFtSm5iNUFrUUlmcllqNFBLeTE3aS85Tk0weGw4K0lPTzFsY0dYU1JvODlraXdZSjloQmUyNVU4ZkQ2NVBoWllrZ1NTcWVBYVdqSEx4M2Q0OEpmeVNpWnNBTjJob2h4aHNVNGtaRVF6aU0vSURBUHE0ZkR5akxIT1piUEowNm4wOEhCbGF3ZVZJZlE4ZzRkNFU3c1VONGxETk5DS25VZTR5MDRVSjR1b2duaXRLVHYrUmo2TEg0OGl2SzgrMXB2c2ZhemtPb1llSmJJdkpVaVNYNTJqODR5bDBQbkloUUxMSU1aRnkzcC9ydnRvZ1pWMGhTVS9ac2tRQTh0b0hzYXlOU1hLbDZ1OUNtVjN5SzRVOHpJd0IxbzM1VGpQME93SVF3aWpUbUc1SmNzOUZSKzN4am9hNHR4MzBSejdCemZITXp3elczZUErOHR3ZUhtTFBheTl0ZGdMdG1EUDNNdkV1aFBMdks5Y05seldveWZ0NjNKc0pVQlB5RU9lREttbUpEbEFqUy9wSWFDUnlHNGpYa3lGMlhjMjB4VlJQdWdmd0diQ2V3RERETHYzT2RsK2c2NzUvZCs5ZUFqdUE2ejZlaExMRHBhbk5IN0lWZy9oZlhxN3g5K2ZaYkptYStQd1ZyWmlwWVAxdVE5ZWlOUEdKZUlseXEveGlLOGw1NHY0TTNsYU1JNXlvOWwyaTMwZ0x3a3NTRmhCRFBTcFRNWkFIdDhHYzY3TkhnUTBRbHlBczBkWFdCTXJPY29PMzQ1Z3E2RStJNUZEdTJrdSs2dWpZUE5DM2dxdmwxNExwK2pKSjg5UVJNUmJHV0VKelc1eEZIa25zSkpYNHA3VzBIa2UxN0Z1WlFIVXh2Y0JCdGhWZWlQYzJVNzJxendsR0UvL0Y5MnMwcmNtL2NldnNFOGJZejVwTVhqY3NSQkxsbkF3NWRyUEFEdGNCbmV5UnUvRllHTTFCdmVWVVIySXFKQ1BCcTZHU3hQV1EzdzhHdWFTYzJlck9LM1lnVEt5Z0xEUUEzR00rSHMxYTcxMmJ1RE0zMFg5OEY1TzNDS3FJb3QyTzd5TU05VGxZSXFpMlN4QWN4RFdHSmE1R2FDTnNlY2hqUmU2NGpYSkttMUhjUCtTU3dCVUhPRGVKK01lcXFZU0hDN2xQc3dKZjNBc2tkVXQxdENsTFBQT01saWpwSTFiNmFQWGd5WFNsWVJyZ1UwdTIzRWJZVkcxekE3cDJtVjMwZzNVOFdSWThXS0JsNVc2WFBoNUZHS2RYTWRaNVNQc3lBcVlKWU53QmVuYVNuMUFtd3JYZ3BYZUZXOWdWNFBZNDkyeTBzQXpCc1k0MGkxK0xtdEUwcU1vV01KMHlQdkthSklZQ2pUNmVBbTRwbzkwa0NGamdjbFM0bHJjK2dCdlBkQU5leVZQTmF4Y25FTXhLT0RUbW5UTWlUOTlLUmIyUlZEcGRRaTIyOEtPbklnN2tEOWFWTkEzUDNTalR6cWcxN2E5NWRaR2VMQkJnb0ZWQll4MlJBUFQ1T1ZkMjBmMkR4cmhaZ01WQzl4OFErSnEzaFNUNW5ZVFZ3bDdQTUJkUzBpTHAzOEJOMzFXdDNmeURHOHJUcGVWMFJCMzhyQ2Z4ckxIeFFMTDFydk9zQUhkOHhoRjR0cmdmM0FXbUIrNXFtRDNVT25JZVhwQUZTTXlPb2YveVNSVDJFd3ozQzNEREJRZDVneXYraEZXelpsZHArSHpaUVozb1hHT251azV0a1RGV2srcUxlRUJka0ZlbGF6MkFhdXlIMlg2TE1LTkM0M2N5NWwwelUvNitvZlB6Y21Hd3lDYmg2dEtnOUZDSW9hMDBxL3p5M21JbGR1VGQxbWZaZ3VxcHRYNW03MEVwcEk3eTd1WTdHbUVaTjkvbENINjJBV1ZTM1BjWDhSSnVqQzNFUzVtYkM3cUtsN2RTRWFqZDQyNzB0dnJjQVdQK01OckpQVzQvK2NadnBhZndOREh0Nkc4ajA2ZkFuQjNZbGczMkhvYkJCeVg4ZXBXZ2s5NVV6SDRTWVFNdERwWVhlSUJra2lmQWM3Rmk3QnI1S29WNlhNZHhXSkw2Z2hPWWtrYjROS1hTWGFIYXgrR3hoZEdTUkpqWWN2VGJZdXBRYVJrakJQNkVYeTkvZmhtQndOazk5bC9mWWJJVEk1VzMwb3dSaHNnNTdqSytEUEVJbHlBUTh3MEVCK0ZqUnpHWEYrdGNEWExIa0lHdWhLenlYUG83RE84bGpvZUZwL3BWU3hQRVJxL0RQY2FLTnFrRC9nOVhJVkVCS2Nham9sQnE3VHIrZ2YwRGhNOHpRVXNkZDg2ZFRGc0NBNDZlNGtxZ0ZZYlJDaXJNSFFsMkorMmpZc3BBRkxEYmMxL2RCTHFQcWtuZUgvbjJBZ0xzVit6R2ZMZ1NxdXBWMzgyeG8xaGticlk0amtzR1FwTGpENTZVYm9FSnJzT3l5Szd3R3pEM3B1MGk1MEI2N1FMT1dhMDRZdnNBVkFLbzlYbVRsc0Y0ZllHcVVjTFFkTTYyTWR1QjJCdmlsZU42UFE3MlU2aW1ibGNqMjNhaldKdVJ4Z2ZST0lUNk9mSmtaS1lyN1did1hZQmY5Y0lGNGliOEF4YTRSek9zcW5lTVpRb3pCenNPMXR2MVNWTm8wRWZCVlB4MWh1c1pZbDJwNGdmekY5Tkw2TTVvdVlCNHBWUW5Qc0pYc0xMY01PUW9zOEo3enZlbUhjeGd6TjhLNm1BZkpKTFFJS2xoY2IyZkpwQTdvbmIyVWxLVVRteGdjeGJnM0QzSUhrc054d05JeXhGeExCZ3hIcnA3UXAyMC9sUFNTcnZFVFF5WTVHWWFVUVhaeDdQd0M3cFA5ODFjWGVIeS9KTW5tQjBLeUVKSThOcnNUSjh0N0x0Rzh6QjFDVGgveVB4Q3VBaFhHa0N3U2hxWUxmK05aTkV1UndZVVVueTlXQjBkZUtmSWpFcGNMaDNFaVJJNk41b2FReWpFUzd0cEY3Y3B4NTZNWHpGbWE0N09XZ3o0WkNBQ0JhaUg5L0xjazJ5S1Jka3o1eTJuODBrSnp4QkViTWJUNmRwcFlGVGg3ejdsWVQzRWhuczRYanJxN1ZFNjBuMFZWdzA1akhTdmNxT2dPckRDemxiQ3pFZDh6QjZSNnlRVVNSR1JXSm9zY3pRc2Vzemg1QTBWTGNLb3ZSS3I4NGJIZk5RR1d3WmJpbUk1ampOZVhUN0VNenh4N0NZTjR5SnpvSzdGWU9UUzFrTzgyV0FqRThpZXVhMFNZdy9ndmtJR0ZweDg3VUxObEFzOFM2aHI1cUkyMTlrc3J0cGc1QnBROU9seVdKdnM0c0hKQTVzME0yZFRXT3B0WUloZDltNjBrYVl2Y0trSUZrUGR0VjlMR1pwbnRMQjl1VHRuekMrUlJDTERUVU01ekQ3WUY5S2ZKSnRLNE1yRjZyS0E4VXl2d29EZEJFdnVlbVNYZnp3SU5kbjZ3Yi9hU05HWkRiRURvc1pDNFNWUGtJdVdVN2l2YzRZSDAwaC9YS0p2MkJBWExucTQwR2lrYm1TaDNLR0lGeGlvNmEyaHNJa3JXQWF6SjNzNlJQSXdwamxqaGdhUkQ4SnlCdnlhT3VMSUpGTUg3ZmVpSk9Zb1Q1bW9qYUJSc2N6Yi9FK2cxdUplL2xUUkVRZFVFVERaQ1dwTjhvb216M3UwYm1HUCtnU2ovd0phMUprc3h2UFM1NUhEdzloWWpJMVd2OCtuNjN6bStwRzFiVVIreS9KVDhWLzgrYWdiN3BTREJZeHhBUHhRR0ZJTGxZcFY5K0orY3ZUQm9wK3NuUEd4UlI3R0lBYVJWZHA4ekx4eFl5UjRUbGk2SVp4cGRYUkJKRFAyOUR2dnhLM2g4SkNIY1dySmVPRmVyb0JqcDhtamViNnFvbGMraFlBcXNxZ2phOWxpeUR5YkdIUytydzJYa3VrQnY5N3V3MDNleGdpcE1OSTVXQ1Fzb2ZLK1NWMnlHWXR4bnBZdDk0SEFVZ00vM0l1bDNXeDA5dUlseFVna3NVSlk2dVB6UXBFL24wcnZ1c083bk84Q3lRM2NjVWg5WEJYUy9SVDBUR0lFdGtnTmx6N1NpOStFYzI0d3lJSklhQmh4YU5GNkhHaUhtSU5VNzVqQ3E5VlB5N0hmeDZGNnoyZlNPbmRmU3FpdDcxV3d1SzYwcm9Bd2tuaWZ5UWRBeERVYnVGeG11VVhleFl2eGZ2cGZqSnhVZC9tVTFmZWUyZDhoQmhFcm1BQlR6SkNSaUFobHR3dUFndytJWWtsTHRHQ2tUOUltUlVPV1hzZG9BMnU5elh1ZTRXNm1xU2xMRWw0eSs1aUZXK0R1ZVFIcHpoalROczZGeCs1anUvakNxWU9YeXlRZ3lDa21waGwwZW5abTY0YjY5cFRVZy9OWjVPNnJMZVZNYzAreEorQTQ1bHJzcmdDQ0xmU1o1bEo4c3hLU3k2L0RlQW5zNmt1NHFjRTRVMmpqYUEyUW9qV3RPSE52MkVDTlJzTzJkYVplT1k0TmRFUkdpVXNiTlg1Z0JjSndyRmVzVEREYlRtd1cvQmJmYWRxVXMrdURaaS95enlvdWhiVDVvZzZtbGlVQ2J5ZG01NzZ2aFlHbnFOK0YrclNMWVRmaFNqZXh1Zm1zLzlRamNZVlRObUxPUGtxWDFPOERoazdYa29DODhDbEpaRTRpejRic2JPU1dJeHQ5RzRqSy9yMVdheDExNUFGaXlaWEUzNDBvRk1iOUZ4U3lDZVNJTENUelhnU0pMaXZkbTRWQnl6WTRJZmpVeFlpbzVRUDZFd2U4dWs4UkFKdjYzNS9xSHR2ck9VdzNDVWhmYlBKbjgxZi9HMUx5R1hWNGNyVWQxay9ramhGdkFOSXV3T1dHTk9sZWRZUy9NUzNDTnhoR1ZBdDFrQTYwUml1UzFlTklEeUlLL1JzWXZhUkdQSlhhNlJ6dFVITStUMHhMRkZkdkRicjE4Mk1tS3VVWm5JZyt4bjFCaFJ2VzJFL1NpWCtzZEhYVS9HQ2F6bnIxY2dtMTZWeWFCdUVZVTZBN1VrS0pGYXdiejc1LzVFSHQ3TWh6aENNTVFtekdMVEtNZzN3c0RmYzFhTU14UWFHSWFoZE54aUljUEhtK1NWVHRFZ2pCeFJKZEFIZzhlR3RKU0dRU2JMUkx2RXlVWVNKTlFZS2syekZvNHhNMWFuVlpLU0JoZ2xNNysyU1ZXeEVjQ3RDZzZaQkRWYUpTd1c3MXB4azRHWGV6WEEyTTNYWEFTc2xjVUl3dlR5SzArQU9EalowYWNnL2tianJOa2h2VWR2dmV6VUpaSzJTMkVxV2o0bzc1djdJQXpndDE1OEd3UkxzRHQzQndZdXRSQzJYUGI5YWhXSVRsN1FZbW9pcmhhR1gvUGNpWU5Xb0IybXVlQkZCQ3JGV3JrOFJaSktnMlQwZVAxNjkrbG9QRUlIS0JVbzU4VWFOUnJDc2pFZjRBWmI3QUc4d2VxaWhjV0Q4cGQwR0FZb2M0b0VqaVE4clp3blR1d1hxSG5qSkgyWFJUMklPZkZyclJodlo3eW52czY1WGMxaHN1ZFlYY0FYWFdGL0pjNWE5cjVjOWp4a3RJNnpHWmw1bVpsdjN4U3AzcitGZW92UmUza0FQb2FPa3FudXRqSGRJcGE2YzJlMzdoWkVXbkZzMEw5M2dabVBjTHJKQklMTURXaFJuOEZoRDJsZk9iY3IydzNJYllOMm5XdGJvaDVzSC9OdWUzMk1hRjZOTStFTDU3QVVNazBTSkNWeGs1NHdWU3VRN1dqT1NQMytvOVNYeHZxMThqRmdjaFh5N3BkN3ZnRkhERkxTZXlIb0k4SkxsTTlHRDNCOFN0M2lhYUtveXlpVDlaakI0YlQ3N3M1MW9DdTFtZG1pQ2RjaktMKzVDRnQ5VVFzZTVibWYzSzBpaEJOa2FIdVFjSVBsd3VqTEZZSG10YTJhS0U1UWV3MHBmRjdOdFZyVWxyQmJQZmMrWWFSQWxrcVhBMkxmQ1cxaEwwOVA0MTliMkpTSzJ6cC94bW85aGdsZmQ3K0lSWnh2ZVQzMmFhWm93aXNMWjdUSyt3VXZxeFVDL0JBQWYwL3QzMmZWZ1RTR2VoeXhQb2FjQmFhOGhyMEMyYVRPUllPd0U3eG1UMDJDalc1SytTKzdCRkVoTUZpNFNLWGRuS2J0NWJlTEpFR1YvL0lJbU5xQkg2VVZ6NWtKSVVIcm1YNGpBOTdMTmk2elNINXBwaWF2S214L2JNSmhSSDc5aG9Id1pyMUsxamhKT3M4T0hTamNHU2NwN0d4RlJ1Y3FtMGE0eWF1Q2JkWXdBdHN0Rm9VNUlTeldNRThXSzdoYTgybkc0elZaM3FOdmdHR1BFYWl4SElwOHlpZkF6Vzl5UHVHd1FIc2pqVDVGeWplamVONUpkWXAvQWlyYmd6VmpWZjNqUUt2Z0pCaHhHR3VOMjR6WGJLT2doQnVIQ1BDUGtiTEsyZXB0c2p2MEFkOWZEdnF6M0dSY3N0V3dhSWt6bElwSEZzMmJabGk3bWVzd2tkTDZ2OVFNSnVlUUdXMXptNG4xWjkwRE1tMExwWWFkZS9pb1NCN0RoWlRTd3RlYkkxMC85VU1mc2dUNjdiSHgyeGRDdkVlNWdWU2ZuRENkaFQzb1Jpak9MMmloRDJ0bERLQmlzMHhxYWpWT1VldnQyVDM0VG1rN1BENnZySDhuaDQ3dVpaRjV0RTZPZjJPQjIvQkdqRUpZakdNR0d1M0NoYnFhUnJXNVhHanNndFp0ektXcjN5Mjdrei9SWUZzZSsrU2d5QVpNcDFORzV5UzVLS2ozVG96NnpQY1R2bHlSNXIxMldqbXlPSFo1UEsrcEV3U3hleDN6MEVoSGY0bEhiY1BCK0VONm1FUUQ3Q1o5clA1dmZBNmpKcHRoNEZ3STZrWEszbmZFeVRGYURMWEFGUForNDlueTVEdmJoSFZkRWhoM0U3aVR5SmZhdmhxczNKVUhhaWNHdTFBOERqOS95MHZOZUlJbFpkS3ZSZnNTTmNnRlRSVHQva05jUFVSSGZyOWpTeFJVTnpJVmRzYVd6WUN3MUNOUVVhN2NVUGdsMWxuNVc2U0VPQ2RoYlJPV3hTK3BCcFljSVV0Yk5KdElPaXpGZXRVYTJONzRmZXdnNWV3Y2tZR3lQYmNybzVod0pVYmRRTS9CcUNiWWhmOEc5Q1gwWDhXYXNGbWgzNUxsdEhXTURiYmkrZW16NHhKcHdYYnlGRWp0L1hmUVUzOWtOOW5BOGxUb0s1SkY4Z1JTdkV5ZW9FVjdaaVB0dk5KZnhQVU5BU1ZHWllkajJUb2NiYmgzTmQzaWkxMEFINkFSUUZFYXVhZlBiQ1VURTJOL0UxV0JWYUR3Qm8xNjNrUnV2YkJPZ280NGFSYlJhWkdBYXd2RmtTSURZdFErU0xTMjBmdVJFSWVjNzFqb1kwdHM5OWEvRUxhdGZicUxVSFc4anRzdFFvSHJKaFB2TkxORmphbjhFVGU5Z3NReFM4WlIxMnkvcUdwTnRZc1hGaGc2TzBRSzYwck5iVnRtdjlzc1VQMmZ3c0dKaE1BYUVnVkY5eGpRQkpSdEpvK0ZlR2xmYVdRRlRNbUZPMjQ5M3lCUDc2RFFId1V3Q2FHSTZkaEt4ZFZpc3hjTjYwRGoxUEtUenZPcTQrT2M2bE10S3ZjakRQZ0gweXBBSkwyUGFqMUVZMGdjZFdMcGhSNXlGR1BRVlVncTI0R1hCQmJVNjRzazU2OWtTdmJ5QXpXam44UlQyQlJDQUR3SFZnbkM4cGkyNW1sVC9oOWxCTmNGZzk2RGYwQWhlRW9TQWFra0doaXVDMG5QZ24rWVBnUVFDN0hPaHdkY3o3WUFYRE9xZnNaWENoZGVuaHhYN2hueXVHOXhqSjlaYVFaQmtpbVo1dkVWY1I3WVppY1Zvb0pTRys3aGxpZXg1Qk5PRDFUMGFheXFLRWdIektlUjl0WS9YMnlYU05ZQnVCa20ya09TRXpjb3hVYmZxNDE3ZXk5OHVlWXRqV1psWndpTGFHRVZZamJNemlUUFVud0pDMzVNdmxyS3VtcVZXOUJXYmM2NHA0M2VteFJOWVUvMVByN1ROL3J3Tkg3V1RCWTJxcDBrRVIvVGhlRnluc2pxVzBicldoUzljNjB1ZXo3VUVLN2MyeXlyT05NTjVvMy9PaXRWRUlqeTB6azk0M1d1MksyQ3pRMWtna3JISlphUFBjeVZyY2xscHNZWXAxa3lEalBycUhsWUpCbFMzS3J3b0dUVTBXaTM4cUdrckJqODdpc0duck5DS01ndXJyekFhdHpJWUUyKzBBRmdIalY0OHJiWGExVUdjM2NBZXY2Z016Z2trUWlxRU1LWWZaTEsxMko4MDhkazFHdUFXb0dGNkRnM2cveVhhT1QvU2RWajNramRqZkJnSnhFMjQxNEwySUFrZXNLSGFBWjU0VzZ2ZkcyMTk0Z0V0NDNtY1ZLNjFyNWRrYXNPd3pPQVJ4UTQrSzdROGJMOTRaTGZoWDYxak9tOXRDSWdrQXlIa29rRGs0NVd3YXZZODd6dWRoUnZaSXMrSG1pZ0dpcm9LVnc4S2FaQUZHR3VWZzBucHVuS0JTRExlWXQ4cUJHVzdoY0Z2RUxGTVVDVE9pRVR4WWltQnpsN1RtWE5aL2dITmV4Z2tXRTRXUGRKbGw2NmxkN0ZMZ214S2w5aVNIS2RGTzhvMVdTZSs2SmIrVjVZc0ZxWWtFSFBHWHJpZTRFV01aelBTOUI3M01vNFdyRUpoZllieitiN0NRcmM4c3JTbVJzbWkxa0QwbFJCeUE3Z2VGaHUzcHlRc2cyNmVQQmhYbEQvZ2w2TmdTUlFNKzBiQXpMSENJSStTTHJ4MXd1NURtTzZXdk9tclBmd0trdGZCN0NQeFNTZ08xMW4wQnl5ZnYwQkpCU1pzWUJJOGhFYTJKbkRWcGdzVFMyVGJ0SC9CTmJ5WFlZaHlKVnJ5WHFtc2ZSZlNWeEEwRWhQenlPcmtLTjdJeG9XelltK1NlVUs5elo3RHp0U3B4TGJGVTV3VnBjYzI2aHY0cHM0TzJVcmVWY2llZjUvVndRVzIxWkZ5M1BmS0xkeEphSXl3QlljWmk0V0l2cHJSUm5TZ25EbmQ1OC95OTNXU0NBZ2JTUVRSeUpBb1A1UkF6Y1Jqbi9xOXczaVZwZGpRZkVyTXhxK3Y3RmNkNDZtYlYyWTlvOUFDK0ZPL0R6amVXdExEVzYzZlpMTW9ycHkzdEYvUVYvRG05Y1M0dEd2OUVJb2w5VVVXQVltb1NDbFd2azY1REtGYVVCbE90TmxhYVkvc21RbVpFa1BZTnRXQWNSdFprVW4yZzluRGZnTUVLWXIzMTRwdDYwZzhjd1A1bjN1NjhnSG5kcUF6ZnlhWGNQbk1ObWRZaEQzemdRcTlDSTdoM0ZxV2YrZDBENjNnaEZWOFhzdHAwOXpQTTlwUHlWelJBVDRKVmpOVWgxcEVvbXhZNmtWbTdKb3NNTFNTWkZRMEVrVVdKQThuWERwd2hPWlAzV3dPaTEwM2o2cEx1N3N4YVUzZE9wRWFjK2lHL2VBekJJM3NPK0w2bnVlUFcrL1Y1akxkQUkzUVhobW4rUFA2SkFJbVloQVBBb2tPa2Y4b2dNSVA4SDZuMjBxRFlNaHBOSzJ3dzdpVEU3UzVpZFlRT0RKMUphUllranpJS3BOTWl1bDNITXN0by8yeWplOFE2bkRsSEpqNzgraFdMdUNGdkVieDZpNGE4bHZEeGVxMUg3Vzg4WWZsNys0MzdLNDJNNDRGV2FKOWRYWmtFNnliNGdUdkdCVjJlUEVvcER3d3NZYTYvc01Eay9BV3JmQkRiUWhpUjd4aFMxcEN1ckVwV2c0Q1ZDczYyblZTMkdrZC9ab29OaTJvZ2NRSFl2bnNDdnF2THlRdXZ3dUFxMFhZRlNyTzR4NG1HeGJzZlAvVlRBdzZ5L2VOYkxaY2hwSG1BWmNaaThZcy9ZUjg3RmZCUE5WWVpkQ3RQTjNNc1Z3V1MwRDErRklma0Q0amdvOFJNOFE3dHVLYUFSSVdGaVhoUUhmYXVkMHpMR2F2dFR1eStRM3p3Q0NhcjRMN0N1YS9OdUw5TEtRSnRXblV1VllJVjZIRWZxNHA0Tlh1V3BHNDVUdCtwTGxrY0lJZUpQTnlsZ3pLWmJuL1VYMzFVWllFOHJ6eVhtSFdpNWNTNTV5Y3dHQkdteGt6NXJPNlRhZGJ5K0RlMUQ5aDdhL1Fsa3ZTSFNzVytLc3JxSzBsdGVmeVJ3OFJidXBqMlE3dW16UFdqUW0wZzlHK2t0QUhHY2ZIOWwzOUc5Zkdwa2pvajdxUytmSHpDU1F1MFhHbDk4SHRkT3ZzN1pod0ZXODA0TW9aeGN3VWtXbU9BOWdONGliUWNNem9QcTVEaGlhWHlIK1RISGYxUXlkeHJOV2pqRmExajZxMzRoYzRiQjZyNFBRK1NBTXRoNHBGeWpUYUtYV0ovcS9qYUtWdElmMkNmaU9iUzlpN3lOQ2pHUkl5eitDcDdubWhpZXF0d2F0aU95NHlNWHI0b1VVNzA3QzBiR01NcFRlVXJuYTRnSWJFV0tPcXdSc2dBZ3FubU1vWVo3YzBBQnBab0FLQjZtWlk4YmRsSWZ3Y1kzY3N0SFFrNjF3TEVVdlVUbnZXSC8vUm5sZ1dkTnpSWGtyWlNienlBTDZJMmljeFhFaUVuWXFyWE1ZUnl3RDV5dGVxYWhpeUZjUkd6Y1lZSVJCN0VFZlhUbFo3Q1hqTzIyRFFMeFEvMWJidDVHOGZCTXRLazgybk5KTFZiRHBUNG9jZmJIcitPejRjeWpZTzZCTkhEVk5TUDNjRllpNlZGY01Hc0Q3WEdTcDRJNU4wblhYOEhLb2Z5TzBtcG5Pa1ZRWjBXZ3dxdkJIcDNvRGRpRU5hU1ZqTWphNmJSc2FYVEZ6QWFoNitpRGNHN1FGVTBvQmlZRHVXRGx2aVRRSFJobXd4WG5rclhrMHhaRU8vSnJSWGZ0MmVBdGFnL1dIbEVsZ1FsbWxuSWVZSTJhRkd5TWhBc0JOckt0M255MS9JS2tVbTNkRVNmUGdpZUlnMld1VHV4a3NiWTNZQjdNRXE3Y2FzY0dERHhlQzYwMjhoYUZGUGlLSlRvSURDUUFHTElaTWUxb0x3ejFwWGRUODJaQWgyanZnYXhFeHpsV1ZpU05ubVBGL0VPTG8yRWR1TVpHRk5XSS9HOVQrM0prd2RBK0poZmluUEVveGRVMFFmcndJeHhySlZwMGlOeWZhSTUzeGlST0xPZ1dIQjIzMEF1cXJDeU9DV2F3dEJsWVNnY2JhVENBWUpwaUs4eG13Q0pjalRlSDd3WmxkN3Bvam56TTAwSWJOb2JUeVJNRjRzWWNRN3NqVjEzZEs0aTZrUi83NTdxSTFYY1dBY1piVEdIa0ZrOURGeGFramJldHlnVFFZelNSTGZ5b3M0WVhZbXJ5UmdEdGhRRVhhRVdYazdURnY4TEVmaHdTdm9MUytUWGVuVkIzUDZwaWJCVG93bDdwUDlhai9USHNFSnJpOUhTOWQ2U2JnbTBJYjc1VElqNW1KaTZzUTMrSEdEVDFBODI1VTEwcDhyK2pldFRXbFNkVzNnb0lsRXYyZGNEUksvZ0RoMDYyb3EzOVZCTTZKWC9ETlFTb1BGVzRqTUxiMW92STVYOG12U2F1ak1lL1pYRDRNWnNCTUlpenNBVXkxMFY3Z2VwOXlUbkFGeHc2d0ZZQXRxWUZqbmtqdldPZ2lDdWFpaUZTdkRiUnJrOEM3Z3doK0RGQk52RkFqa3NQd0hhUHR4ajRnNEFLcGFtV1pzaTFpTVB3dVhaMUhBWHRvNFlPaFJKNU41TGR0a3JvakpnNkJzSkM3RzNYZDlGT3h0RWZpQ1ZoUGJ3dmEvUmdEZXJBak5CU2tMRlRpVVJZZHc5NXNIeEUxRFcva2RJY1pCR1kzUS9td2pwcTJKZmE5UU5yVjlRRTYzd2pzVStudGVZeFZIamhORWlvU1h1VnpPUXBjMWp1VjJ5WFk3WFRxTkJGQVNMcmpzaFVIUDlVTVdtMW56cnd4YWNPbkJIZnRJcHM2a3FSaVR1ZzBLNlBoeVBNTUxPN04rWU5LTVg3SXNQUUhKQlZsRzY5eHVSVGI1TTEyOC9XSURmaGhJYW5mTEpWOWZTVFROU0w5Y0hQOWlleVZCVzYwVHp1OHhicWpTdXlhTVlXV2ExYzlEM053ZDF2N1o4V2Y4TURZVjVGNHdqL1lvZVgxc1NrRGJiYmFpZWIyRVUzaFE4Sy84Z2V4bDJGM2tKbUtIZGhHZldHOERkUVBhaXdHZEU0Rnl3Q1JveldEVDNtS0RzNlYzRyt3bGdIYVZ6TTlQWkpIT1kxbmhWeHBhMzJyUmpCYTRFV1RyQlVnM0V5b1RML05mMnBEK2UvdmE3Q3B4WXZEOTZJQWE4LysrSXRrSUpydmJzZnV0VytiSE9Ob010cHFCU2VSR3NDNUh2SlVVUnBsaHRnM0VPM2VibXZXNm5TYjVZOFFHUktKcVRWa1pEU3hPWDJzQW1XOTcyWk9wUEI5bVY1S3FTMGc5NnJJRXR6SVFsTWcwb3ovSzNwSU5UOEFIT1hacHpHSmNGOVUwbG1jR1IvYjhueGl5MEhIT1RxWnNkdEoyTHBJZCtGc1hGL2loMk1MNktjMGFPc1RJVDRlZ3drWGFmWUh0bnU4ME5sRGtNcTRjamwyaUZBblNrRGlZUWhSUU1YZTZPNUFlZExJa1pHaHlhWXVDUHpXSVloaE1pVmplbWxVVWU3S0tEQnJwUHBLdEJSSUVqZGhDN0RRUWsraitMamRjSnZWcHRnem1VNzRrQmFFUjFLeVY5QW0rZUVBNFBXVHNsY1pLWnJsNHF5dlBQU1pzeTE3RzUwNEJBZHd4bmdaN0JpamZteEJqR2VtV0dZaWFTdDRSQXVta2wwam9DcmFEUkpXZzBtSkpuQUVwUFNZZ2RtYzRGVUE3M29ZYjViaGhnVTNGeGEvWVdyKzIxTTBocFpueWR1SS85b3NKZGRseVdhS2dhQmFnWU5TYWt2c1l3Z2NRdFQwd2VHOFZHYXQxeGxqRGIrYjlFNFpoR0J5RzdkK21GZCtFeXRmaDNaOUwyaEx4RkVNRk9Gd2hqNUh6aHRHcUJrOW1Rc1Jlc0ZaQUFRR3NlUCtUOXZIS3c1VkpGVkdINjBUcGlnU2tqa1U2SXVaV0M1b3FNR3NTSjl2YUVMa015VjJ3ZFphQ3l3NVV1QWhoT3dmVzhmKzU4L2xTQXFxczhuemdaN1RudDNGS3lpZEFlaW1LRll6cE1vbHgyQ09xYjZBUndQRHFIb0VraW5CeVJjU3gxVTBMcTJkTGxCUEd5Y3FOR3ZnSnJaeG5ubTBXYjdHT0w3RUZhK3IyeXI3WEVHTVVNRW83eVJaOURpOEgzdHorc1ZqdzJWY3pKVmNNWmliNlpYL2M0eGphQkxxQldxaGVTeU40RVlIdUNBTXpEa2gwUFNmT0FmdE9LV09GbU9NdnlLb0xWMnZ3UUN0WEE5c25ISXp0bm0yQUNnVElvcVVmOVlONzg4NEhxMkFlbWg1T2JIcS9GOXh1cU53UHRFWE5OcW5meWVnRlcxbXpreEtGQThZc3hUUGdaODZ2clIxL1FrREdKZUczNURpZk16SUJDRkFDUE1CY0gxZ1lsZTl1WlMvbGhaci9SeXM4eVhoMGNxZ2dKTUFyUFFNSVJOazNOVEVpY3kwT0s1eXYxaFQzeHRUK2pQNHlZY2g2anFXWElrYS9IbWxzaCtwUVMzSFdFQmNpTS9rcTJMR2tYRGZJZnNZeks2VU5OV0trY3hMYW5IRTlpK09rWFRvTDB1d0ZhME9HVE03QUx0NlFjSXNJMlpXOC9GVi90TkwxK1JZaWI4bVpKc1c3SFMrakpBTDZDNUtuVFFsOTVHK0FHTFdITXgvL0ZqVCtvbER5cXVIQjc3NlVGL2NJd0RKL1dMcjk0bFVkbnNDL3FOTHZ2c2YvM1d1T2MrWmZxR3k3bThTa0l4cjJOZnZGMjIvS3h0cXp4MzBXM0FES2QzNXd4TTVqUi9TZktEcTdFcWkrNEFLV3piQXdHTHI2d2VHRzZyV2Y1ZFFWVzhhQ0gwNmpjRm01WnBtYkhVYWdXUnJjazdzNGd0MjNwZVd1SlkvWmZmQ085K0RaSUFTSnN2QUdTaGRTOWUvRnY4Zk8vczA0dWJuWkk4MHJmV1pSZjVDQWhqQkp3MGhrWDJzYVpLdGR4ZFVWc0lobDRZcVZVVHB4TDVPNFo0WERtY0pXZzB0dEZTcjBWRGJNSWpZTUdkTXhNYWQ3MW9hYzB4U2V4eEgrR29kVWJFT1d0clFENGovRlg5WHFENXNnTWZnUFM3VFdPTThTRVlnelFqTHhFSzJtQVJyKzFBZElndldlMEpDT2hHbXM0dzRKT2w2U2Rsc3dTKzNWV211clYvYWdQMWhhOXQ3ZU1IaUJzQWE2R1djSEtlZnJ5S3I3L3ZGdG5HVGJMZnZyNTVLWG8yWlBQTHhMSFRtS1J6Smg2eERFaU94bXkweThkcTMxSXBxL2lET3RMN3hFYU40TlVBUnEyeUlrd3FPRlhwU0hZdkxRVFRZbm13UVNjNERCMzBac21RR3Bmbm5wa2pOSk1OYUxpSm1lbDVzZHl4ZSt6UXY2RmVlZWgvem1ULzVtTDliR25iWWZvNURlckpsQWppYjBzZmJZdU1NVkJBMVlJb2tXbUhNUmFmczNTY1RYbzM5N0NkRERMQllyVVdmZjNEZ0VkaDNHNFF4bllON2VTc0o3S2szSW8yT3NVa2NyS3BvVFNJTkViaGN3VWJpaXRBUFErQTdnOUwwVHlTdVFLQU55aUtwcTB4ZWRtRWpHQTE2Z2kvbE14cG9MYTFnNGRDOWRRcnRkdnJnUEdCWnlGd0JzTUpaaklwOE9GWHo5R0xiMTIrdUxiQjZMYzlwSW1QR0NmM3NRYzM2cnBPS0k5dHNzcHlub3dyR21uL3BkRFM3Si9ZN0Y3RTRCc0hxa2xQNzVnOHhMRENFcmoyaERGekswWTFuWVg4d0ZMRm9oRVFaQWJONHFMNzhCTzRwZ2ttM3ZremhobFJvbWZBaDVHRVl6RkxxWUtOSjZGekFXd01vcXFtSElnNEY2QWluNUN0Q3ZLd1dlNVRud1ZTNldxeHZ3UDBuaktHaG4vR0pYYTRDR01XRW9xZ1FBWFhNM3ZtQkxzMThvbzdjemlhNlRHUmtlQUpEQVBGMmJaSzFycXYrT0g4QmxjTnJGd0tSSTBvK0VWVnNtd1FnZnh3T2Z0WHFpc0gyRTJyYm45aEtjdW9pMkFSM1gzWU4yTGcxVWk2VHZNSUJWN210V2cxYnVoTXdDMWxnYjhYN08yeVp0RUMyQTlUUlljZlBDTGZZUlhwd3BZQzlTRVE3OXFtTWppLzg5N1RKZzNMTGVLN2duZWUzM0Zkdkh2UjZiUS9lVUxEMzI4dGI2S2hWSFhHdUVBY0lmMDg3TGR0cUxHVWljSEVCTG5yZW1uNkh4Ti95WmsxVndGeW9Rdng0WUN2Q1lqckhMekFjaHMwckhXQzcxbU15NFJIc0JlSVJEMjg4YzIxMzZ6VlNBT1R1bSt2TWNhUWxyeU9NOHhtMGpwWVluUGdubUQ2SDJIc0Z1QzdtTjhsQjVpS2J6Q2xOTEd2MDhoR1gzUUpKZWl5NjlJaTlVeWR3ZWc4cHg0ZVJlSWtLZVJ3Nk95emJzV1lFSVdhQ0IvN3NPYmM4ZWhwSzZvKzBXTlZZMDBRZnhjaS9iUkwydmhkL1ZPaGxnOXpnVnFnTWRlWURMd0VnU1JBRmdJcVF2RUdCbENDbXN4YUczSG1pbDNDTjRIQVBxMnp0MkR0WjRZcmtjZEh2bmhJNzRUdGRMSlY3amY3OVNQbVl6am05cnFBOUhvUUwxbkhzdkhHbUlFQzVLMlg5dGhYSXZBYkJEL1dPbjZKa2plNGNxWFBoRUhzU0szRExUdVRoNzdWVi9kejNoY3B2Z0JzV0ZaMXR0blF3aHZpbFJ6ZGg2NUcrelVHQXYvQ3pGRHUxUnVCZUROOWNpMmlTOGsxK2kyOXRBeElXMDhJcU5SUmI3Z0V5eXhTNDRIamk1NE9hbU1yQXgyQis1TXB0WEZ1ZUp1aUtpYzNJZmtpZXNnR0wwdFNrRDIyUHoyclhXQ2trRFRUYXoyMUEvSXdIdCtNeCtvWlQraktsYVAxSmtHQW1oMXl3U1JCSk9qVTBUZkE4bldTOTJXUTlkMmg5MlZ1WWNPSXE2d2RkakRVdDB5UFZyQzYzZjBwNG5ZYVNVKy9MdnZwMzdaNmk3dXRJN21sMTNKYmFCOXFrOEdhU3kyMFFaM0tqZ1lGdUdrV0tVTGlBampLK2JXaUdVekc3WVAzYnBjd1RIcUlFMldDTGZNelVZUWpFcTVPdG1MU2RUTGdWazg0eUtBNk9KTHFzcmN4WXFyakVJbkxoWW05TERFRVVvRDQ2dC8vNm1VYndJN29qOFBrWHR5M1dwSGJLM0FLRHQ5bUxDVlIyNlVTbmx6Mkd1YjVkS0Z6Y2xmQktzbFVtS25HdDVLN0VGSUt4b3Q5WWRBTVBVL01XcU0zeUVMTnV4OFBHUERBTFVEZGxxZzBCVHBIMnA1bEo3RUJDMXNqaVlhMTA0SDVudlIzYUhmZk9BTkx5bUpyMVQ2SkRiQmZxMjQxSVZDVlNQY1pyZWJZUVNwQ2dZSGJnUWxIV0NCZXFod1FwSm1rVSsyVlZqVzA3WEp2TnJoVk1rOFZsRXhaZm5WQWlLTjZaV1dZSjJmS1lWcnM3aENOaXczTEtFMENCQmU3Tmo1N041YkFuOXJmcHFGY1FaNlJnc3B5RVlVb0J1dkVTdU5TYmJoYlZUUGttSUVXZ01mUlVtVThiMnRrMkI0S3lOSVdVSkpUVE9Jb25Ea2pkalpic0h5OVZhWFdzamZCa3FJV1lTRUpsSjJKc3NWZllVMnJTV3RtWm5xSjM4MWo2ZCszNElaQjZnNk5mOEN0am42MmhMS2dLbGxucGdYWXBIWk55MUljNFdVT0l4WU9VVTEwSTlxb1lHb3BLQk8rb0xWYmtIQnhnalZZK1N4RER5QnpFRTJDemRZaHlpN2w2RDBFbWtVQkxJZGNzOW83WkV0UVc4TEl1R1ljK1lJY2RBbCtVYXhVbkUvWjBRQVhOKzRPZjF1MDNJNm5jcmdqbmZ4Z3Aydy9xZUtBcCtRMWQraU1kMTBJVXpGaGlEbmNMVkd3RWNkbFE1TjJmNC9WY01YZkZVRUlxY2gvZnd5QTdEOSsyVzROMjBEOE5Fa2YzTUx4Q21ZcjlLaE9ZOFNld0NiMUZwdDQvbGlKOFVSUFh0WXZSQXYzayswZWpsdWQrbXNmbm1FTnFHa1FsWTFzRmlhYlFkSkN0QWd3UEowRFpiYkhEN1ZHa0lJc0xkOGlkbCt3U3dBWFVyWjZTZ1QzS3Q0VEdVbHhHazhTSlVrWlprcWhJb1B2M3hrajVTOXFuQyt5T3R4UVl2YU44S01tNkFKWWZobmJhVFZtejUydnY1ckxsUjc5YjkxcFJlanVKOFlHYnJOdGo4dmpZMFRoTm0vVjN0QXdkSzNOVklyWmlqL000eUg2U1BKT09hdkZXSWdZcU5IVnJlOHdDcVdQUEV0RXhjWWNUU0RlVmRzcFQrUUtsSnFnWGFWUWJpemVKK3YwRlRhcGdYSXN5djd3WVFZSW1NaGhCT3NrT2RBOXVPMFdwSVBFcWphU0RwdFVHV2tQN1lwelduMU00OFdCc0cwank4RVl2WFlOUVVHbFNFK0FSeXdacm5wTmtwVE1jK3IyK2JCQWJiaENWeUdTMklQRWN6YjJ6enBKL3JKVUdXaHFaL0ppRVU2RHdoZ28wNVlDZURvcVFmeExjWUpITmJCVmhaZ0ZRQmRnaTFtclVXWFl2cllDQTV3SjJrTENsOVlKZVQxVzVaczVielNIYTRzd3BSenVhZGVpS2xvemhiUmxzOFZQbFhPd2pCbkR4SWt1Z2lNaWtKOU4rcVRNZm9TSkx5eDU1RDloQXAwYzBPakJNbnF6UXArelo5VW9iZDU2Z3oxM3c0SHVXNEd5b0paaVhyYTY0cHR6N1Z4NzNqdjk5UmR6eEVSd0lkTnVydUJMRmVDa0NkWGRWVjJwTjIwVlcrWENOTHdQWU5DUUV6ZGNJQnhWcFNzU0ZNQWRqL09UTUtQNUdjV0hLRGs2Ynl0NVhQZUtZMUpmRGZ1QmlBTzBGVHZhYTgyQjJoK3BKYUl5aHhUQmYwTytXTlhWa3pBU09JNnRIbENxK3NkK2J0RXZlOGN5ME9HQ1JnSEJWWUg5MjRyVDlza0FxS05nZEVNcmVXWG5pbFVFYjhOZG93Uk1XSXVULzFGUnY1T09aZ3BKL1ZMVHpaaGt5Zjdia2lpZzM2V05LU2NLMXBrTXZEUzJicDkxU2R0SkhzZDlwZElUbWJtRHNFMnJJV0YrRTZRMTNjaHZ1TDgzZzNqWmZVWm1sSTFNaUlUaTd4NDEzMkFncXJpRjN2dzFqZHUrTnBnM05aVmZYVU00Y0xPeHVXWHczMEsxUkV4VHJIcjNURm5jQ2tuVnQ4dEtlak5VU0VTYVNaTm5TY0RGOHU5ZU1BVlpmWXVpaDBIdlI1UGh4VG44dklrejN6U0k5a1NYQ0hOMWJnc2JCZUJNMGNzTHlCVkROSE9HK3ZJY25YYXhCOXV1T0xkR3lFRVl1RVl2R1NhUmhrck5weG9hYXNDZldEcjRJbHdFZFlVdFg2VWIyZGovQ3FndFZHcTE5TnV4R2JQb1lISU8vVHZUTGdMdDRDU1lHNGpGRVlyUTMremt1RkRHYlY5azVJNGlUaXpNc0o4NHh2Z0dUSy9PM2Z5WDE3ZTBDK3ZXcHRJQVlFam5FaVdRZFZpVnBKeHF2bFN3UDdpYXdwZXNjZ0RXOUpjRzVWUGFWS2VmRE5yb1Y2amkzQ241ajVaTHRVam9RaHFXcDRIckNLbHhkVEpUK0lvQkNHbzJKNFc2WHR1c1ZXMWdZMTZIVHBaT1BHREVMUHJlQURlT1dRL01OUExoNkMxVTdWVWh1VVNlSGJqR1VibkhDZ3FSelBTZFA4S3l0TjR3UnBqTElMTlF2T2crUXVDQjlZVCt3Rzh6a1FhUFZ2VUtibS80ZmFOSG9PMnZSWUkzNHh0V2NGSFpvTG9tbUpKNXlNQ25vMThtY3Y1T1BUY0U0NDFrbXd5cUNPUkdEbFpxTnFiZWZoT3NTQUQ3eDh1V21HWW8xVnZNTjlOU1dNKzRqMG5RMFZMbGhZT1djbExqVWFmZjBNSmo5UXZUNWd0a0JwOENqUytvTGdDYzRtUlRXY1hBcW5YeEQ2T1M2TDA0eFJGcFh3bkVoSkt6SGt5L1Y0UVc5SksrZFR2OEFkUkZHWjNWMGtkMzVidVdnUVNqSVA5dnR3U2ZCdmxCaG1tRzZoVmJaVXlSSERITHJHM3djUEpGdFNqc2N5Q29kTUM1cUdGeW9lTlFwbkQ3Y0t6b0FMWXdhMXdZUWF3MnNBZ2YxQmRUVHFtTUV3cjQyQ0pRaXg5WkVKUkJIa2dmdVNxT3hnWjBrc0Vyc0tZVVk2WnhmKzdRSHlPS2pvaUR0VXFDTjhubmFrMjZTNkxrRlhEbTZOWkVkTUNzcHp6S3NEMGVvOG5pcFRzQU1TZm9lTE84NXVrYmlNMklCTGd2dEFoUnZxeVJ5NmphcStFSzh6WkM4bTVRd0pHNFNVZ0d5dUZ0RndJWHdQMStwU1ZiTjhGTFRWUUxUTmh6cWh5SERka3lEZGhLRUtLVEF5dlRNSzVFMVVhdVZDU01BaDFOaHBzZ2VxdzZsZVFlazJCUVZQSytxcEZybFZ0V0tmQVB3OEkwNXFidUIrWHZVVmljS3pVaEgyRC9vYUlOMGpwSkVmR0lhcm5ick9OQURGZDF3NHBvTW5zbStCcVQwOTcwSXRKTWxSNnFIZjFvQUdIbXpjbVFtc1lUWU0wMDQxZTRyaCs3UENweW0xK3J4MGxCWG1EZ1FyV2M1OUpxRkcrdmVUSGYvem5nRElDU2d4ZERQUTVsL0w0cERrYVVCNGsxaVdMRkVrdStwK1dCQUt3TDdSbGxpMkFKMFZrT2lNUG54ZkVhNWlNTnQ5SXVzQ0sxZ1IzRVpUbHJZVVdVbUJteWhRdWR5K3BaUVA1RUxrM1UvWkZCR3pvMm9VTFQ3ZzJUSytOWFQ2VktKQkZpZFFBK2VFSnJ4N1l5TjJFdXZKTWVRcG5DaldtelNYYkxHa0VnZjUxUUJUeHFheFFaOEg5OWZYQU5LVUdNZEpoQmM2NnVWZ2tVa0Q2TlFBMWFiem5oR0wwNTRSUUpiMGxaSWdzQklXekFteW5BY3FJVVpQREtIdXk1N091N3NMVTlvR3pXRWdDRTlySFNXM1U5bms1d1pGeEZLLytrM3hFVnFrWnFVYkRkY2RESG8zWkIwTmxjYTJDcjdITUlHcW05UHNhZ1I2RG43eE9ncFh3SHhGeWh2ZFNGYTl5T1pzcDRkdmFSUk4ySkVxSzEwNUt2RDR2SnhaQVI1a2RManl1cGV0bkpjRWFEeHNkWEVOZlVjclNMV3VYbGRSQkpoTU1ZOHZBb3d3TUgvMC84cXJoUFhiWGJSVlB5ZlBCYTNSQ1V5aHJDUUpSb3d1V293UXNLNEp1cUZVNm9KVGlzeVlQT0tWTHBhQkVVKzVKa2dUVEpuZW1WZG1ROERqMFZhOFd4NUtramluZzBBY2RhcEw4T1lHT3cxclUyWEQybXdXckZBYzd4MWdqQjE3VFh3QVZBN05ySU5DRWZUM08vVzBBVEZSSlhXeWIvRU1ZMWw3OGY4OENsTFc4SHNTdVUyZG1XdEdRY0toNTRUcGlkK0thdk9vcG1JeFNuT2poeDRUbHJHaHVGc2p5U1NVWGl5MHl0RUVMRmJKYVFGQ3FrVms4Q0k3K1N1VzZWR0NqUUpWYlpROERNcGE4WTV5V3NRd3lUNko5YTg2VURNbGN1VWsvdkZBZFhLY2ttMG5pQUJ5WUlzdFR1Vm9icjZDQjZwNUhLRDBxU2VkU0ltMlREbzM4NVFOY053MGlrSHJjTDZQMUZJT1VHSHZhUG5yakFwNUtnNmgzRjdTN3VwRzRSK0sveFZOd0RVVkU5TnJLdVZXcEtnZnpBSjVEbHhta21pRnRMMzF2T3ZVYWxyNlZjaGd0NDZRWTA0SSttb2ZCaXlnOVNCcnVWUmFESzV3SEhPOExkT2FPbGhPMmxLSU5IVStseUQ4SmliRWdnMTVsbjdQL0FiMWVaaXA2TEFqMDQ5eVdqMDRQcWkxTkV6cDhGTy9ZeUt4REFESkhZUkJKTFdRN3JzMDJsSVNVNHIzcjUydXQxRzhsdFdxTU4rM1ZMcXZob1h3Vm1TNDIvT01xeG12b0xnS3J6UFZDZGFLTTBjMzRKbGtzeGtCVmVNTTZRU3pQaHlmNEllbGxyWVhHQWZPb3BpVnMrOWdOZy9vV3pFNy9aVGpsNy9tcDRrUUJ5K1F0WVlwZFhZSHN2cWpCUXhxczZpZHpCMEU1Ykc2dFU2L2NtV1MyMllBbVNRU0svc1NudDVISkt6NVduZ214b3hqaVdOUHFhbWJhQlZVWXN5ZFVwUWk5cEF4UmdHTzc4TGs1dGRuUmtLcXAvK2UydVFkNVloMnJJcDB5SVVOSUxja1QyZWxhRTRpaWNNNVBZUVB4YWZwdUZzMGQvWGpQRHhTenZwdGRuTVRFLzA0d0pTaHBVcWFZK3hmV3VtaXhiQ0ZuYXk1T3RCUUFRTW9LUjRhdEJqYlFiSTAyeVhwR2tRbFJjOFp6V2tackJDTmFVN1NMSVJXcm1kVWJCYjlsNWNRUjJZZ0ZkOHpwREg5U0ZSWTZNdmZrdWQzT1dUQm03dWd6Ymd3aHYwVUx3MXZBZHplZVhBWDdTaXRuOE45R29uNGM4MER4NHppWDNBTVNpOUlIaFJxMUV4RHVmL1RNZWNOM09vU3JEOUVEMnhSeWxwY0tRQUNlcTlZN3M2WjVpSUhRRktGWnZDTURra3c5M1ZwSjBNMGJXTGNPcGdOSVhtVFpHd1ZoNW44U0JrSW9hYnBZeXh5RkthR2g1SlY3N2x5VkIzN3ZlL1VTL2l6UWkzSTFZak1SNmZJN3ViOEVmcXd1LzAyV3dXMTVsNzhBYk1uTC9oa0NWMnhTUTBJWDJzY1dBaXd4dzhyQmVPZmVvR3FzVGx2b2E2NkorYTdvT0h3a1NFditWb092dlNETHduUloyZG94Q0tuQVo0RGkycm9seU9qYTZOaWFpc3NnRDBQWjdENkJuQnBrUFoxUjlaRXJIZWlNM0ZIYlZ0Zm9peEp2Tm9GTC9uSW9iUjl6UktUU2o0N2lRbFBkcUtSN1ZQRlBXbFRvVjhVb1Bnb2l6WllRcW9FQVovVHNaeG05dHlLQWhWemJpVm1GSE1qVzlPWFVENVVaZUtCR01tZkZLY0lKeUdoNU5wZ3lPcUVsa3VtUEZMdUJlSm1HMDhnNHQ0eEdEWmFtcEhMNTM3TkNiSGFrN3FqZU9jc251ZUkxS3RUYisydHd1MVd1YXJERUJ1Sm5XaFp5a2dHenFzRkRWaFREQ1RyTTJiODE4b00yVHJUM283dWwvTzJCYi9pQ0VWQjE1NkVLQm84ZjhTZ3c3dGwvemEvY2c0SW5iSnliYjlYcmo3SjlFcU5tUmhua3ZYdVVuakhhemptY0lwWWFWQUMxL1RqN0U1SEo2a2FsdXY1bWRrT3p6S2RJK1QxUUczZ1hDMEZ6aTRUdXp3U1JGdXNkeWNnVXhaMTRQcE1YZ245em1XVUpGbW9nYlhaMkE3OTFQZEV4c3hCbG1vVlNFa2FjTWpIV210Q0xTYmRzWEtPMndNYnVIYnJYbGdGZ1pCUmlGem1qRDJUQjZOTWtoT0lCZ0U5aUtUOExqdGJCWWltb0RjcEJqbXdxR01FRHpWMlFEVDJrNzBrYTdrR2xHN0NuS1l2MWkxYkJIVGU5dTliYjBVQlNlaXRGNWxZUDAzNXVSV0EydytoOENleEVIRkRZdU9uSUJGa3lTSW1rbWdZNnA4TWc5MWJzUVgrcDdKNGQyaUhLWlE1WmZpNm9mOW44RmJwOXBqMmlJSGpRUWFaL0Vtd1VYZVhjRjRFdmpSOHJER0REdUFGT0g0aDJqeFVHaXpsdHJLVXBYZFpuS2Z4SFJnT1hHUTJsbXBrMEptQVZMYUV3cXVGQmtLRk9JcXUvUzBOWCtxckdwTFdCQ2lVRTZ3OXRwR2FXc3JCMEVxM0VLdkZmdU5BQWE2dW9WS0VjcHZQL01rNmhmdjZMbzY1Y25YL0xORXlHM1FQVmhqcEYrMFp4SGtSb1FuWklDdDVpeW5IdUdNVkJEYURPOUErQjBhQUJhSnhScWgyMzhCekNEWW9CekYvODR5d3BzSHNSQnhIcUVtWFBJRldzTlRxTzFTdFVwMUtFaks5bXdEZEFhZlFwNVpIeEdpSmRmbzRJN21yUWNvOExGS2Q0Y2lLekpWVGE3SFA4MHhSM0cwY2J1NkRrTFdtc2NMWllOTUdiVE1nSWhjeEcxc0QwMEdBazBFczhNd3hIRHUzTVNhcVp6cG9iWWo4MU5TOXA2dTl4Zyt1QlZoaVA2NWFrcS9OV2RYdnVSNG81QWVDYlFBQXJVWXhhWEFUaE5SUExFSjk2NWNPTEhRVzMwS3NzVlhvZEVsa0tsdHlpYTVqa21QWXZ0blR1aC9HaXhobERZc0ZHdTV2UXpwZmxEVldvWEtjQTBaMDdLUm50ekhyaXAwYkpVQzJjb2x1QzNlb3IzYmdaM0ZnMndreTlKbXFSaURTbmVBRkl0eUlUWXVrS0gvUjQ2aENyWW5KUm81V3hCWEl3a3lYdWZtbU1MK3NMT1Z5aE9CQXMzZDZIQVg5YnM2bTZJWXh3M1FBUTg5TXgyUnMybnBuVml2V2ZBeGNsNEFqdDZBNStTYmQxUmlEeGdaR09tRmN6WW10YmpoU1JyS0VlY1VHVW1XUCtMc2hBLzdjeWg1WkpKMVpRWTBJYUJEbGszTUsxOWxCbGUvM1NxS0lBT2pjc25oSDF1Yi9BYis1ZmdSRDk4ZDgrcVJoVkdKNW03bFBMYUtqTGVNUy9BNHh3NVZMemdTVEc0Ulo2cU9UZWg3Qk16UjB3Sk1CeHJVa0JrNTBRTW1yYVpsUE5kN3Rqd29uTzBMdlBQamtqL1ZWbDhLR3ZmMWc0MkhrZ01uQmxPMjF3WkVQVk11RTNKVitSbVVkcnBybTlXTzlVN3RzeDhFNkMxZXA2WG0rWWlqR1lYbjQyNVZBMTZLTWo5emxWVjkxS2xERnRMZnhHV1l3QUZuUGdOQ2lkKzZIUksvbkFZRU5KWjN5MjMvUWpPZVJ3bE9jVW1jOWx3RjFRRUxkR1djRURIYXR0ZWw1NnA4ZGhQam9HalFPSlVMSFZoUm1hYVJpT1YyZ3hlaGhtdTdZZDIyNDlpVjVMNXR3aVFaNGpuY3FJQm0vdGU2YTBWNDl6dnp5eStOZE1BZUVGUzIyUnFTZ050UVhwc2pRVUVCNUVlNjQ3UUJqSVJ0djZQZkx6V0ZTRG0xWWJKU1hLbEhTTFl1N3JXeW5zUkk3UytUd0FndzZkZ2kyN0FYb2xCUnY5YWN0dENBdXJjRkljVHdEOC80YUg1RjlLZjFHOW5JYUs0ek1XOHh1NUcxOXQ0d2tvQWcwczNlbzkxRzRSQmVjMm9VSHEveUh6OE9NVy9pY2lVL0NwQjh3cjB2NXlES0xWQnU4SzVINnhsU1F5UE9tL041ZEVzWkVvNUlpRXM5WjgrMWM1WFFZbThnZkh6SXlnSWc4Zjlyd0o0N2t5ejBmTG1MR2xkaSt4b0RNVkJhVDh2RXNIaHpyaXZPYzNQNHJKS2tBc2x3VkVWdk9MVmw4ZlMvYlJEdThsN1A2WUpTam1ZMitVZStaQWNNeXpsV0JnWG5FeUlVYXpTQXNBWStEL0pKemY3UkI1WXUwRFpTVzFOTEM0TzZCdU5JQy9Ib2dTZEtNb3hRUXVON2M1Q1h2SHlVclpoRmxxeWhRa2JIQzR5MDgxZkVzeXRZL3JneG4rOWdQbm1xMUlJOWlIWVNubVc5VTlGVTcvMUNONjFmc0FLaEc4Q0o0UWI1UUJzcFdxdUlwdTJWNHIzTkNsWE1GUldtT3ZRVWNYMHZNWGFKWkU0dzNTM1JUWndxWE1ISVlRUEVPbDBhMUQzb3JuWVo5ek1oLzJYMUxnQkhRcWluWVIrTXpVMU9UVEgvRmtwcG01eWF3M3FtK3RGZ2UxTVZVZnRRc1FaTmdMRWZCaXlucUYxaU1RNXVMd1BZRjI3azgzMVZnK3AzNTNGeXRTdVl0ZThpZlplRXNyb3h5R29ZTzNnSUc1dFlKTklsYnhhYmMxYUNDTGd1UjR3dTFPOUU0eTVWNEFXODlOUm9za0luY1lGSXNnMXc1NFh3UmFya0lPSUtkNXNjOVU5RUVpRUpTNitRaG1JZlVQeDZIRkdWSE5SdEM1Und3Wmg3dkpVcXFhYnplZ3V4d3hrN3RiaDRzMk11NkROR1JDd24rNjhmeHJjNldOTnFieFpwaG9jYW9qWk16N2VJYS9ZZ0RjZUwvcHIzYUJ5bzkzQUFhUk16NFhydFU4alczQitXMXJrNFlEU2E3R0lDUkNkZmFMWDBDTG1FU1JpaHpVWHNPY1dKZ3hGbHZicWk4QjUxSjFJUHhDQ1JBZlJFYjhaSjZzc1l1TTlJSVZPOWlaMXhlS0pSOXVscEVndmRkRU9UU3ovRlJRNHd4WDJuaC8rWkdka3A3VURUd0kxVktJMDlOdGcweVludkxYL0ptbVBjOU80N095VXBmSVdxZkFRSFlDQjdIUnd6NFA2SjJPcFUxTUhUYWtwa2FWRHM0Si9PQ25qbTA0dUM5TUx4UlZORUkzTUlWYXdQQXBPd0JuVmp1QXdiLzQ1aDZPd0hmZ2EyQmtKeXczcEthbnQzZGdjZUZNUVlCNTRPSENxRFdRQUoxNEl1SGFXYmxDVEkydHRwV1JpWE5wNnYvUjBPQUlTUnl4UEFzZEJQQ2ViYkJrZEhqdkpZVmNjZG5KOWFMeERMcU00bWRRVjF3QnZvQlN4WHB2ZHlLUk9IYkFBMmtzYmFkVnpmUWRhS0cyc1ZtSHdZWUh4Y1FyZHJNZEVCblFCeXZvL2xNV0hKQk0vSGF6UUthZEoydWFaNExZaXJJd0JFSG9IOUZvU3crVk5CdFNKWUVFNnNiN0c1QWsrNmNISVRWLytQekJhSDNCYXZ6eHZkUUN3RGVjOEwrcStRVkVwOGtPelBZckpDMGZKdFB5enllaEh6UTFpVGI1M05Mc3JCa3BkU1ZHZk5NQlZNZVhFNDJjTGxqTCtLY3ZicUg1eHZIakpIQ3lua2p0L2NuWnh5b1lYdWpreVBJdlJzTHdPZVRvc0hIRktFR0pER3BlcWFkejZHT21vYnlESWEydGdHeVV2enBaa1pyQURsc0xSc01BVCs2MWJxWmcreGJ5SFdlQjVyMlhPSDVsaDdvVDd3NlF5aUdWMmVSd3NUdmRPYlZCTWhNN2JYWU9iNGpMMk14SUpMNjJXc1Rsbis5TkZuMy9neHY5bzZIZytkSGo2c0cxVVN3anM0c0lmUFNvZG10Q0dNckw3SFlLdmZZemxVNjgxZTNWUi9vQTJTQmRwUWNPNThxOXU4WWZJeU90SFdzUmJjbGRBVHUyR2dBdldya3JUL0p0MnNuNVE2SXV2a0UwM0FMMkpzdjJZbWZFUEc3N3JsQzc0UTFHT2kyVDlvcTg0WkdDYkQyUjBhRGZ1OGdNT014RUFldEE2ZGJlWDFFbU9vcm5RakQ5Y1M0RUZpUENZNkpMbjBQVFRNbTcwYk9QQThyZHFvTXRGRU0wZ0J1TmsrMERneENYTi9NTENFV3ZNNlVFTHFUeUZ3M05LcXNHRENndWkwRk9zS0FqNXM2Z1dZR3ZUeXF5RTJpYVlyRnVvbFVMUkt0QWNoQURGY1N0RWM3eWc1WWRrWi9CYmJ3b0hrZ2c5c1FLNGtZMTJlc2VLaURBNUZjOUtWUXFldGFVTVNaQTREMkZWdEpBOUZBd0E1Tm1VYVNRU2YyM09keVB4cERORmFoRW1XS0Nxc25vLzN1OXMwWTJWaVB4QnN4TmhJNnpXN3BoNGR4QnVWY2huenRsV3A3RG9NN0JzamFLT1NBblk2dHNmMUxYeWVPd3FhcFJXaVpWZ3hpUnpMd1dIUGNHeW43MDEyZ295ZHRoOGpYbmhNekorR0haT2NYZlR1WDhVd2JFa2pYVGVXdndSYk5LdUorZlM3N1pxNjhad05kUHd0dWJ6TWRYbklTUWdHYllwVzZneUtVQUJBUWo3ZUtkS0lPOWlSZWd4TFc5RWw4NDdJV3gyVkgzSlprRHFydnQ4N1FsMEVEQkJac3ZxKzFBcVdTbldtM1AxUzRxWjNucW1ERERrc1ZNeXJqMlhWbWp2NEY4VS9MTllVVlZZSVhPR3N6T0JrYmJCRXBzNG14UWU5d1EveVRJOE1NZEVwcXZLbE5RSHZsZTkwa0VWdEYyZ1ZBOGM4akdUV29ZQXVpRWMwUW83Z1h1OXY0SGlCSUpzZXNGUk91QVNYVk5JeUp0Y2szaGQwRitjb3Z0cTM5M1ZIZUU1LzZUakVva3BWS2ZBWTgwWE45RmdIRmVKb3JjaG9vVit2K2lLMFNqbmx0QWxmQkJBL3FQNUF3aTR4b2thZXFoS28zS3A1MW80UFI5VGVWcVRwZE9TM24xdERWVEtHT2tCaEtheXQvcmdSc2plWFpoWnlDNDBaWk9LWUYvSVZFOHpCSXdOVzNFTFZDMW9PMzRSWTk4NHJnQVFVNk1CSTZTNGtlNytFMkVXek5rR25JS29FUXRYblJOUUpkdUx0endtc3hudkVLcnVaRDJja3FWQjYyS3V6eGxkUWdma25oWFJTMWd6U2JvOVUydE5QbzBFelJYQ3hkR3RtOVlTaUxmSzNBOFVGZ0piY3dvTmdXUnZoZU44VFdPZkhxejJNb0o4c2Q5VUxwdENmM3lSN2dpT0E0V1pHcUMxNWEyWC9aalh1NE11elJmbVI4dFZNU0docHVaNDZjN2pBMVVhdXFFcGZRV3pVVHI1cmVGQWVPR05PSk15anpQZ05ZZ3JiQ2tLNEJNRUEyVHIydk4rT2xoRGRzUmhabVAxUjFvUFdFbWd1bkxBT3lPNVhkYWVXbG96Vm5sWTQzbi9tUkprQ1VmT25qWFhoSHpWZVREb0dtcE96cGJEV1RJRU5yZEJlcldiWld1aDZxeDdRMkkxSUlOaEFrT2FkUjJPRGpsYkdOYWYveXhIQXB6QUJzTzkvYXhpaU5jRW0xV2NVVkVvOE1DSGd6UXprd0pVRHFFb1JFOUVuSm1pS3pWMU1zdm9Scks2UXh0aE5QaUpFSXQ1Z2szRERwSjh1K2NsZlpWSkszMDNJWS96RUN2MUJ4WVkxVmJJUUJVRXV5TVJuS2hQVXpIVlNsSURIa0NGZlI1cFlYekdqMlpwZHBWOVlNaHpFSDN4aWxJWjN4ZzhTMWRoVk9weXk4ZUNQTFpFTXpNK3o1bk05Y1VleGdkRm1CQnVxaDU4MVovNVFqeE5kcGVUWTZzRHdtRW50Z1FFaGpFa2JXaFBIREpiWXN6Y2RIbFJveTdSblR4ZFZxVDE2dUFiVjBqOUY3NjZ1ZCtPV0lhRmswTTJ4bzNISllGanNldnFFdnNmTHMyb3FxZGpsQkMrVU1ZalZqNnJNMEQyRXU5Zng1MVF2UDhSdDlUdTlmU2pZbzFpWlVsTjA0WGhzK3ozZ0wxM3p1TThtZmh4UjlkOE4yLzBRM3BIRHptSW1PTmpxQ3pXeFBmZThPZDFISWFsSnB3cExyTUVmY1BVWWJCcm0vbkFBZHE4bGpDODZOSGNwWG5xM0hPQnZsbVJQb2dMUEh4SXhUOXRPS09ZZ0VxV0FoMWRuODNrUTN3WXh5RUg3aHFrZW1aNElTS1JKanRXNGpGeERqQWJQSDN0T0JsV0xHb1N6WWIrZkdybzRrUDlKN3NGR1VYMmhSS01mQWkzM09TakZSZmE2NmppN3hMWm04OThaR0VzWGg2T0xWeW43RTFEeE44bzhsdHdlZ3lyb3dZdzd0dUNwbkprK3NyR3VjT2JGVWF5N2ZQSWxNT05SZ1FaSFNqeWdxSGloVzNDQmVJcE8vbFpBdHpJYmJ2VmFUWVBnZzNMME5aRmZoaVVrdXNNMWVNTE1oeTJUS3RpZzNHVnNIbXpnTFZSWEFUYTlYZ1FDTEd1NUpZaFNoQ0lhSGZjREwvV3lIYVptNmZ5YzFaQldFOG9UU0tSZVp6LzBrUWluSENUenJ2UnJuVThEeGNHamNlUkhvYzJXR1dEbUlzd01hdlhJaTh4ODBzNmF4S0oyVUJZZTlteis0bThpaWd0ZzZwaU1qMG8zbXdhM3hWa2JzWTJSSmltUFREa0VjRkx5RVVJNzE2U2hOY3M0T1FXQWpmL1pVSHNQQkFkdEpVZGFtZVlwVFZwNHFYS29jVzBjVG5RRnIzN3dRd01CYUVwZUd5bGtzMVRPK3V4VkxsSXRZQmdHY25QK0daVitrbGJBQ2xaWU5aN282dEdvaWlkK1ZUc3laWm1vMGd2MGlTeVdOdlM3TndEcGYyT2xZeHlaYy9SZWpZSDhEbThCbVI0ZllQUExhWkFXcTd1dElWdVNHYUVZb2JoTEowL1ltdDZFa2tEQTNwMzNBaVVqVEs0MStveFo0Y2x2elkySXdNcUdveEd3bndLb0Nxa0xIdW1rRlMrVnNOZzhTR2p6VW1oa0dZUGFyYmppY09mWFlqN1J0UW1MbjVGeXhlYTFGaDFwOXViR3c0Y3h3UFNuc29ldnlJNzU1Q2FsM0xCTmRHMzVZRnlMQWU2N2FqSnVyWVhQbFowWVJSL0o1a0NNNWE0SUhhanZvekdIdHBybUtOdlloR1ExZlI2elZUOXRtL25EL0VLTU1ldDRyOVU2L3lRbXNGZ3QyLzNGN3RVQWVzREd6eThVc3pSSHFOTGd0SXhSVkk2TCsxQmwzdUg3WXNZSjFsMlNiNmVJSUV4ZnZkSWhRR2s2VjZoWkxLalFoU1MzYm9lK0JyR1h5Z0lmUWJGa0ltWkd1bzVCLzB3M1JVN0w2SUtMNE1KVlRXS0RVdVVkRzVzV1B4enFxbUZWVkJWOFdhK3hhQStia0xETFRNSFM0Q200Qkl3L0NTa05GLzhFTXdnd0Z1eEJ1OU9GU0t5YmJHSVVVa3ExVVFrQmkxbG1tZFRhTm9ydkVMN2dFQ1lKUXo2T05HZTdManJIV2ZNSzBNcXlXTVgxLzIzSFZ1dkcyMG13MzZ3YWtFZ2ExUzVCN0ZNVnVCTExHNFFiWWlHQ0hhRXJ1NnVOTk1MOE5kZ1E0OVRoTTdvekp5U0xZQWpmRUhvTnlWMlB1ak9lSzVycEtLT0tPa0xXUnJiY1NpSjZmNDVjcS9XQWcyQ2lnWDNNZzNndEVJTXRjSU9XcHU1N0xJRUpUSVpkcmU0MW8xbmQyb3VrVWVrUlVqWEpzWTBzYnRpUU9iM3FRTnpLbzNKcjhGa3M3YjhFanhHVEUyZ1gvTGI0eU0rTEZMTyt4L3Rnd3VFVUJUWGtWRVJ0bml5aElsd2FHb1ZXNlpoeXVKR1J4RTc2ZTBhN3dmQjRXYWpCcmdpK0R0bTZkbzRrZW5BN1E5eFdCZEJLb2J1Vk5QZk94ZEI2Vit6TVNyaXhNRTc0YnZKRDRvdWxoZ2R4SFNrQ3ZMNTFsaGhsZkFEdFludndaZnhFQ2hWb3ZJaCt3TE8xejdEczVTOUFQR0haZ3hXZkxJRm9SeW4wajFsUmpkc0lrM1h4NGliOTBjTldod09XZkw4cktJTUpPUXVBek1DWGJsNS94NjdpVW1XWm8xQmdjTGYrMlF0TjlHQkZCTG44SkJjTUp5enRJd1ZUS2JKNnVJVnM2OE12RkJWMmI5NDlvV0hXV0FZYUpzcCtrVWkzSGRhMStNaTluTkVJVmZHVEZMOXFUQUtoQTZoVktPalZRQ0I5aUVsZ2FlekUrbGVHRjA4UzRvRVNISmE2ZHlIUEtVak1GVUtkbHF4ekcvRFprd2xDdWo3d2N4YW9VMGxvbTJWMmwyOHB6aXRNTkFzVXpUajZlQmRvdzg0WkZJem1XV3o3WEdKZWNrMks2NFdXbWZzSmF6RkkvYzd4c1hDcWVsWXZJMytjQWFaYXVXdUN3bHVvb2xYWXlWWHgzcWVKZS9MdFAvV3RXaVREZ1EydGlRUzNZaW5ZSVNRQUhrRFloSDRPMHFmZ2t5ZmZZb2htRW1DU01VUWk1WHFFdll3Z25mTUoyVmFLOUU0cUJaU2thT3l3VGdLYVdjQmRNSXJXQlJoY1ZrQ3JNWUYzVmhvQW0zak5uNjBVN0pGeWNDR3piQlVaWkZuSGVLV1lHYkNBNm5FYlFOdVJEeXNVblBZTmFNTFhtaVozS3l0dEVZRkpmS0VtYmFGdnFHSXZMTnNUV1hueTN5NkFQakdsa3ZYaTcyMmVMeXFtMmNHN1g4QytWdGgwOC9nTit1OHZ2bGgzMjB2SldsMjJHMlVLeFFXZlgwVFBlWlFsekZRY0lmV2FlbWZnZUMrMHFJVDlYblRpbGhSZ1RINUpBQjRMOHpVMGoyTzZRTkhQMFZpTm1OYi9PSlc1a2pWcUJFVTZEbDErRzl6b28rRHJZVXVNMEgwSjlrQVNOREh0dllObDh3M0MvMDBFcnZReUswTHhRQzlkb3h1c3BQUWZsUXJqSkNOWnVIUUZDZkwvVHhHWkhUbmNjK3pqZFBTb2FvNHZ5Sk1ZLzJFUDNuc0hmOFRid0h5bXdzMzFLdHNmVUxsTnVpMFRiMzVjTGFoMUJlbjdUZVFCbk9YSXBsVVdYQVRzT0R3NWlUcWIrZFB3Z0pucGhabFZjS2hsalpUcjdIU0pNRk8wOURqUllRcmhpeG1XamZaUmpBTTA1amcwRHZDT2VkN2xTSkFPbm9sQ3BBalRuU3F2aDY3Q3dLYWQvakhyTlNjeWg0YTFzc3dvWXNSTSs2ZmkyZUljUjR1ZUJyMlRTRDFqVHRsZjB4ejFxVlN1MjBBSDJjcTdVOXN0U0k2M2NaMjVGV2s0MXhjMFQxRjBUU3VEQmljQXBjK1NyRTVwMkJhd3FkWmk2SC9rMExoc2xQYy9DVlZBYnh4SWtVUGJoL09qYisyYlh4VDdvUnA5Qk13dHFFQmJ5UWdtWFNIdTk5N1pYT3h6WlNxU093RWEyS1haK3JXTDVSVVh3YjljU1ArYzczaVA2U2JWUUl3N1VSYnl0TGduYlhkdFpCdmxtdjFJQkxjemZXZ2Fab29pR1VXSUlibzlHaWg4WVR6NWVvWi83ZkZEMDZZTmdUbTJaK25GWC9vSVhPMndhRENDd2pZT0toYnNWRXFQeG12WE9PcXRQd0hXZGNRV2o0TDR3QURBNkFHeGNqcklKNS9OQWg2Z1VNcFdCQlFDamNnLzFncGl4YlplRmd0bFNzMnJWMGpBcXZjU1d5Q3BDL3ByY3NGbFo1bkpmbzlBVk1FeFFSQTNoQXB0MEhVYktweXZHaGhmQkxSS1JxMEpvNkF0SDVXR2lkZmFqUGJ1amlwa2EySndmcTEzdWY1MXBHYnJNVHYrVDhyZVhrQU81enRKTThrVnhaQmUzZk10WG1UNC9qQ0xKbXlRUS9UV0VsSDF3djZIRS9uT2w1OWtDZEp1REFvRTdCRlI5WS9zQ0c2cmI5WllVcStJc1kwNlMwWmZmc2xIdTc3MkkxNkhxV2xyYXBiVmptdHcrYnprY2laNEZXSklGVTFmS0hxREVqUnR0QmtxbERjM0l4YzRtU201RHRhcVdWSjFmb0RuSFcrZkJ4cFVRend4TzRqelBCazFsd1RxOTM2TTFtOFBpeStRa2VUTldLcFh6Sk4xd21pQjJiSmZLT0M2TmVCNjlXS1ZHZjh0bEVvZkgvdE1ueGtDZzB0S0MycDlPL3V6cnVuQ2wrejQ1STY2QXo4MURiUWxvdzZyVTVtalBndWdraVVNellkVnhyRThRZmkzbmtncjFTOVYvckhPNTRNdGlIK0E3T21KRzhGbzZ5cEpsWWRLTlRMTjU1VWgrdzFnY2tYQzhEZE5acG9BQ1gxRHdpNXBYb24rZ1h6M3ZFK1BTc0tWYlBFQjZRZFZoK3NnVUo1L2JlT2hiZkVCSUtWejk2VmE4U05pT3JNL2oxWGFwRFRHYm9tS1ZYbzlkM3hhR1ZwNHdJSVZvR2pTVFdOWUw1RHB3bCtmb3hjem5rUUlsbWpIV2FwdjEwUUJrS21xbWNONkNrc3Nia2pSUmljdytqRTliTG5VelFBMS93NEpWSyt3azJXNEgvTU5sNTZDWStEc3Zka3QwTXJxMkp2MlpRY0MxRUdzazFjRGNzUllCa1E4UnhpNzFqK0tLRzJaQTBzalNvQ2pRaGtCb0dLM1ExOWRVYnN6aWU1Zyt6QjR5ZGxiYnlCdllIN1Fib0RNSmJrRFEwWldSTit6RmpvZHJUSUE1YStUZGUxTmo4WE9TQVNZb3lsS3hSVy9JMG83WmZ3cldOUG02RWMydi81YkxnRjJ1T3dnZVpJOC9xRjZIV09PNTRtdnJ0cHZiUE1DalVLMmFRcVc2NW5IWE4wRmkrRzlxNmcwSmZNTGNHVUtmbFVrUnRGTGY3R1lQNHN2SldmWnBvMlUweSs4czI5dlhTaFkxSWV0RWRtb2hOenRnNmpOVjFYVGNjdm43UUc0OVJLNWk4T21Db01IWWFmZ01PNnJ3UERtazVLMmVHYlkycDJxb01BNDJuaU9WWEJza2dFNngxSjc5NlpidGxUaFQvY3ZNbVQxZ2t5L2paTGNPR1lOZmVMTDYzam0vVmg1MU1aYmMvVVZBV2VKUnZNYzg0dmt5U3hoQnRNazUzK2prc1AwK1NPOGhGSTlxcms4bUdHYmlWdmJSU2w4YnFHVGpRcWZsZUlUK2o4N0RMRUVudnRPbXJBb0dSZ0FySnpZbTFCM0MxaG9SSTl6UHJFbGlwUUxXaFhZQUZLWVlDU0JKUXB0Z3duR05FY0JLcUtpTTR3RDh5UDVBaFlaVXRxZ3IrUTBXNGhYRGkyQ25VZm5ZNjdyckJJaXJNSkhZaVBGM04xN3RXRHlvci9QNXBwOGFOYzFjRExXYTlhYlhsM0dnd1N1R0JzOVlaNzVtSmZ2YXIxRTMxQlozTldFa2Q4QU1GalFLNFhYTVc1QkEvc1F5UEo1RnNZVlBzQjdac2JOOUdVVGdoMk56anBHRlN6RWVKL0d6Z3dlMU1EVkpHSjBNV1A5Z3JUb3lKZlNKUVZrNVE2SkZ3NjQ1WHRmNDVtdkY0WkdWS1gvZGRGb0pLNTBCTUZ0bU00ejY1VnZvaWozYmEwYXg1QXVIeDNobTdpT3VPSzMrWmt4bS80aEZtaFMyZXV5MW9nYW5CWmprQUhGM2ltcU9MSWRUYzRpL2tYTnM1ZTJ0ZFRvaHRBczBjM1VJK3pHM1pWM012T0phQUNLTUljaEtaSEF3alhkY05CZFRtNlZoNnZBNDNHYVNQc3dEbFY0aTFIUmhDa1ZPcnY4VWpPdDYwMm5lbEREeWxxWnJybmQzQk5NbFFZa2lXQmc4ZE1FcTB6ZG41NWFmU09vS3RKOUYreWlneDVBdTZNNjBRL0pxeE5ZYkxVZUtPVTVhY2p3bC9idHpuMDlURHJ0L3dwK2QycW9XWnFRNnlDbVF6eHRkdHNXSnFzKzRYaTlteS8ySys4M0FWZnZHall3TGcxWnp3R281My9xdXJtVDZ4SFo3ZXFMZXpBWHpaeCtxWU5tNXhpRVlRbG1YZ0Q4aU1hRzNDb0RONzlvZVQ0TjVXZkRWRy9GMjdiR05CNzY3eVBrd0hVNGYwbW4rOEYrQXRhaUtwSXcyRFF3SHJ5VlU4SkFUT0dyUTJFbWVPODBrUCs4Tzhvb1krVDBad3loNi9mWmNGdDNPYUxkanVDN3JoYzV2alptdlJVSHFCSXVmOVZpZWNXTTF6WmlwQVZVeFo3aGVsQXJicTFvM1hPMVJ5aTZNdFdSdERieWZ6QkM2QW1WWERtMTNJZXhGOHptQmZwMHdqV0xVMmRoWTZraVNZQVB3QWZtZUVLV1dSejY2L0lTRk4xUnFZZzZ1YjlpRjl0M2RZSzVOQ2c0ZGZSeGovSEdQSmFYUmFSRzQ3TXFvQlpUekJmU2hnMEpwOVpVSC95VVBOVk9BeUpSQVNwOUFJZFFKc2I1bGxWZzl6Qk56OHZGMXRTQ2tpanhDKytiMXNsWnJHYUh6cjVmTXpidXFkeHZLSmdaRVVqeERGaVVydHI0RzBkNVU4andGSmZPeGQ4NkJvdEh4emdQS21XMm83elBBcEtRekgxNWhQdkJUblJqbGRrcTFPWW0zY2M4VC92TlVCTFVaL0x3NEgwTDd6bjBNOWtXdEhkWFJ0b1hOTlFhZXB6MEpzZVVvdTMyZ3JmZWRGbzZ1WFZsQ1k0bm9qUmZoeWlycXZQRURYUUlreHlVWmdJWkdYU2VtVTkyVjhMcDVYV2gzd2NsYjErV3FncTdBZEtheThGNXgyT05BSGFrL25iaEQ5R2dZQVRTdWV3eXBFV0tjMndncVZ5TlZjUksvSUg1RkI1V1hqL1lkZmt6cm5KTnRUdGdVVUZXMjU1VVJOVFltWUFpeStVb3VCNXN4dmxyM0lhUDdEL1VDUHF0K2NJdXhCOTNEbGZBZFd1YWJBS3UwcEdKNDYvQ1B2aDlKTlZXSDBEUWFkOEJpTXFPak1wV1NQdDNzQUhUbzIzZjJIU3BjRkc4VTc3VXg4eHFLdTdSdEtHVkRJdkE5TlhwRE1Cc0ZBVXZWSHRmWUVkTU9IdWp2T3ZqSmQvV0NUREtsVyswcHpXNnpiV1Z3ZFhoekgya2RpZ1BPd21paEhGbVFrakRjSU5CUVZweVV4TnRzalVRTHd3RzVpYWpoVWhyVkVPZUJkSFFWOFZpd3RiMFEraURRNmR2b0pLQmR2RVY3b3UrSllDTXNDNmJUU0lWVUxzZCtxYjk2WkxxOVJHMEpCWGV0TjN1bTRlbnpFOGEwWFZ1dVFtL1JpSkpiM3Z6WWdVTE9CdnJIeWtSVEFZR0o2a0I5WkJrOU5wSDZmelpDMkdHTkR4QmFVemxyQ2pXWWtWNU9zTkZ4UElrRXNGbmxwS05xVUthbytWWW8rWGhOVXFtM05EUjZ5NEx5R0FqeHlWRGRJOFZZYlVXWWQ0Q1hYNmhPRWtyZFE0TDk3aUliRzFQVG12cVBUYkdBYjFsOGJSemZLbURzU2l1Uk45U0ZreitadjBVVndrRVl2UWhSaUNCRzY1VzZlWC9GNVE1dWlHNkhUNHdBK2VBbStpcGRrZml5bFNFSEpleU1JK092NzlGcjQ2U1gyMFI3Q2pDQWlrNXNSZUdTOS9oUnBwMGdUbGtaTlRpRUk4RlY2cnk3eWloNnNWR0ZVeUJIeDBlWk14OGJKQm5VdnM3amFRU2tpM1pTZFFCN1A1dE9pYzZIK0VRalRHT0l0N1JVOFNaU0p2SERBNzF3emk5MmMrTytZTWw5MkQzMWlGcmJuUFdFNFNXRzVzaFpiZlRHWGVKcDRQNHViRzMxMElWNll1YStDelk2NHA0bzl5Tk9tYUJvbUQrbnBsMlE2WDYxMDMwQU1sOE9CRVJlbjJ6UytwV0p4SjZYb2lDL0sza2hBYnlFNzg5b2lxOE1vR3FBQUcyMXRtRmdNVGk2UWoxRk1sWUV4Y3RRWG8vZFNILzdlYXpTTVcycU5zMTFHRW1Qa0Rvc2pYc0pDdVlFZUkreTdRdGRWNW9TNm1nUUN6bFVhZUtkNlV6cDd0ZWlOS1poRS9MdGtGd3VBY0drMVFrb2s2bGlLK0w3WU1XUWtIOERtbVA5bEFUckhWYlAwSnJKb0t4WFppWkF0dHEydUd0UlhGcTRXbGtaV0lPRUxJdVZxWWpaMkdQMDJnSzNQekcycklJL2luZVlFSXdoTGMxc3U4VkordHphRDJnZkFJTHphcEMwQlh3Y0xrbC9IWHJMUzllcFc1cjUxSHB2a2ZyQm43Y2dYeEVIdmhLMi9ZK2RuTDdiSkYwT0hETlZCUDlLRDhjRTJFdUhhLzdvK0FaeXQzRmR1QTBiVHpkWkM4OHdMN1AvMkE3ejNwRi9aelpVR2k4MXk2Y3hYdDBobldKZlJDbk5vRk4zUTl3YUVjSTJRa0ZvcVpNU2krWHlUeGVZcnhxK0RRcUIyNEhyN3lnQ1c3bHpuQ0lUcVhjWmdMSm5peVlBQm1mSlBGUFFZQ09PZDZ6S1k3T1RXejZ3T3JLZDNqSkxEQUZxR0ZyaUM0VWg0QUt6VlFhdEo0VlliNHdzMEFReG1uaWVsdUl4ZGhKWE1CYUtReDJIMXhiUExibWhoaHJ5RmlSbHhqVjJHVlNUalpZQnExSDdlR3VWQ0lNa284Q3dwQWVRNkw5VzBNdzAwT0Zidk0ySFdOdlZrc05ETDZXaHJZdzNZKzNIcVRvWk1LNWFyR2t2VTBNV0hGTTltNU9vMUlwOHBISTV1bUgxOHBtUkFJRzhVc25rVlJpcDhIOGo1c3N2aGl1Y0NrZDJGNlQxRkFkaXc5cTNtMHRaeVpPaEF0aTF4S2RWSlZtOUVhdHZvM2laNWlxdmczQVZvQktFVkxDK1IraDdPbEh1dmNLOGg4dHd0U1ZVQnpVWU9OMFdBSDBTbWUxMHdnNENFaGFrQzk2K0tmY3dqUnhFNzFQWDdYbEloRDdZdE5EdTRFQ29ZY05QdnBvckNUOWV4SVlacSsyMlZuUUxEYUtHVTQ2cTFXY3pndzNyNk9BRFNrQXNsdUdhNmY5UVlUZ3hMZmw1R055Z1I2Q0dGTzZVZDlMTDF0cVV0UURyem1qbzBGcG13bVcyZzZ6RWdEeWd6VTVCcWcxQ01yY3FqTHdLWGhvQTl5ZzB6NjhWcE9zQThnUm9zYUcyTFBaM2N3T0JlODJwRXkyVm5FVlF5VTUxYXVHTVFDenhaQmM2WlU0MmY4QVV6TmZ5dlFwdWlUQS9NL29UR2wrc0lLQm1kL0sveXZPUVFTUkdZMG44VDFDNXJoY2k5Q0xkRlNXbVRsdFhMZ0gzV0NkQUdpTHY5OHlHTFBSVkVES3Ficlc4M0xjZk5sWmh4bmg2RkZQUjVEeFcxZHc5dWY4NlJUQlVUTmdRRlFkVVBPVENFUnFOckp6elF4VFgwR0pkWmlGdElWSHIvWmJwWnhLbjJ0WERjRnByYWxTSHk4bkczN1VTWHFyNmxDdDQrVXEyYmdLU0dJdmxTaWs3clJEMm0wR0dVZjlpK1JmZEJ5cERjMXFUUHhFTEtSc1VROFk3ZVc0MDFIWXdsWTBGTEhwTUpYVmZxUXoyWDR5QkEwdEpNeHd3TTBvUkNWUFZHdlJ6MmpBSkk3UTNzSThYcXd5U014dGwxRjJqQ0gzREY0Y2Y2b0RrazFDSE9ad3hSNEJTaGRpZHVOYVV1R1NyckphWjVMdm9NZ3g1eGlVY0Nrc082amc1Y0RBQWRpM1M1MkZxQ1JESzdRV2JVRjZ2R2tPRUlyYzZ3RkZNOHozWkJqWkx2V0xtTXdjWjRDMGlGZ0U1S0RVWHY0ZWoxOCswRzRkU0w4YTgxRytSQ1UvS2svSkNpTUV0Y0lkd29uVktLVi83a2hMNFBTSS9scmgwQ0p5bUNDZkJWSWtDVGRNYWFnYnAxTUR0N01oTXdFTGkzSXgrNUNOVEMyRFRWOEZaZlFqckk0alQydzdrbWdPMWxwSkJ6L0crcm9NdDFWYk9ZdlE1TzZ6T1Vpek1zKy9rbnNpK2p1U0JJME1neGl3MU1ZYzM2RjFsbzlBUGRJTmZnV0lVLzhOQVRJdjhzWUlid0NUcWNYWkRiV3lxSkFVNFo0bFZiWTczZnhrZ3ZrRE44MEtpMUxzZ3JXRVlBTWZVMGgwRW1XRXVoWGQ3SFFRa081R1RhZ2tMeTJiS3lxbUxDNUdGaVllaCsyWUd1YXhBcFdTdXRZQmtSM1p5ck1iY3lPd1B1aUFWczRNUnpMV05jeHZmM0Vpb3BuTThsR3lpQ1pCeTJrYkc3bTBVQ2UwdFczQ29KRTgzZC9hdE9XL1M0VzRjVSs1YlpFdkF0UUFjZzliZ0RCUGdiRS9USHozRFdtR0R2bnV0ZUpqUUNNYUtXOUxKSDVuT2E2VktUbWpLU3hCMUdOQnhSb0VqbUZqNXZPNWgyK0hmSHVqSU50S2RVZEZ2eTczZVJRcGN0UklTTkQvWEpxSEtYV05mZXgxckF2QnhhYXNJOThxWExuNGdaYXNRc09zZUl3anN1cFFRRDR5SkNUY0pTeklqczVKc1lKaDRNN1VORWxkalVpMSs1a2hhQjhXVjNCMGtsQjZ4TkFrTE9waXg3Z0Z3RFpUM05XUUNoQURCWW9tR2ZkZlhVdTlFVStSY1p3NGtYMUxhR1FZNFRaOFQxZ3grSFhwc3VzR0E5cnVySENJazNyUlR0YUZJMys4Nm4zRm8yWDlPM2kxMFBpc1d0V1RFUUlsUzlmQzBaOFFFanFFVXJpR2pLMXRSbVlDekNKVW1FU3ZHTUdZZDZlS3RTU3padHRyTWhNQzB1Z0k4c1piWS9SOFpkRTZuYWJPekc4NlNKL3NLUFJBeFhaakdwZlF4MmNienQ4U21KTHVhMkZMSnVyS1hXaklRSXdPQ2txOERXcyttQ1JGeEhEdGxWRm9PSUlmL1J5Zk81NlpIdWtJcjB3VENYKy9paURTMGxzNlEwYlVwYnRvTVZRNVdiaXdrZVFGVVZDT1JRbnl6cEZLc2pQUFhEUzNnc2JxM3Y4MEZKVDMvS3k0Ykh1aXFsZWRrQXo1N2lGZWVsVVFFZStYKy9ab2llUzRvYmpxU0Z1T1NYWHhqL09XVmNteXNzQkltblBaOEFhWXhzRTVGRWZqbm5NdkhISWtGS2JGLzVxUlhET203NDZvVnNnYlpiZVEzV1gzQUI2c0hLOHhFR3BtZFQxMkFkZkFROGNVZEFKSC81VW1DMktWdWpiL3FwUHZrVHlkMXgvYW1rdVkxejJadTIxbG1LMFV2TlRBZ3RkMTM5UXZTQmZZaHhYSWNnM1NTQkxNOStRM253TS9TSHVFUENVQ0lYcUJPZzJzNVhVK0RGV0dhSERDcFhPZStSemR0YzN5R3BFbmpuckg0SjIzRjVMQkFxRVJWa3J3TVpkVzJuWE8vbS90aWJmUWJFT0VaVVcrVXNRakFJR0RwU25iSlZ1SnFGZlpUZHozSWxpdUxBYzBuR1ZwZmZNd1ZQeDluT1dudnV1c2t5aXowMGNsQ1FMcFZaWmZPOUpxc0JnTkNyVHZhTmdtMnVGdDQwUTVIOFBzYmFJM3NPSExJaC9PWVh3L3Q0RTl2VnFnTGlkRWF1UFlFTlh1QSszVkxlMEwxUnUzMEVSc1QvTFZIcW82SHRTQ3ZLT0xxS1k5VUltM0owaXNCRllvN242d2VWQzRCL1I3WEJpMjFUUDZyVVN4L0tHRnlzTHFMMGFhNkNxZW1NaklLRENESGdNTVZKYy9aOFpqUU55SXlDblpnUUFFQXRwaVJqSDY4aUZkbU5yd2JYZXFzQWttRmFFZG9HMmR1OUg3R0lmbzJMSjQvTEVNT29PQzFJalZGV0VWb3RFNDZHeGhSU1FrRHAwR21aZnVZRTVoNmxvVGcycDgvWEo5SnFNdTVPVTFXSDVEZTltMURVd0d2SDhHdXUza25UYnN0NExhaXJUYXp6L3loVmVVTTdFLzMyZWJvYmJKZE9wY29LT0lOb1h2WXM2clNpUHdNazJJSjVFVzhYWWFxcVk1bnI0U09rZ0xqL1VxQ0dqelp6aklLTWhZYWNueThCTmZoWG9lclFQTUJlZVpZZ29Fa3k2ZTEvcUF4MnVOc0VTMEJUdXNaUzdmU25LdFRlUytaVTBpQ09HMHhwSE5XYTRvQWk2ZE1WVlIvUUI1OStDSUsxSXRGQnRUMEtEVDlEMEYrTkRVNHpsUFdDMTRRcHQrenUvSWR5SE0rVjRFMDVPeHRsaGNrYVdWbllIUW9ZL0dmR0VIYXJSSDNJY0FVakdnVFBrTXNUenNINXQ0aGZyZ0pEQVVtbVJsR2hGeThlT1c2bm01enkvek9nU1dxanlqYytnSzNkdnhkU1VrM0Y3TXROL0U4OFZ0ekt6OVRRRU1NeFk2S1UwY2REOXU5UUdOcUl0WGRrRkRSeTVJSEhrWGV3R1VXRWI5bnhocHZsT2p6R0pTaTJIZkl3UmZtYXU3T01pMFRpSEhkWVZ0Y3l5dERFTGJQTmxwOTJRUHNoM24yWmx6ZVdKbFAyakVnRlVDTkw2V0R1MFp6d05NZ0dBTStMZ2toR05RZGlPU200dkJ0cTZrVnJCZkJqREhnb1NyV0ViaFVHVXpieWU1Q005ODFUK1RzQWk0dUtUYitUMnpQc3NCUkthKzJQeVRoTjdLZGhxV3ZuS3gwZE8yWkxVcC9yRDgzaTYxbkRCekVoeHFVbXpZUnl4Q1RzRlNLejhLck5FL0k2ZWhIRHY0ZmVnajBqczZXMGJ4aVpOYVRRUWk4QW41K0RxMzlpa0VVc0hiWVpPZDVub0FMVmhLdVVYMHpVcjJqbFoyT2ZCT3BOclJZbGhXdGc4VFJtUzFqSGNPdTI4eXdoekh4S05wZ2d6OS9FeUpTQ3l3c2VmNEFjcDJ6U3A4cVA2T1JnZlRDQnQrcFVickdIN1NqVldxUTFISTlHeTA2K3NDNnN6ZlpGN1VHNTZQQ1NEVnhtYkwzYXpDZXFZb2hLeXhYamhTcG9Cc3pUV1RrZG5hSDVTYVVvYnMvbVBNL092SVlkcno1WWtGa2JHald1Wk5vN3g0aWdNZEg5bjNXVGZPMUd3U0pWbU5reVFKaE5WWmFDVFM5NE0wcmJhcE9nQlVsVjNWU1A5RDRlRzQwSmowOFRZK0Z6R1VGZjUyUC9yYmp1NHZ2ZVVJOFBVb3BtWVN0bmNFUkVNMmZVaEVWTk1jazFvamg2OG5CbnIrUUx3WW9qQUtlcTRCUmxHN2t1WDU4SDZ5akIzcFJBRG5NYlBVWC9Pb1VnV2VnVXNUVXRsRXBzVnNJNVZOckM4Umg1ZjNVWTIwYld1RTY5L1J1cnRpcHVBNDVHcDJSM0JLdit0eWE4elBtajFHSzZnb1JiZjZsNS9mampwdVA1dld2d0pUdHYxbEZ0d1pWUjRjU1oyYXcwbzBTTjhycy9sejV1MG13dnNYOUV1bHJoNy9EeGQ5d3UxK0tSNTR2S1ptM3g0Tzh1Tk1zeUZKOTBHZktUWUpUanJqaUxJUUhtdGlDV2tVdUhWRlFqdkJrSm9wNkZrWklJbGVXNkhObWRtT0pmVXU4ckNOekZTbGM0eEtSUi90K1hhMWRQZmRZTWg5Rm1Sa3F5MkQzT2xOVTdkbkVVbjNLVWhDZitoS21nTGZDbFJpV21iWWtZTEN6SloxTit4YUZKaXJ4aWZjM1JJU016ZGhHT0dQdjREbXRjZTllTlI0YW5KSUw0V0x5elpTanEvNEtxNER5V1NoSFJvUmdNRi9nb0xZcE90ZTBhQnVONGNSV3Q2c3FyVXMxakdaWEl5ZkRTS0N0dVo4cXFsM0hXdUtSZDlqRldRRzkwMkoydE5Kc0grNDhCZU1ieGFpT0VrajVzclZ1MFlpbm5CYmZZNGtoQWRNZUZkSXcxb2ZxMElFNTFjcU9VRFVQOGR1c1dWT2V3RE9lWkVkQ0czbzEyczFhR3c1eFhZTDJhS2IwVVdNZ0c1TERUaFd6TlY0YWh3RDNIcXl6dVRiMGwyeVN3V1Z4d1BFcENxSkFFV25Ib0lQSjVWUWpnMDRsMTl1WmJnb0Q3Ky9HRW85enhpNVJKTGV5RUVtVURhSUg4elNEa0hnQnA3THE5Rk56K2NkeEVESUN2TmFxQ2RmeXFaaWdHT0FxVmpZOFpjcXlQYi9wd204UVY5ak14WEs0VE1RN2FZMVNZVTdYaGw2blE0ZENqa3lDR2UvRWk2VzJMRitzdzFzVlRFNGsrbnRUUzU4RnZhbnZIZTlrYjJKa0U5cUdlYW4xUElJWTY0dlp3eDRScUt0dUlqbTdSMldpUTR0Mko1OERwTUhYb2pQeWRGYVNic0s1Umx1RzlqU2l1YmR1aUEyZWE4L1Vkd0dPdW1iaWlsYzQ4bTh5VXliZDNFbno4eWNuZWhHOUxLQTdMT081VHhNcTNyRjZWVWdvYW9NQUNkY3o4L1Q3aHYzZ3BscGlVMXVZbUJ0dStlTzVJRGYxS2hmWmlyYTNGY05Bb2tSVG45UzlITk1KZWJjQ0RFam82OVNHblhaSGMwajdnUnpRcFdLemRVK3JobFB6VUpqcHpOTnlHcFZFbkNTajVUaHExRUhLQ2t2ZmxHL2FSZ2dmYlVOVWVlbGlxUjc0NEo0RFJiYUl0VzhScTBiV0JLb0I2RHlZY1l4OVc5YjhFemxrd01NVFhKc0cvRkwxZXpIdkZXMDdEMVJnRy84Zno1VmkxaXBnQUZ3ZmdUMVJOSkZkajM0U0daRGVZUXYraHh0Qm1uR0k0eWhRNVdiSUlPdElQV3B4RWdMV0FHK0V1bFprVkVoc3QwYjhqU3VnekFNMnR6V2I5Vno2d2U2bG9xVE1xNGV5dmV2SklVWGFrVkNaSkYvenFKcUxJZG0xUmdQNlhPRXV6N1JXMVN1b0hwMEFpRXBwZWk4U0I3Rko0Y2tsR3VlQnU3TllUZzJpeGpud0NzVTJ3RHVJSE4vTlZwaHJ6S2l6RjJNcTVJcGRPVVBSdWRqSTJiSmRyWk90TTNBOXh4NkQvYmxoN1p5eE9lWFM3UzgzMk93ZXNDckpKanNxTDZBRFd5RzFvVGlEa0puMFlBWVZpcVhTREl0eWFwOXh0RnBVclNMVktjWWpOWHBERXZYRzJ1LzJWUngrUk1janVZbEtib1NTN2RMa1E1ZkNqUkVaeEZyc3FONFhjaW9iZEhUOEtVc0ZsYTh6ZHhEN2gzcldmTndUeVNXV2VOLzNMdU9SSTM0bmV0M2U3TW9TWXRiODFWOXNSbXNpMjB4cWQrM1U3ZXFyOENYcmVJd0gyVllueTdQRGx1Q0s0OWVwSGplTWRtYXV5Y1dEeE1aT2FlOHNGNk5tcW1MVTJ6eklpUjJZNjhjRUNBMVI1R25iaVA0SFBIUlZycGQ2QldvVXFoV2ZDT0gyM2MyM2NwYWpPV3ZkcGt0dmVmNzErMVJaQkJaNUVDWkE3d3dVa0VQUWRyK2tqM0tTODdqdHdtcUVteGZBTGpIMnVlYTZ3alRoUlV5MG1CSWtIMUVMbWVVT2RoeE9NZnphYUtFVUZGQUxMcG5LUHZXdUZWRmdkWTNyNVZ5THlYYWNlcm1pK2pkWW8zakkxbno0eisyWXIwR21RRXdXRjRKNXJIeUlQcHE4dERmb0phNmRXRml3QTVtdVB2QkxuZU5kS0lhaDNyWEI5Zmk2RkRWSkNwbldlc1E0Y2lLazN5YThDdlR3RTBLSUFSdXdqK2FuNm9zTTZ1cEJwVmR3a1dRc1NrZ1VieW5DUGNoSjI1VHpHdHVzRnBKOE5xWHhVeE1TWUl6SjdxcVU4ak1UYS9lTytGaGZQZGhxTm8xRGlYU3pXK29Zak9ONUxLK0JVajJlV0pBbnkxUzQzNkl1MCsvM3gyNGNUc3o0ZGovWXkwTzZRcndHSmhYY2RvZmNlQzJoeGtxeUxEUy8zNytrYmg5aWkyZktCOGR3MlZneE1NcmR0SEQ1czZIdGRaZ2cvWE8raTh3VDlzTk9zcFc1S29vNjVVNDE3elI3M1dPL3FleHJMUFd6eWtrUDF4WldubzN4cTJ5QnJnYmdYVHE1R1kxdyswbzRZMllkSTVDOEdoUURubDZzU0NhQ0dnazlNYzZrVi9lOCtDRzd3QmV5ZE5LOEJVbW52R0pSZU1lbEtLQ2duMmFIWlJ5WmdmSE94TlNvMllXMUU5T2JnME9OU2ZPQi82Z1QzRlBEOVVDSkU3cWFZeFhScjNSemo2MVJyLzlzNE5SWElhTEJIZ0ZNQk12MW0wV1ZNWmQwOE4yZUE1NDBmd2cycXVSQ0VpSjdMTGZCQzVvdVI3TWw1SXBabXY4b01jelg4bFBhOHlRa0c2UkR0Uyt0VFIwSTdyNmZ0MlQ5MlRsMnJUUllMUmRycTNKdXhha0tmeTJYOUZUQ2xwTU50US9YMEpYRjlUNDM4dkV3akFOSFlFY0dpZVFyV0N2NENnTUV6Nk1aUEZ2WDVGdDlyVjFqR3FvNGRMaFZYd1BVNllKeWZHRGZmNTBGT2RDM2M2WTB3YWZKZ3hZZTVaS21xNEF4VStIMS80dEJlTHVjdjRpTU96QXc0bEUyQlg4RTNZOE9UZnBTTTdKaDhyQ2Y3akcyZ3NneW82M1BHb0pGRGhob0dnbDAyVW1jN0ZnSnVjaTA5V3FwNUlXKzFDUlEyTCtIWGZRQWlhcUs0ckFNK2x1LzBlQ2srMW9ZSkZjZkhUYXIvbjByTDZaOTliMk9SNzFKRk43VFNUQ29pdkppcG1GcFFseDJycS80WWx0aEl3Wk9naE1pc1l2alZEMXJ1MTkxTTJhdWxtRklPa0pac0xnZmJTbXlqVDdoZFJoVGRjaXZBSmFLbmQ5c3BrUmZYQnlRU0g2b2x3UkdJS0lHekZhNjVPdGxwNWI2WnRCZFRld2NBeHNtdFZ4WDNacVQ3N0FWbzI2d3NVaDJ4cWkrbE1JSGsyeDN6OWtrbDdrWDdFYzdPV2g4UjhvcEduMUFXMTU1aEVIejRWNEg5QW5sTE5GaTduVktHMnFTVFlBVlEzMTJFdjhqOFc5cXlKMkkvU1FHN09JdGRDMWlXTXlKemN2ZnI4T0FrSGg4eVNwbG9ub0cyRDR1S0RPWVpHekJkRm01dEZ2NGgreklSMnExSitpa2FqUGYySVFyVllwdEZqdGFoejJzOFNtVnpTNDBFd2cycFBIMGRmUlZxa0pFd0NwbkhKbVZWbXhnZ1FBUEZvZTBJTUJ1RUg5WTJYaHo2Sjl2QVdDZXBwQnJhZnRoTkJIZHE0ZGdld01iTkRCRnFHMWtRT2NTclUrUjVHSm55S3ErV1JzaTZYbHdoMmVGNURLc25XVWszaVh6bUxvbC9YaUIyWXhnUHpXSlV0aXQxVTYzRHEvclJ4cEpzSmlyald4a3lZWU5DZ05WNm5MbjN6TFRhTEtOU0FieWlWLzBVUWs0bFlYcE4wMXY0OEZvQ2xncm5qbnlaajZlNmlRSDFEa2VyRTV4NzFLa2tzaUJ2ZzZZdGZxMWtUUExvMWVvYUZtb25UbjUvNjdnZVkzZjg5UVpoOEZOaHFvNlFqMHE3NmhxQ0FGaFVJS0JrSzVTN3phUnZtbzhKUWhFOUtLSGFBVmJTblNGRit2NHpxd25VUU9QT0RtendJTmhxK3BKUUhaUUFZaFVWRFJEaVNaaFRIaUlqdnZQeDlFMHhLLzdsN3piRFdjL3N2Z3VBVXh3RHd5WmpqTk1waFkwZ1NlSFJ6V3JjOW9oT0RtUk9BdUFEQVp0SDFkRW1ZNXJSczVNSVJHS21jN25XU1ltdURld1k2NEdnNEsrZmllR010cThjbFhYSXJLMVJYSUhkN0pHWlZtZ2JIK0pHanhNRmRELzhpcDZkc3VkSFE0dWxjVkZMSkVWR1pDM1hMbnE1Zk1KdUMyb01scXBkdzVFaEQvMWVWay9zY1VIbUt4MS9KYW1UdktSUzJDUGc2eGFIQzEzS3ErRGVzSEluMURvWmVHMVIxRlZNaHdtc0o1cHVtSURkNEVKU1EzbEVCaHR6NWdjQTF1UEg0WXJzWFV4M1NMSHlUT3RRM2cwSmlCL1ZUc1BkRVJ5UVBxRGo0MHpBK1RxUmZUY1ZiRFFZcUhEcnZpU2FlTm9wcm5VMEJJTElGWjBCbHh4S2pFUXk5aHlzTlUwZ1NRVmlKNlBsdHMvYytUeG1XZkdVdFAvLzZrZGVXcHYvRTQ3MHNUYTFTLzZVcG9xZWdkYmZKYnBrT2VEUXVpQlR1WStmNTU1NVlSQWtRZXQ5RHd6TGNJNVowbzExYW8yZFJzMW1GOUtDaHJvWkw0ekMxcTZsS2hFWHFhTzlqVXk1WjVuZmI3TU1XNS92NzVhUTdkbHRkU0lzTUd4NGgxdEhTcktpUk5DSlUzVFJwaWlOWkxiOEdGdlppenM5bHRKdDJyTmZTS0o3clduVURlMlJoODh5MldXTGdJeStMTWxmUE5RU1NnUUNDOHBZUEhFNGliUFlRSWVWc3A0b3pnR3RaNWNqZjhXaHBSVi9DdWJGbHdiUjUxcnI1NEV1Mnl6bnBLaDdrWno0c1V1NGprWC8vZ3UydEg1VFk0b0RKV0hVTGRZRSsza3JOY09ZM1NIRnVQZ1hsc21aUGE4ZzdQcUt1Z1BwamQwci83bDh3REFSbmI1cGxQeVdhT0FLWlN2Z09Ka1VSamVFZHlDdnQ5OThFSTd3TE5ndFRXYTJFWXBKY2Y3bE1SUmRIZTR1bXB2Z0FCK3oxMTNtRG1LdjFvRkp1c3JDbzNsZmEyRFRzSGZOeXkyVHBaTTgwbERLSHplbWNwejNWeEdxRHJmeXlDNnpZSzVEcC9iV0hXNk4zVWdFTlBOdVVaODBRd3dQUnFXY2JTMm8zUE95VDdGRHVUUVpwUXhOMEI3R3ZDdHltbUJUUjRqN3UrMUN0UUw1b2ZuZGg5OGV5TkdLYUh1c213d3ZHOTMwUlpsTHB1bXNoSmZiL2lZTURoUU9iakV2MmUybVBObVlSZzlveFI0MHlPejQzKytOR0ZMc3JSYmJ0S3hRK1BYejZyRlVWMytEQzgzcWF1SjNpaVZaSFYwUFhXcFFqSWk2R29sUFErcExkbVBGdmhadjBDck9Kam05ZVdodkc4amF0VUJ2Q3NKVEFGVVliYVJ0aE5jSkRhTU1WY0FrZ1NGbU94M216cFVvZjcwcEJlRnM5dGxFTjRZMHdLNU92YkJvVUFrZ1k3WlhaU3hCWVRXc2FIZDdBNGdJRkpvcEtTTVdPdUxCSlBzdUloaVdYZ3FSOTJUZi9kV2NtU0cxUTNLUktPY2VmWXhVbnRpN2ZsZjhRdGNYdWZIVnBmeUNsYXB6dVNhU0I2S09LKzdkSU5vRVRHVGNHV20veTZGcEcvcGFLZUhRQUprK2tFdWN4eGI5cjdPUFhjRWY4NG1DbEl6M2NLUS9Zdnd1Z0xmdjRqSUE3MVJNOGhIZVB3L0RkVDVXenBoSFh6UldXd2EzNHZzcmREQ2Q5K0tOclgrS3NqRURMOFZxMGJtUm03M2tvaCtCQXNjWEJuczBEQnRsNERNbzNnbUxpWkxBMlI5bEVYYjdQVmU3SUFHVzBwbGd6cDZTeFhDeWpXazMvSGZnc0lMZWlHZWlLMGM5VmdTU0RhVmt6R3BBYmNCUUt6UXFwb0VsaTNia3d1NERlNnlXeVoyMWlJaUpLcFBJK1I3RjRoZDU4RTJWQkRFRGVpSFBYYXB0NHBMcUtNMUFBdFdUNG5yNHl3Q2FHeGd3bmVBRWQ5RHJiMFEvbEZqZzQrMUJURnhjWFlMWENIYklEUFYyMDIwU3dDZEx0YXI1Um0wMU1yTFU1TThsUlBoa2d4SXZCT21yaW5EUFVMdkxLOW1yeEF6Zkh0SG1vMGl6aGlIZE5ud0ZKY09uRTR6bmxIZHFNMDFSVUNKNnV2R0hISVdzMFp5SWpHbGF1elNSNTVJVU0rRWRNRDVhdUZHYkRSSkZIRHppdXJGZ0V1RnpNcE9tbE1BV0xKd0RtY2JqSXFEWjAvVE5lWmExTjNrWkJTU1d0UVBUbVgvSzg2YjB6WjdxTExLUTRRNDRvQ1Z2ZUJTM2hBempDRnJEZFNtamxUMWIrZ2J4WDU4VDR3SmplSktOdkZFT3h5eHlqWFlxQmgvT2tDZGtSUlQ1dWxyNXBMbndYNnZhTnh6blgxeWpuMkdQdmQ1TkZ0aDJ0Z1FYM0x3d0lDS3NlbHlIUzRUUlliQmVOMHVVMUlVTGhLZ3dDcXRrWVYzay9tblhPRCtvQkRPU2RTeXV0ZUgxbEFpZVllS3dqZnErM1g1amdQTldXZkx6RTZ5R2tOa3FFRlhnQm9mNG9BeHU5cEQ4Rk4xK1hGcXBQeFFGU3l5aCt5VzBVd3VUVzFZM1JKd0o1VjJSK2Nxa0dwenBlMmtnUVVGUmlZaUl2RGYwck92SWxuNXF6VWpxamdrc1JVTU9BNUhnVzk5VHZrMEtsZ2Erb3I0TWtrRklYcDRRbDhvd1FOeTJzc3dXUWJpQVVlc3kvWHI0ekdXYVNyM0ZXVnJZeG51KytJU2JtNERLeit0ckFTZ0ZqaVR1ZTRSb0RrS1ZwV2o2eDdQb3l0N3hEQjF2YktTRmpCZUsrYjNyZDRFM0FPNDc1OTBSYzFlRUV3bFMzZ1J6TTJJaFZHczJEOUVMeXU1L2xDRnRVdXd6UFlHUkFJb0hja1BoeExDenFqRW5XdU5kS1BWUEp5eTRIbEZTZjNOcmdZR1ZxQ010OUwwaHYvbHhmMmVQZWFjaHFzbmxQY1d2VUFndjJQRTBvc1ZHTm1XdElxNTJuNkRHTCtKSmJKYVIvUUZ0NG9rVzhWckpteWN5eG16bU1ySUV6bEc3V0psSGp2VU1GYUt1RElRSmdkcEdrTjR3TFc5b1A0VDNLWXVHL2pURE00RzE3bStTODFVSWRyS1hnRG82MHlEenZVVXJIcEdjc040UzRJYUtoa1AyeGo4UC9RcDFqWUlBRFdUQSszTkVTQVVjNDZCTTdUVlN4S3d6anpBZUdsUS9GZmFTdHNjRU1DY3NGMUZ4WllRb1BBelEzZXlmU2lUd0RBQjd3ZlpZcmt5VXhlc25tWTNrSHhvbVVHaXdBMkIrT25CckJOdFVGdHFqbjNXS055TFRvSlIzRzY4RWI5TE9ZZ3Voem5naVNiUkhWTDBPK0p2dWhrSldOQ1JsMHlpUHpBa2tMWHhRdmF4RTZ6UTFpTFBEczd4dVYzRS82ZEhjOGtybHB5S2VhTkxEVEdGVW5HbXBTelR5ei9GeHJUQ0JLdy9ndktaOE1OMGVaUWRqT29XY3hGa0ZEMG9GSi85THJWTE9yM01Fa3RIZHAzU2w0cEo1dmVQRlZsNjNxa1dCTzRlbjg3d0ZUTVhKS1J6T3pOUVc2QUtDQjdyVWo5TDdQaDZMWDRBOUtVVnRJM3JQamJnc0FkWlJBdDhmMUZRdUdmOU5WZFAvK1JJUlArMUJ0K0FtVlhuQ2dYbjJGSk5tL0lBL2oySHlwNXFMcDV4L044Z0pzd2xDU0ZyR3VzQVQ3RWw3Rm9Da0U1UVJYQUh2MUZ2VmIyQm43bEV2andRaTcvN291SGxlRVNjSWtQbmtKZWp6OCt1OW0vcUdFanBPRmd0b3B5cC8yVXp6OFlJNWwyaVlKV3FocUluWnRqWE1oU1Y5bkNMQnkvdkkzTjl2VTNHMGhZVzd6Q2tSV0pxU0M2VURSdlBLTlFGSHRTa0FFY25Fa1I1cjJNM2ZOaENleHpXUnpFK25leUJsckRsd0VJTzI2TWJoQlYwTy9GR1RONU9EVzhCN2hNQzZIYkhNYTRIN0o1V0ZEelVScG5FcUt3RjV5UWk0T3ZBSDNIODdnSFkxSlY2eWJmbHZSUnpzajh3eVhiWlpwYVJKZEU0VkszNjlJQTVsRTZIM1FTelNLRUFIVVA2QWFCR3BSOXl6a2dNZ2VZWmRIczRVTHUrbVMzTjZqaGRiTVJwYzZUU2VWVUhVbXZGb21IS3g4eGJjcUc1Q2VTUkkvcnpFZitJMlJ3K2NFUXJyaTRiY1luS0d1dVRiV1NsVklEbFU0TDRIT0Frengyb0lmZWw1VnZ1SE5jbmRtckVqa0RqNDArOC9ObENPeTFjY0JLdWIyUGJwRjZ3WEc0cmtRY0U5OXJZR2t3N1BxQWJoQnNDOXk0eFptMUdjbVRwUTBNMzlLQ1IwWVp6NkpFRy90Y3FEaXZHUzZmL3hKSXNqYXZldUlKcVlZeUJnbTdzRTYydmRrUXZEcFVteERvZTRaUWJhaENQRU5oU09iUHJxUjYwNmdjWCtLMVhFdU9GeWhQL0tBc1M4clNzVGY3dXg2WDNpbnA3WC9Lbld5bENvZTlNaEtUR2tyU2ptelp3Y2tWR1JQZ0dic051cnQ5cnhUY1BqQVdOV2QwaUlSRUF4dHVRalZ2S2ZiSFNNL2JhcW96S1FZT3pVZFk3cmVobHRGTVo2cjFZTERZZjI4d1F6R3pzeTJpSGZybzEvSDhFSTNsTnZ5OVE0Z1g4cXNTcFdZeTZ1OUl4RitFNmsxc0Y2OEpwM2JtSVpGcHdzdU5kY0k5eENZaFlpODY3Nkt3THpsaHJrZ2QxMjdMcjlLQUdpQ28yc3loa0FGWnU3WDlsRk80M01XWlZZeFpPQS9BZXVBQkVnQ0ZhZjVpN2g0ZzEyajNJTmtmK0JWSmhKMHJsUnBTMit2RUY4OGFOR0JDeFZIZ2twWG1MZjBMTm5nNFFtTjJxWW9hK29OeG5BUFFuNlM3bnNRUXZnSEhicU43WUtKNUdaZ0x1QkNxMFVhN015MFR4eFcyMk01T2pZaXFGTmZxdkdLejJvN0ladE8vVmdFU0pjbW4yZ1FZZkNoSU1OYW5BMTlCMXgyUWxDeHN5SkdoOEpabU1SRDR0bHRCMk1YakdxT2ZaUGVKTFNiOXFYTitKYmNoSjdsdERIcXV6WVd5N3prZzVqVnNzbkZXNllDNzRhcVdsMlo3dkQyWWZaZVNVbk5VdFdJVENnUEg5amtsTXEyL2JQaHF5elN2MVY1VUxQL1UvNktPZG51b0RJV3lwRjYrbWZFbk5KYzFRU1BBS2t0RHhMTjZUMVZDb280NlhrV3lJV1BrUnBucHF4dTZZb3ZtWWpoV1FnSmFiOGRXMHMrcDdCdmhKRHIzWU1JQkttaHp2TU9jUXV4R1MvR3d2Ti9SUmk4U2tTQ2VLMlQ1NjNXaStJQUZnNW0yZ2dMazJrRmVKN1laS0ZaOW9GeVhkd1pZNnd1bHpLL1NNcEFxcHdaa3BQWXlkZFJ2bHhpZ3ZwMW9TbU1yME9tNzQ1QkR4OGIrK3l2SXB5UWFEUkZmRmZNZm80bjRVbVM0U0g4cTFnc1dkb2VFZzFFd25RMVNhSHJuQndLak1xQ1l6Z2gzc0s1MjM3QWF5NHpOR3FmTlo1aExBczJLbjJSOFRheHB0bm1wbXd1azBHS3NnTDVDUVNxT05ZR2U5Y0poSjE1S3VIRzhHSnhHUFJldFk2NFZpa0hlY1hIRXdKcFhKY0pjYXdEczFvM0d5VnVHL0F1N2lnMzdJeCszRmJDMmwyRUpabDBpU1RXZ0ZZOHJOcHI5K0pKYXRUNTBhZ2xvZHp4Q1pDTGdZN25yYWtMbnR3dE1EOGwrYzBaNnAzQ0RPeEMzSE93STJKcGJUMGtuQzBNNmFlc3k0MmZhSnVkWlhTVkgrb2JJSFB2aUw3MmtDQk5VL09weXkvSFMrdTU3d2QwZ3dCc0dTTFdLS3lGSVdRb0pFMjQ3NU5vdjBxKytnVkUzeEFUc1p4dnpKQldPbzJ6ZXpwVW1XUjIvRkQzczBGeHRlcGljN0p5YnVuZkMwNkhaRjBaWld0SVlJd09qSTdmeDEyM0Y3cEtXWGQrL0tIVUM3aHp1UnZERFY4RHMyQ09GS0F5enduNjRpSmZQMEdST0puYnJWa0FXdHNkdVhpZ1U5MmhlMDNjQmVIQytqMmlCZVNFUWNLTTA3UnNGZ2NPWTFLM3pJU3lNV013SXYyNjlYN1l5WXduU212K1BmZFA0b1BzSHR1OXQyTFZLLzZlbmRkZUZoV0x0bnc4cXgveVJlMngrMWk5UkNicFFEMzVTc1FVTTYxOTc3VDYwOEFZZWdJekJOWnBFV1o3UTZPT2o3MENubmUxdWNrTUpKcWpTYjZTMUgwTER6c05CaWtKdXBseTBRWGJPRW92MDhMTU4wTFhtUXRobHFnd3lCbTNLVG9YbERITnlXUFNObERTeW5JVGtIWi80MzVQaXRkbnNYWmovVnNjWjlqZkRtMFZ5bnR4RFhoZHZ2Slp5SjFXam5kMlErZWRvTVVLRU9haWdrQnRIR1ROaTl3ZEFqR3FwYnRLOElEYlVEMW9GVU9vdjNvRUtpR0lMSjZrbWVBMzdyVUp3VXdIR05JeEgvajduK0doUTQ0U0c1T2RadmhhanpBWW1LSG1JLzNyNmx3d256UHAzZjBNdjVXODM0cFdyb0ZodHJQd1NKTjJLV1ZaeXJ6cEQzQkE4aUJIVnkxTldSQjNJM2dWSWFjS0FXd2N4UStiSkE1VisrQ25ZVXdoNXprWVVtcFdRemRnSklBQ3lHYWVDeDBJa2hydDZUdXJMK0hNRUZXVnZ4alNwajBjQndIdkZxbWlYMEprNUpCUHRvcnEwbU14bXB3Vm9makRZaWVvbG5aSmxkZUNwV3ZUZ0JtVk9DZW5QaG56UFM5SmZoNnEyY3ZwTjN1SG43TWJaVS9ZZ3d5bzhVR3RXbDNqYkVtVFptbEJXR1dNWlp3SVZ5dEorZGQyUU9LbGxmcXM4VGttTkliWkhnTTdMb0FRd1hBMTJHclI3OTZWS1cySjZ4ZHJHQVZ0TXlWWXZkblR2SjVvbjhTNVdtdWRqRTlCZGxZWTNQUFZLMzAzcWZvd05wM2F0WlB1VzN2dXJKZllqQkE0VGtUME4xVm8vUE5UcytxK3d6ejdLOFZZR2FSYXhpVVBKbm9jSzdUZTJQMStubWdVK0M2UnpoQXFPQVlRYXUraVZOOU4xYWV6SEhCckFPY2pTNVJLUUxWVWNlc2g5alpqbXdrTDllNnh2T205b2taeEZFaXAxUkZBejlCN3JpbTRWQjlXZ21icmRtWmlmeExpRUc4MEgxNllHVDA3cDVMRGVHT2w1UUc4WFVMVDUxSkJQVWdpMEhmcUtZay85dmUrOFdITXQyWEluZFM0MHNVcUxFOTBPa1JMWWdVcGNVZ1V1OEh5TlNGTkI0QTQyRGk4WTk1NTRMYTZSQ2R4MTBIWFIzUWRYZE9MZVB3dk9RSFRQV2hNY2F6MFI0SERQMnhEaHNoOGYrdEgvOCtKbUpjSVREWVgvNFkvempMLzlabnc1LzJvNFo3OHpjOWVyYVZiWDNybDNWQlZJTWtnZG9WRmZ0Mm8vTWxaa3JNOEc5eEN0ZUJjWFNEazhKWFhXZElDa1JmUS9PWHgyQ0hiQUVoTG5YN3NqaXBPd1pRUGpQa2JnT1JGTXFSUlp1YnpCUmFGOUFCV1cyeGg4T01NOENBTVBrZHRKQlFiTS9RWnNuSk5lZ2wvdVJIUGtIUUJKNGRNalpkV1VON2lFSzZKSVB4UytBMW9TaXFSNWEycnNkOXNVdTFtV09zRjBpeEk4b1ErSEt0cWgydmQ4ejdnK3ZiQkluSHdNZnhVTDZnSVhOcGFBd3diZ0hBUHdvU2k3Wm82N3BiZDllb21RU1pzZzIwVEFGWWpHVmxlSm1BTVYzRVZjZkkzVm4zUGo0bWdBRWNzY3dBZVFXU2ttYzg1NGFiS1NucUsyeHBqS2tOcmh2b1lzaE01NlhjRWNobGRzZGRxRlpIbTUxNEdQQjJNNllUcnVuUXFaWXB1dHFONTZFaGpUc1c1NGkwWjQ4RXN1RktRK3E2ODhyeW9CdjlveWRlZTV0T1hJbmc2R05Jdnc4aFZDVGpPcUhFWHkrWWZhb2M4MGRtcWg3OXJCRG5haUUrQm1MT2hBL1BnckpmWi9iUGh0NG53cVVJcy9wbUtjRUhDT3V4eHB4MFhMSUlhM0NUNEx4Y3hhdTBjOThKbkRSL0IrOE5PdEJpNWVRWExxMEljeGtVN2JXbWY4aUVNcGh3Z0E5MGZ2SWV4dzYzVHZLelQyYnZIV1lmZ2VQK3BWemR3Y3hjTmdyRFBXTmU5VEVCS3FYTUVYWXh0UWtwbnhHVkVlM1o0TUlZSFpmTTZxeHdLVTA2aEJnUDQ4bkJJVnBRb0dtdS9TZ0ZBOTNCWE43SFNpVDBJT1pqY01uWlAwWjU2Qnp2eXRJQk42WHljOENBTkdLMlN5ODd5V21iWUNQNWVMT0duZ1Q5cldISG1kV0F6T2hCNjdEM1FqNXZkVzVvR3pVV0YyMENBTWVDRmJzY0dFdGFWODIvaTU3SXd5WVF2VHh5bUU2Q0hzQ01wMEFjV3Y0ZnJnOC9odGh6MnR3RWdUOVpmLzRHS3hrcEtSRnlqZEhtN0V4Y0FXV0ZPcmk2eWxNN2ZrbEpVcEN1QTJDeVBhRWVMVlFReSttR3JEK0lKUTZweUwvYm9kQmplZkhzMEwrWTZ3Q1RFM1IwRVZ4UzJRRUZDODlFR0JBdW5TQWVQUVcyZVJEQ09CaWxUay93SXJ0KzlBM2h3cC8xb1B4T1JBa3JZUURjT0szT2ZEYkh2Q1d3b3U4SmhEV1R4dmJGQ3p1QXdqa1U3Sm5ZeEQ4ZW9ScFQ3Q1RYR1lIRDUwT0lqZmVIR0V4M2pJaGFLWGd4Nlo0V2JKRDZDUnloN3RsM3pseXJJNDdjTWtUNlE1SERoYWNhMFdLbWMzVUcvdlU1NXQycDhOMUlaa0dBWkVwSkt1MEdZTG91bU04UlcwcVdnVk5KU0dveTQ3Q0hqRkYzYmNndmFCNGx2MW1UTVVUR0txd0lXUGdya2NWQlJrSWdxcVFNQVc3dzllRXlueEhETU5rVXd0Skd4KzdEdzh1cWVaejN1MEIrQ2U3bUg3bnZNS083dHlYekFCUGh6aFZkQmFPSTN3V3l2MEVYMjZqZVVRTnZod1BtdnhBcDI3ZUhBRmpCUGZNWnVLTTg3QkFENUpGWW93WVlvdEVTRkhuTm5XWlBoY1RyS2h0Tk9Ub1FPWGtzNEJFMDRJMnRieU1Yb3lFMVhSZGFORUtHdXIrbGdlYlhuZ014blo2bEpIRmpna2NuLzJRRTRZT1ZJZk54eVZsamdYNUo5Zk5vMTJvNzJWRHhqNWJrZkViSnVObXVFRlJJbFJJZGZINXBuNjJMVExzUDQ3bEhNZlRqSyt3TmcyMkdCL2UyOWdLbnBJaGZkc1pXcTdTQnNPc2ZleEtPaVQyTUIyWVFHZk01Q3ordlpianZiVWVYTWZDclhYdHU2OHZxQmo1TG5FTmlHclF4Z3B2V0pvTVhIZjJFUEQyWWZSNUdDWWMzTnJqRWJNaGJhU01RSmtmU012YTdmUW1lRXNFbjFDZkNzdVhUUHJNM0tTTStabkE4RXZBTys1bzZibnp0bU5CdFlNRHJPYkczdjQ0TEtLemREbkJyaCs3RUorQ1BvUkhpRTY0SXdBeXNjSm9OSFFwc2lKMDMrc0FjemQ1ZFFacVhlaFFNYm85RC9KUllIOEE3S1NTSW9JWU45WHViSExPYUtSeFcyQTBYTEkvdk9hZ2JjWjgrRDNTYUVzWGQyNEhDek5pdVNTMHhKNWplMHZBZ1NOMFFSeXlQY2hRTmVpZGkxQURCUndhcUZYcUFBa0dVQURBZk5SZVBKMEt6SElFUktCREdMeUhaQWFRbkdCalk0UWdaQWEydUdiaGsrQm5Nbk1YUHRGUDk5Qmd1Q2Q2NkI2ZURlQi91cC93NGwvK0JIOHYwa01uYUpZRDRXUUFGczFrbDV5dlFPWHRqMUxTMzMrRXpjVWcvcm9QNWJoYVFkYklhWkN0RUdlOEM5clIvbFcvTEhpa1luaFk5enRhSzV6WEFQZkxpWk9LeEI3UGRoOTZQNTFpMkoxbngyRU95RXc5OEdqVjhKbmE0RzFleXFnTlp3WVFGOGhxeXV4bU5qWHdSeWgxQzF6VjF5N2dBNXRTT1E4d3FYTTNrR0xOODlsaVIvOTFMRVlvSHhnOFlNWW0zZnJBNllibTZMNVBBQW9KUWZHSUZOTklIZWlBZ3Q2bmVGQXhESGd4ZEFoZjNzMU9DdGtsZWpjejVadVl4REFhdzBDZlkraVZtN1JZSmdObjRvWGYydVU0U0ZrTG1sMzgwWVhMVXpXZllXVU1ZSSsyS2NXY2loNFJyOXhHUnRJRjVzdzFPUU1IdWtseGpQazhLSDdVUmsrY04reERRM0V3NzVESi9IR3lPSkozYkwzaVZTUEpqUU9HVkhSVy9HU1FwaCtuUTEvdENLdXg0L3BHa2kwNG5lV0YxUitNNERPSVI1OU9QR1plUjVNaCtKUC9FZFFYR2Q2OWNzQkNCeitqQjcrT09jMGlWaS9xeXIyRDBxMFhhQW9DSFE2bWU3WURSYnpFQUhyZmxxSWU1T2pQQnlBUnpscUxzUTczdkJVcWt5NFhmSWovOEJUTXBnRXpQenh3K2pYMm5rZklTMEZaTFNic21ma0FyWUlRc0xFVDliYnpkb0lHL2Q2ayt4YjRHVDJlazlGbFl5WWhkd244TVFmUmt0K3FlbytoT0xqczR3a0FMNFpGZHFGQlo3VHBSdGpNMnQrQVAvSExXS0RGTVBZTDlBVVM1Unh6U084c2UvUUExTXY5RkIvTGZ4dWxvd1NkRjhNODkrZGd0THZZbkRuS1NMcmkwY0hSVXZ1ZUdVU29aR0NhWVp0R3ltcGNuMk5BNVk3T0lwWUZSb29IVERXZ1NJaXRNQVdNQnRYcGJDbzg5c0Z3cU1Ga09pZm1qeE9FSjRodWYwekJwL05vNWFKWjNoTVJvd0xTN1pVOVJMR0IvQ2UvRHBOZkNPa2xkbU05bk1CWmFyWm5hRkcvN1VNVjZqSlBkNlJBR1lubGlSK0o5TUhDUDZKS3pVbVMxUGwwU05DdWJidlVhdHZQT3NmS3dSaHR0RDN5Mk82NTJDUU1nbEVZaTdCUml1eFAyR3BEczVob2NucEF1WG9CRENhbWVxRUVEQzdoK0MybVdDV3oxMy9jdEZDNzhWZ3c2WjA5VHBkOWlZbkxYYWdVUy9IM1dRb0t2NG5KaHVxL0hTMXJNdHR2UjloVjUzZGJuVE8yM3gyYnNESXFyaXNtdGwwT0ZSTnBlT3lQNGUrK0tQQ3dvdWhMUDgzOEhBQ2pOMFkyTHRiM3gxSVcxOHhPZVJHMCtkdkZ0cDBNVVhVZFNxRm5IdzQ1cDRtOGhkRGk3Q1Z4SkMwSWVGQnhTT3hVRVRiMSs3TmRKb252SjMyWFFsdThkRlpRNUlwaHRycytSbVJpcGJJUWMxTkpLWTlwSFp2QjBnbFZIaUxyWnMvdHV4TktGdHkzK3hDc3dsM1ZvYzRZcUdhT2dSc3o1blhYRThXeTNBT0Fad2pXcWVMOTllbHN6NUJvVDVCTEMzYnBLZmljSm8vUUY1QzNxWWZtU3pnY0JtTW8xYkhmOXlEYisveDhVZEExNU4zdFoxRHkyaUovbTJQZEJxb2JhdWNDY1htSkFRZ2JLdWxDc3RiMVcyYkdQS0w3QXhQaUd0U2sxQjQ1U3llREI4ZGxRbWZzOGw3MW5SNFQ1YnhERi9wR3ZRY2JtcnVoMWlRV3h5NHZXTzF6dlhmUmN3NzdvSWs1RjhEeG9rYWc1T2NEVFFyaGhCYUdNc1l1MGZRdzZNaHNYbXRJMSt3eDNZSUc0QkdtazN0TGh5NVJOMXJVdDZwcllUNEVDQWU4RVJaSVl4dHBpZUhuTjFBR0dyTTIraGlKcHJ6U2pMNjZYNHBxUEk1RitaLytLWWJpV3lHMWo1UCtuek1GallMdkd2WEJLVlh2R3prV1ZBcUFYQ1lvNmRHbkV0ajI1STNEQmRNQkpCS01zYjVsVkNNQjZ1eTV0NTVqOWJIZ1BUUk5iSUZUbkJyRFJpck5nZ0YyRGRYTFViOGRKMWg3djk1MnZIdXI4WXlLRmc0Z0plUXFZV1Q4OTVlUXpFa01QbWlUY2dhSlFlRGx4NnhGU1BwK1RnekRIajUrSDNwV2tmM2pwK3dHYnFwSXpSckVvVURkQWEzSlh1QkRFTytUc0p2d2JONWZtTVVhMUo0SkdBYUFSdXcrWmlsZng0TVdQc1UxeWdTbkZoc3ZRZ25VRWhHTEQ5QUVhbUVsano0NFZ6bGYvOHl6L0FKM1o5UXlFZ1QzQVZSakFsZ0xLVFVZMDRJMnhVMWZnTzVTYVhiZmJEd2w4T0tRc0xxYUF2ZVk2amg2VTJxMU5rQUpzSmNvVS9PM2Q2ZGpteGVnaHhLaXR6YjVXVUJEUVZqSW91TFQ0SzJsbmpoVDlNWVROTFFvN2h4c2RHajNBcjNMaHV6TWpxbkNQZkNPcWNkQmtBWWJyWVF1U0lrOVlyZHc3NEhDMnlWdlVsVHlxNGZGZnBmZEFLSTlYWjZPakVRZ3lMTndCMk9YRFk0Y0NjYzhXSHlOVlVtUEU5Vmt0eElhS1Q3S3RGSDUzTzh6aHdtTk1ZYkEvSFpVUWJuRWE4aTRmdTJnYm1walJoeHVobEM2US9TSHdieGI5dzc4Q0VjK2pnbmExcmVZakxQUkl4Z1FYSnJBd1VXcUdiOW9zZW15aGVsaVhCU1NYaHcvdTVkWjdGQStIMDdlckY1L1RzTEdZOUxHdnZkTHVQQXlTYnhiNHhVbVZreUFWQTNta0lWSm41ZjJlK1Q1T3JkSEFINmF1QSs2TnRxb3UzNGl3TmtMcTl1ZHZJR2VkdnRCWmZibkdFZWx2Z0F2clQ5eVhVdzRPYmJ0d1lpOXpqM1pnK01SUTFJT3NaZmI3SWwrSGU1M2ZnaUxlOElyWUIySDllVE9kMk9sVEk0bmFCMEZiY2J1STcxakdScmlkUmVodFlVM25HSnN3VWZONENCem1FQy94bUFVR2NjblV6WTVkOUFqNjFscSttN1lEZFlQbEgvb2pTWVlpWGRIMklLd2ZZcVVkcWdONFNHSi94QmFzcDlIS2FMUXlDNDBkcHFoVCtVbHI4QXgrNUM5eUh1Rnp3RXh3NllQOG1kMk1Tc0xGZys5SEZUSmN6ZDVwMDlkSnVKWlRJUjNzRTNBSWJnb3JvQTlabE5GTG96Uyt0VUtEemhuQVdJTllWVHVDSkxrTUZCejVHRFhLdXhOL0FrSjlDc2J1bVVmRVh1Y1hBejdrMXVYRFpJU0lSNWc1Wi94UUJncWxndXM3bk5IVGJaQno4TzRUb1lVMWQyZENXSzJFQVlHSVVwcW93MUQyZS9oY2wyZzdySHRUbyt6Q213cW83TVhEU1pTVHl6NHUvT0l2VTJ4TmRJdU1sdW5KTFg4bmxWQmZKYktZRU9MWHFEUkhqYXBVcHhGeStDM3ZHSEsxTzEzUE92VkdPYkpMNkNLMkxFM2JMd0ErRFFpVi9vOTFZRzJ1a1B1ZW5tSmxVM0FmR3BCb2gvc2lNdFhEcUlXZ05jZk9OVHNFT3dBemtjSnVpNEdFY3hJa0RNV0pIN1c5K2xPUjB6b1laMzlaclNXeWhYa1l5TEZmbXpma1JGenhwTXBvUlVoU1BlNEE1M3YwRCtkYlloeTVuWW5nd2tENTJmWU9IQ0phVVRyallPR21OOEJvYjNJR3oxaFpiNEo1Tk5CaFlNd3RmS0YrM29NcGNqWkZDRU5kOUovejBhVE1kbWlKWkdGK1Q4eHZXNERtNUtRbUhzLzRoVzVKcVBlbEhvUVg5bk9rT3h5OUZoRFI4d2hvc2hEbTF6K1FSTjRUSTBCNmhFR3IrMG1VSGxQc1ZBMm9HMWtFSTBhSjFEdXd4cFNEYkxkc0JqOFM2eC9ObWJBOXNvZXM0L2VSbXNUODdLN1k3UTdyNWlSem43Y1A0NFVYZ2s4bFRkdGF6Q2lUa2tYMEkwVDVONXBrRGtKeDRYZ3NkOVc2dHphc3p3ZXJ6MWk5anpHRzZ6aGUyTlFBaDRXK3A0TkRXOUZzMnFaYktXT2VRVGVNUVNSblJYN0Fxei9EekRydmdmMUlwZmdCOGlkR3IvMU5mTStjcjVCakRHN3kyT2l5OEhVMWl0MlNLMUhPcnpnK0hHQUJJWktIdmp6L1BiSFFXNWNQR1hPZDlVSGpLTXpxR2dMSzRLM20vWXBWVHpCUGpvQmErUEI3azhuOXdHcEM4TlhhSk9EeG53R3BnSkZQTUs4andpMDlHblpQdU02a2dTQWRRQXhSSE5GRWVzeDl1Z0ZsaWt6ZDVneU9rYW5ZOHVDWEM2a0VZMnhKOS9TWVgvSzBNY0ZGaTBFVWRtTW84bExpR0JmNytPWko1ZkxOUk9KMEFtZWQxQndrVlo0REJ0cEhOVFR3YXpXSWM4L3ZMQXd6Z2ZhTUlKTmZjUHp3KzRVQWxSVXVERk0zRGwyN2ZzUnU1UUVzOS8rTUFvQXdSY0NYakFxL0RMa0IveUV3RCtheW14UndmQzRGSkFDUDRxUUpTNWZrVWU0ZVJWM3dBczUwWlNPTWN0dlRrRDI3WlQ3eDIvV2Z1TzhHZ3Y1emova0Q0OStOOEY4amxBKytOZStmR2x6dyt3NmthenhONFh2dytuY0FiMDZaZHljeU56Q3V2S25OQTM3d1pCaVlRdTVDZm9CTC9yYVhneDZtaHhCN1hhTHQzUHhxMmhCL1JrL2dZbnByTjRBdDd0RDFXWFl4ajFETXVlRURabHRNYXFMRDdiYzNYdGs0TS9Nd1crSDNMMTRqeXdxSk45S0V2ZitOdHM2MEtMbDBGZGx6NW96akdLcnp6WWNWaFFQYUtzZlRNQ0wxdklMYTBMODNpY2U0MlF0c1kvSEhrUDFWTHlhOTdCbHNIMk0zdTZaMmtzKzc5VmY0MmpGeFJsbTdaOUZPeWh5c3hidDJhQUJZNng5NHA3TnhEcXpKQzZFNWRBalRSZURIaXpQc0J3NXV1dFNlaStLeXFqL0dXNkd2bzErQjBqaUFHUU8yWll1RTlneHJ2cHViMkJqOUNmS3hJNHh0U05jOVlBTkh0S3lqOW51Snk3RmVXSWVRMHE1NzI0L3MyMks1OU1lQldZZlJrb1FBVmxRYytQS0w0YXovOTd1Z0VIVlVTT1pCWFVTY2RHd25RRTl5ckdjZ1RkeVFOMjB5U2ZzV1dDR1gyREk4WThtVm4vQ1VEQzJVSXo0dmZnTnY4dEUvaHVMTEJZcXN3Vlo3SGJmeG5hZ0xTYmcyQXI3RHNYMWtEemFjeEJGbkNJT1gzQ0p4MEMxNUtsQzdDeXZkSk83ejhNV0JaUWx4VHNHNUxRZStHcFVFdTI3THRKMXozMVI5TldnS3hMNVdPT2RJSDRTeG9EM3VDY0dhNFB5bUc0cmlCdEhRcnJSSURLL3piL0ZTeXVNRUtqNm5iOGgwc2lVSGhBWkQ3RjZ3UVJLZVZvb2JKZ0taZmdjZVROamFoRUVNQmJiVngxaHZQYVJxTlpOaFAyd0kzbXpYcmE4UUJseXVsMklEd1dsOXU3Q2hiZ2lBTC83Q1hoZ3U0M2pmU3hxZVUrNStGZ25hQmM2ZFNGRjFMRkJHd1gxcVJiYll3czhMKzlaVkQvZUR5b3pVeEUyTzlSTW1vMGt2L3ZsWTJ2dzFnTHI0dUlPSTAreHpMVjl1Mzlud1FRY2NxU0JlaDNHQzRaVmtPd2YxRldtN3h5NWswZmJJWHByV0JjTUlwUVdPaG5ZNmNPNk4rMW9zVERvbW1YM2ZlSUc2QWlvMzRpMGFPdmVmWEFuZlJjNzlJVkZ5YWg2akhVM1JJZ2Jac3pESUo1VDBkdGoyNEdDSVMxMElvL0k5WXltSzRZRnNjNUdSaEd5VnNBVDJuV1pFVGE4dStkQnoyc29SOG5NK1hFSFJlUWVKUCtpT0R6Z05HejNEVFNWQXdYQmJDMGsxQWR3OC8yOXlZamhMVHpSQ0lzdys2UkhjSTFhQnJjeGg1YjZ3L3ZPdStkTXhrd2NLTWtJVUxMOXdONERPaWo3SlZIMmtlZHdodnlaZ2UwRk5ZclJ2L2l4alZ6SGxwL1JPRDZmVUVIQVNWZ2dFZXhkeUlTYmtESi9TU3hOek4xcDdLUFBnZ0pZdk92UUZSWkk3Rk12QmlpZmZ4R0pFZUw1UHZKREhrMmVUWGVLTWZqekZ4R1NBK2M2Zm9TaCtUTUdhL3VVOThqT2hHc2pQOGVQbFdHY3lIS3BwZVFrS0xyYzVKVEZVeFJLYkM5Qnk4OFJGb0tHT2tOVVgrbTg1Y2ZmZUZJQ09wM3V1Q1R5aHVCbFBRMGFwdXk1NlBVNklrZDlIeExZTWM3S1c2NGVZbWo2bEN3QkJqbDVOOTlETEZVNFpxWWdjaFE5Qm9jYlJJYjRpTzdzbDVCdTdkNkRjbklmaWJ3WE9rS2FPTFZYbUJQS2pnZklDbDVCQU5vdm9mQUwzU0tRTndpdUpuN1RUM3plMVg3UG16d2lKWjJabjJDRU1vQzJkT204Y2Q5WUh2Ykw0czVVU01yQ1VqOTk5TjZ6VjUxU2tSZ1FLcDduWXFHcWVPbjlWaVFKSzZCMzhlZjNxRkFkRnVpamdBWW03eDVnelBIZVlXaXBnNTNOZ29CdmV1dzRDT0pTSjE5SzF6aER5b0FWQk43YWZ2TXJqRXBBRlJHSE9Gc1JpaGp2aEkyWjM3SEdXZGtOcy82c2lWc1BSVFdGTFNGeENROGQrRWdBM0xYN2JFSmhXRWQrT1k0TDZ3NXo4cTZZWE8vYnBOeWhOdHdKMG9yNm9PWlJGQXdIcE45NW9kYm51L0dhSFMzYjRkbC91OHp3QnVkMlFMWDV4MVJFRlROT3FCQXJPUExQSjM0dktVQ2ZtTUtLMVljWXV1cHlmdVV1cEd4QnB4WFFncFBCQTF1MmEzUW9kTmxoOGJ1aXVBOVlLSDhQNmVqa25NRU9WcnMrblFUcFJhTjdudkM3RDhWNURoYVQ3UzlQbVd6clVmY3FDeU9PZnA0MnVnbHNCbGR1SFlxRW9IdjBET01remJoQlJrM3BmR241ZjE1UmU5QTloMmZ5b3BWN0R2U2g2N0FxdXQvd2psY3Bhbk5HQWI2UFgrU0YybWE3N3NDbWw2QUtORlRzOVpFN0NsQWVROVZyU0dNQ0pnbW8xMHZDTUVHZjA0OWlDclhsam5oeDMzUGlOVHRrVFR6bndDbWF2Z2RDYSt4Qzcwd2lTaDlTRHF3VldsNS9jbTRkOXUwSjhSSTVnZWNheXpwOHd0dEwwYzdaUTZJUEJFNmcrd2w2a1VaNDN0cWdDeENCVEtCNmw0dFYxSGZaU3Q2Nm8wU1hSUWJOc2NYRWl3dnlwei9ZWVNyOFA2QWkzQ0Q1amhaY2NGb0k0c2JIcUFXb2dQd2JJb0NUMFEyRHZDWE9CTzFZcWw2QVVoWTd5Rml2eGp5aUROa1lPUFJvb0prL2l4cHB3Q25wVDZoaW0yLzQvWXZqQldDczhKb3JETE04ZHAzSDhRaXlKakM1dW91Vlh2YVlIdmJJR1hIVVgzRHY3bmg3b1hnTDZiNDFvWngzYWhHNnRPY3h1VTlCZHhoUjZFNjBJY2pLOXY0dU9lRkFoaDRHWlNnWDQ5VXJlWS9MZHF6R0F2cHVQeWJiMHhwaDZENWE1WksvbTJ5WGx2OHlZaTA5WnlEYTZXTG9KV2FiQlJZYk9GNkJkSFlaczllaWh0NGVValRCSjlmcU1JZ0hsTmhtekh3N3gvYnpGR1ozb1NKMkgzdjRSQXkxVk12T0ozMWNXQ01Qd2tvOWg5amNXQ3NGeUMzdVc0N3BPajFuNElDTkE1bXJrVDVFeUJhQUVHSmd3UExhbzFqd2VLWUU2VldzQmdTdjFvalc5MHNYR3U4ZFJJb0NBT0hVN2I5RnFlMHJvaGNIWEthOG5LMFFjY0FzU3Ivd1VoQ0JDV0liWWZtRXVMSVdkejk3OS9jdkp4MzBQTzB4SWZuYUlwK2JoVDBDT0xvbFg1TFB0NGZFVDZqRWdRVUZrQ2lPTXUrT1dTWXU2dTU5ZCtqZTlhaGg3eG5UN0JhVitxUDZDRUhrdEczNTdUaVlrTUpXUmhTa21QUWR6dWdESVBYSWkxblpFNUt4KzdiTDdGcDR6Zk45U2lMeGlOL0IxcDkzZHI1bUtndFNncTlCSXc0blBMdlJaWVlxN0xGVERFcTltZUtKOUowYTRFa2Eza0VZYzRENkZKZ29WN3VjNFFVVk01cnhCcHh0NkRqZzhaQ3lBNG15RkpjSnc3ek1Db1NtS29FWi9GY09YV2JNczdtOFBxQ0NEQTVWQWJxZzl2Um5wMzdGTUpCQlFUWkZOTnNDMksvbmUxaWVoRHBrWFNjVExMNTM0VDQ2T0drSFNCK2FyZGNURkdqZzEvK241ODREWG81VTN6djJHb0dOYzRrNHVlMm5ubUhEaGhjTTNZOVI4R05HZlE5TEdsMTZ0bk9MQkNINFpYcHZVWmZjd2UwSWQvZ3hkSjN1dXRnbjlwTEtrekFFd3hEQW1FN3daT0JPeGlOQUFkUlE1QTBENmQ3a2x0cTREZG1COEUvdHZ3aWMvbnNRdU1DU3QwUTF3cmJtSHZWYjhEc290RDdrbVJmb0NqeUt6Q2tUS24yMkR0aUI0ZEh4RlFwUWE3RHJSd2Q0TGVNeGxsTzRzRDE3Z0t6M1N4TGhMZHEzcjdDS0hkZFZwN0RqN3EwcFpwamd6eloyelczenNvSG9kc0ZhdUMrQlhuYVB6UVBqV1Rudi9nL1lNdm9zU0h6eWk1VDI2R1Q3Ym1qbzdUdWQ5SGd4U3F5b2Y4QU9KY1BKbVBsSERZQ3BPY3dMWHlMMkdkWm83SiswQ1RpZUhQdnVrMU5lTHUvNGxHZU8wai9nRjRQQzRxM2pvRlVsVnUwand0L0xVLzUxbisvSHY0UlEzNlc3UHV0UkR4MWVOWlBYRE1QNm1QdHRQank4d0hiNytIUjg5eE4rcDJ2ZmdmT01Qa0NraTk0V1RoL0hkRzN3NlRRWGcwYmJlRTlNWFdSamJHTURINkNpQVYvSXhWdFQvMldFS3k1UDg1bE9Ha2Y4SFMvT2NGUFo2S1hBcDcvd0h6WlRVRFdhZmhKeGxGSFZXOThQbGV3Q3grNkpubndrb1VZRDRzbXVKMThMYXhJN1VlZXhiK0pBZmpUQlV3dkxyTmpVTFhBLzlEdy90NkNEbmoxNlJGaTdoeVFJa3RGWEUxQzk0Tk9BYnVQVURvc01sOUJGZmNVTXl5bURaWHhqZmh2TkZkNUcrZUpET0NxWWd0RHlTWlhvMStzOVFsY1k1S3IxaVBhK2V3OUZvb2ZXbU9lRjh3eENqTUdCUm1VbnpLWG0wQWg3bDFxVzM0Q3JSZDFUUEl6elhUbzlaamd5bFVEdGJGM2kwTzlUeGJOclpreGlGc3VWQTY0WDlvZURNYVNqQXBFVW0zbjBYMUgvaHFodEU5UURvTmpXK2E0ZjNFR3h6R3pjVzJaRU9jaFBEWEppZHFGZk1kVTNib0VyWWdubzY2TXhoSzk5Vnp4dk1uNWwzMEpxV3VNNUZpNndzRk1VT09vaWFSUitRc3Nzb1VkTTIva3Z6aXhtUy9TcCtUemNEOXN1dmVUdDYzekR3MDh4UWk5T21HazBtem9FR1h2VGU5ZnZiSHZNazRsZzJjWmpYcU9ZY0FaNm9ZRDNCcDRrT0FpWFdBWVRNbHBhMlZsR3g5U3BmYzhaK2wzRWFmOWN1VWdKTzBjSDN5NGVYZ2RiR0Y4NXZKQlAyRWtIc0pUdnFQaG5MNmpuMFNzRTRCOU1JUCszdlV2TUF0QmNYSDUzSjFDSEdmbXJRaElsMjNCdm9lb0p3b04rZjhCNVRwZVdnMWp5UUpyMTZGTWRJNmNmVk5yenZvTTUzSGM5OUZna3lZMy9UOXhJWm51clkwRnFFalVYQmZnRHA1VlV6V2prWUhIMTU4NXJwbFk4NjQ2ZEVmTGp2K1E5U2dPVWRBV0JYOHFGRzFpQm9meHh2RFFuZXF0UG0yaVRZM2R0YkFkS0RtUUhQTFdJT3ZlZFJ3Z2tZM2daSzZURDYwWkJUd2h1c0tJRlRpS296RXVveXRhWWNTSWMrQ1V2OW54czhyOUhzcGZPd01uVjlIY0ZPYm1QMklSQlNTejBpL1dwTUNibzI0T2h5OHphYTN4cm9oNmhUK1VDdW4vaUdEbER6S1p5MEdHTkE2aDI4WkpLZEdHcUdyWjJieTB3KzY2UHNRb2c2N2pFMlFJTHg2V3VhUzhPWWtSRHJQbDFSeHhiMEFCQXl3RktFa1NnWi9PdEx0cmdHUGhnMFc5RHhadDd3eXd5dWJoMFpIZmZPRml1TVpFeURPQnd5blkvR0lzQXBkeFhvVmZyUzg5UWJMY0VsSU5QendSdi91Tkl3aDFnVU1nTFI2Uk81WjU1WWgxUCttT3Y5c0cwN3hCazhJdlFJZ1VScGRGcm0rSnRvTEluUGlPS3A0TWYrM2U3NWo1TURDQTRRNmdLY2VrcjJTQ3JMNXJmNXc4VW5PcElGQ0wvQnhvS25vT1BEa0pBa01zTjBYWDBzTEFCOUZ5K3p5NUEyNkRqeC9PZHBzenl0dEg0b2JNQXRDb1NnRWdpaWZ4NERlNC8wbEVCbmp4eUp4QjRoQmxtVnNCdE5MTDd4VWlGelhoSnpRV3F5UVpDOTVTcnBtTS83U3llUk9hMWVlMkIvdHV3eFBBMTl1aGdkbjNuN1RRb2RFVUo5eDRucXpKeHhDUXdkVHJpQUpEWk0rVDRjYWozUnRmR1M1bXNzNmZVaHplYXhmL3VGL2VzVzBxclFDekk5RUlmZ2QyZU5RQk44dUtLb0dzUG0xcUI5MlZ5NStBc3RmRHg3Q25naFdveGpOMjNSMHZQbUN4NmRMckl2anRqdDdKZUlmS2VBRDBlR3RUdGVSYWNwVE0vTG9YbEo2bS9MRnBhK3pZVjV3YVovOHFpOENFMFdLWU9PQlpQaEp4QUgzZ01uVVByUkV3ODVtWDZka254VUplMlpoOEFWWk1DUm1laVNFdFFtQUhyYnJ0OWNJbjR3dWpkZndNY1VJaWMwTXdqWVFieG43QlJYYnc4U0tSNjBoR2w1VWVyTFZHeEpjajZSQjE1MWVJTlBLRU9DcWlIUy9mdGtHRklZTlFTRk1Dc3lSYVlqZmRVampoTVZEMmpjQjVJU2d3RERoNmduQWhZRkdlWFpLcVEyR3U1VTVRWGZhdHpqeWx2RU9lNm5QU2dOaVBXaStBOEwwcnBudzRkUUFYWHRJbEFZNTl5bXUvRll0Z0o4WXJCeWpjT0Ztay84OXlIeHNrQnhZQmVvYURuUU9reVJJUGdpaC8xbWQwTjdTQ0FxY2dVSnFpQkRsUkc4RE81dy80RGplOWQ3eld2bXQvbkIrTy91V1RxQnpiQWNTUVh2c1dPdXRNNFFhb2d3MWhMNUV3RnB6b1FvOGc1NnhlcndTREs1Y2dDV3hwWVp0WURjbmdwbFhVUTVHbWRjUXl5NXhCMXJuVks5YXF1cjRqdTNlSDFiZzg4OUh0RDZNU0J4dDdNWmtXL1NnK0tvRkpyM0NsR3VRSU9oK1hkWWd3RDNLaXRpWU4reHQzNzNzUm1zR0hwR1FOSWU4L0E3Q1BBQVRjNEdWbFdaOVE0OUdYRDM3NFlXMWpMbjJrQWNyRGdRWUVLYW40elN3VEtHSlNlTUkzWEJkNHBaUG5ZKzVNT1NpK0FCaGZPNk1HbXdpaUgvTVJCZ0JkcHVFaTNCTnZ4dFlVSkFtR2xIekIvNEdyd0RRU3A4Zi9CSHRTc0FFbnBaMkVzSGZXdFc0cFpmaGdXLzJqYi9UZFQ0bUZ6WnhTODM0dHA1eDVrTXZoN3o2R3FBN3FqTFJUTnAwZ1FkYnZXMG9YZG96cjNuRDdnVUl4cDE3TWVNRHRXV0dHWmorL2ZCMk9Lb1JUMEJQS0dZaCtnWDJOS1JQMHJYdTJ1UThuaUlKNTRHWDJYc3ZuOVZNZEZ2eUV0MXJxeUtmVUZURStzclRwNmpVTGJmYlBVUnVIYml1Yzd6cVo0OHRIOXUwUXVnYk45OXhwTHphRVBEdlR0SlZkVDVFamgrYlpRakJKNnJ6dThDRk1QZVNIUDdUNm52TzZTUklLdVR1MklnRGxvWTNFSWNCbzZJQnBibUZWcWpYakgzNE0rMUM0TWswVy8vR0tLQlZTdnNWd3JLWE5mdy8zYjBBV1RVTlUrNmlTby80LzdpRGlyUkpSaUJyVjFqemxFdTM0TzRCVUJISXpqN0RQbGJXRU5Jb1NQcUNpcHFJeVB0TStnblhCajd6RHBoWVNnV2o5a0hyd1FrSGYyUWVFM1k3eWNGNDdkWmRBVWZPS3Q1eUVydHZsaXhoUGNkTi9DTlM5OU5QWDRIRHNjM0tQSzg4bEFUVlRQM3YwRTZMZG5rZUpoKy9iRTY3dk15T1ROSVJFeFEva1ZzSFhIbUxEeUFnRUVXZUZ3SEdQTm1ud1U3Z08yMzBncFFIVHFiejNmSi90M3I2eUpUV1VpZ1F3OXBSb2I0SmJ1OTZuWG9NZEVicWRIZFRteEFRRzY4THBNZFVJdEl0Z3MxdU43eUZFNndMQU03a01JUmZ2Tm01blN1OFhZMUpGemk4ZTNpUjZ6aDRjRzF0OTk1UnZGMUFRT2dPUEorSjRNcERPR1VTaWFCVTFPR01LQUxSSkpSb0phelJ5UzcrSE1VaVZadEpBdExMT09EbnVrQTV4ek5qWWRWNGFnaC9kRU1HNzNvQk1UZHQxb0wwYnFGZFBjT3hCMU9pQ1dEWnU0UzNEZFFPU3hpWkVRRDJ0TnNKRjhDTVNySWNybkZ3d1pvRmNjM1VBMklzaVAyUzREblhLRTVJQjdNb0d2cVlVUXVFVTZUZGNiZ00rT0kreDNXOEcrdkx4R2N4K25IaFFKRThFOUJ4dUpYbEV0TU41UStPNE9VY3FlZTBmMTVUQ09aSEZpTS9GSHdTRVlDNGdoeU9iU0gwaGRieWc4Y2VJNWJ6RXZBbnZnT2cvWUdESjAzVnpZank1VjFRWGdBN0w2c3NlV2t4M1pFOTkvZk5EaTJRY2ZYeUVCQ1VOZEUycTBCTVc5aDFoSTdncGozMUFzcmQzSExpcFROSG1SNUxqMHdrSXpxYjBidXZnSWU3M0FFdzRBNHlQcVlQR3hkUXNSeG1Za2hma0ZUK043ZGdlejduT3Yvbk8vYnZReGJwWkhKbWM4SklWZklMeTV0Nm02T0JxcEZBNUVGQTgxalFGRG9wVUZKWkNBWmdmRmJ3RW5EaXlQK2xhQ0p3MCsyb2R5SmxncDRZb1QwSDFlOXhsV1VRRzVacjN4TjVqZjQrVU1hZnUzV01yZnJ3N3dEeUZod2E5dmVzMTBWY2NpakVseHBMTXI0Z3gxc0NxM08wSGhzZjhlVlYvQkpLQllXL3R6U2dadjlvRDBnODZEVnBBaVNUVnF3TWp6eVF1N2ZzdDd5bHVBekwxVFpJZGpleTNmQ2ZNdHRQaXB5RHNid3NEcFU2MWUzb2lFWC9Vdld6WUJXT0p2TTlROUhqdFJkL09oM1owZ0hmOGMxOFdDb0d1RHQ0ZCt4YkJyeHlFZlhjZkJibWVVTERDNUcvSzZrOERJY2hwK2VhZEQ3aWpnNlppOEpqVjJIcHE4ZmV1eXgyQ2l0SDBIcVZLUUZQdmdkSkMyaGsxcmhoMWVCL2JhQm1US0RBbTg2TnFHb29KWUJzQVo4eHdTN040N3B0NkhSeE9JRlRrejd0cEQ5dzlEaDlVcVpkbjdyalEwNU01Smx2akdxSjlleUduNEVWY3RUK2ozT1lZeFJ1RjFtQ24rMHIxM0VkaWZXYnpsMmdSdDV5RDVQTWczajJXaHN6bnE4a3lrbVpTMHMzT2tPcDRGempYbmxlMW45YjFFczJxTTlSSXdKUmdkVG1BeTdna2JjUEJicmpFSmRVY3RLR0lLVktDT0F6VWMrdnpTKzdhRzlZYWp2cVNBN1NvcVBmelozZjRIRXpBbWUrRWIvelcyczI0eHhYLy9qUHhmTHU5NUFoUTNjT1c1a3o2dlFBZXRyTjdBVTA0eHJFZ2QxcGpHcEZwTFVKOEgrc3o3aFN2WkxwbmVVZE9NSkRUaERTdlBmTHZ4dzBpeDdZT2VGelNXQTRZNnMxd3hHUWJRQU9hK25ySERRS0tyUi9aZXBEcDMxTHEzTDNoRHZ5dnNnUXo1S2NoSmFFR1p0T0dJWkFKa2RGeEY3S1F3MG9YRUJPcU1jT2I3eFZxOGVqbkE3MHNIYW9YeWJwUU9qOWFDcVBMUUNEeTFoeHcyUWp2UktTYXVuVUd3Y3NLN1NrZlRwODZZR29HYll4Sk54OFVlZVl1UlVudm56Z1BhSzg4aWVWVk16RGpRb09FVXN3bjlvdVNDUkwyVGZlNUZBZXBmaStlbzhVNUZtT0RIYStnRWpYcUNkc084dXV2K0MvVEFCQlNHdjNaRTJlS2tOWFlYNCsyODJ6WVNGWURDN2F1bWx4aHlkZENKeGN4N2E4UWIzNkgvYWNUTEUzRTdkU1lTRU5QRVNMeTk4Ti9yK0JnS3hqdmtMOGVkZjhXTEpaRENvMXoxZmNjYVBYaTRJYzhtUHFNb3lQM0VCRTlmOEVCdk02cHkweGFVUDdpaXlxdCt4bDJZZ3dlVmgrK3NvR1JaTzlxSTRRVGFnb0gvSmF5VUduR0ErQm1pNkk1cE5LOWoyUzJSZXRWVTF3ZzVQUjZpTFV4Z0N4b1BvNnY3c1U4bXhURUd4VEFDY3oxRnZYc2x5RzM1ZnJJamM2eitUcUwxOHY4SzNkaVFDMzNGMmUwakZCbG9VbDlqbkF4VG15Q1NSMGZxQldiSEU5RDQyT2RvN2lMTkRIdTd1ME8zU3prNjdBQk4wWlhGNUFjREJBQnRUZ0hyWEdQTk5tUkJYeEtoNmlYTzZEMVNLS0JIWk9lZVdsSUdPdWlNaVJyRWZ1YysrN2g1aEJHbzBaakVGVHNic0JBdmZRSDRuWmN1NEp6cmowbDlzSjMwb1hmTE5qTWsyaDdOMVBiNnY2NUhrOWZNeHFIRWFnSkRTRC9Ic3VqZ0g5bDl5elFPS0J4eHVkQTlnakxvSkgxalVWa0xTdHF4cVlmbWhGYnpvQS9iYTBTNTFuMXJDcEt6aDVONk5vRmlRMEhSQ3JEN0pzeHdPcmp5aXd5ZTg4UkpteGNnbVk1NjJDOXBobkxWY3FsVFExREE5SkQ5Wll5MUE1dFFoZHBHaXJ5LzlnSFFiTEY1d1ZMaVp4WmtMRDVnMkNwTXZYcHVEeWQzN29QVjV5WDVNT2themdONzJUSEY3dGtvSE9nZU5DRy9OM0gxVDZFMkFIYk44L05XTGlnSGNVUitjdUI4ZU9UUVBLSU80R2RRQ0tMdkVMRjV4RzVQODJneGE5UHFJaXFMc2c0dkFVbWpTL2RvMHJNYUh3YU9NbXVNRk9nempPYTg3dGhBQUJ2ZFQxK2pEc1NNQTVDb0VFdERSdWFwdzEzTVRGT0RhNk9OY2hGTG1ON2FQcVQ3aUxjaEFlY3UwbUs1WDVQN2U2a3FNS1FQZ1Nlb2E3TmY3cUNXRkdRaVlOeHZnSVV4c0tzUDZveVFNc3ZMUFYzNXZuS0hZOTFqR3d0cElZMkxNaW8rZ09uakFRU0hPa1JpbzI4QVVpaFBtSzBCQ2Q4VVJjYUNrVVNjWmp0bmlvNllkbS9xWVlEYW1qVE9Ba0cxenpzTTdqTUUwR2M3dEhGd1NCNFRkbUp1SVcrQmdya1VXTjBEdjBVN2txN2RYSXpWbnlZcWFKeEdHcTZhLzQ1RXEyZ0h0QW5mOXNlQXRldGhXaTd1YUtaZlhud0VhOFBMeG8zZk9vN0xZQkJVV2dLVTNMUDd6R2dEcHpDRmNuMmJ4QStRK21FRnYrd1BDdk9ENjdoV3h3SXNIdVdPdnVDbEpLK1plbnBrMm0vVWZZL2FSUjM3VmgrbzdPdTRwbzZXQjVvcCsvT2J5UFZvTHdhbC9LT2wrZmxCNVplZWgyMDRRY3RFQVJrdjRjSVFoZk9hbkFtRHhuNVRCTUw4bEc1K3p4L3ZlVk9tSXhvSFdBNXUrQnJhc2tPYjZ4TU0zTUhKQUJjTnV0UEdQWEk4WENGVmtpbkJvUHZYVndNay9Pd05RZng5SUNoeG1QZE5uckJ6d1d1NXpqRFE5NnhQa05HUG5zTTN2UExqNjF1U3NwZDlnQTBkOHJEdlQ5QVQwRndNT3FmelZFRU1ZOTFicitub1dLQUpUeS9qbFNWZklKMG5Vc1BVWnhCQzgvYTIwMEY2L0RHeUlCa2VCOFVNRmN1ZXZYZGhnNU5vN3pKS0x3SFY4c2tiQUczNEFvZWdjVVpVZmMrbm95ekd5dENGSkh1SDhyVEcyQTRpM0g0L0REZ04xN3ZjRWpuRjgzbExwR2cybmFCZ0lZc3lpbDNXS1BnTTlkK2hzSUdMOEFwVGVYYWJNMHhMcXRiWmFQdTQ1bytEM2hmaXJoWXpuZWpESmhjWkFSc1BVejMzMjFRTzNlYjFsc0s0ejB4ZmpQWTFzMmJRZzBzTGkyd3EySjBlSjJBK3VCMW11NTFTZnBCTlJkQ0cxc2h4ZmNoM0dwUWdQc1VvYXlBLy9sbHdJd29lZ2JXTkpqRjc1QzJiQ015SzRvL2ZwZmo2bUxwT0J2a3FlL1lmT2FRdFk1a3JlNTVGQlloQmh2bHBMQWQzZDFRM2JaY05iK3lUL2s0dS9DNHNmaDJwWnFBZWQ2UHk2T3c4bWw4U2ZZL3ZJT2U5amJFRHdFaW5tR1dMMWcra25kK0JLOEtmenQ5b0R5RmVSeG56Vm84eXJYbDVhK3Btd0MvOHJRT1BzMFNlUWFzcEN3UUhXK2FtTjNuTCtYdlJNUGlQVW5vSVJwb01BdFhzTElaMlp4b00vcWJQQ3oxRmV1L1ZaTlRyRWhDeEtRVmdFcEFvL3dsSXNuM245VDNueS9LQ01OQTJjenFpM2w0RE12N1o3RGw5VXNQTU5nSkZCMFhxM2tLSmhpYVBHdk8yOUxnVG1taHJqOGZXclVPWm5FQlRnM2lUVFlXQmc0SXpFS0lEdFhoRzlDR3F1dE1PS3REd2NmNi9SODZrNjNUc3hzaytWcDVIaklWVjZLMEhTTzFCbnpIc0ZBZXo0VS82RmhGZkJlekRtTStuaFh4Y1RnNit3SVFoTkQvUmo0Y2c2TkRwK3g2WlBYQVlVMG1Sd2NBWjRRbzlkL3ZFd2Jtdzd6enU1MmxiblE1azVtUG5YV3ZDN25OSTJiZ2p4TlJIbGdQdVZDVHBDSDA4emNuUVJrZ1ZjL1ljZnV6WHM3K0N5dS9NMW41TlhWWUFpSWk3MmNLQ2VzZzJUK1NaL01CdkZBcWVXbkJzVWpMS25RMCtuTVllTWt4ZGJBTis2a2RpbmwvMkhTZ0pkWVNNU0laQU81VDc4Z0p6TVBhQUJMc2Y5Wmxjc2lVZVFrS0Jud1U5Z1lTWlI2UTBKMnNKUFl0MFc3SnZnYnpFaS9oQVlNQ3hFVHFoWUFmWE5OUTRoYUFKY1krQktnVXJjNWowNzd5N3o0d1ZMNmdvUjMzUGZGeUZUb0VKbEFwcEhqZld2RzY4bHIxZjhPN3dPYVlFTXZrTjBYMXFjbkJzWVREMU5LamdHQytKVCs2S3BUMlkvYmNXUjZwVW45N0dnQVprTlVIT3M0MHBQc0F6eDE3RHZGd041VllCL2VlandOVkthWENIdkE5UktCYWpvcXo5QUoxSnVTL2hCVmdpQ0xHdjdmSGJQdmJVdkthUlR6RDFDQVhmWWxEZ0FyYmR2VU9oMG9PWkN2MCtjeDliRjkzeEx1ZFhrSDdMNWdpd0MrUk80RmE3aHJPSHU0SnB5RnRjUDg0WlFieG1oZFNnZjNUUTcwT1dITzRkTEM5RTlrd1RBdkYrelFCZWdwVUJRamIrTWZtcWppRkd1d2ROL3JwVFltRTZtRW9FMk9BbHdvNzJlQUlHTTdIbG9mcEtFRFUreFpoTEh5dVQzUFBROG1RTTFIK3NDUXNNUGFpdTRpY1M3d0ttUnNyc2MvSkpnTmo3MkhJQThiVGpSNVpwWXlCMVBPZmc4ZDNGQXpaVmoyQXpXTGluajJ3S1BKUERMN0QxVGlIZXNVUk5WOXBoVTlhbWhTTHRtaGc1SGFoSUJCYVc3VDV3ZTRkM1d2bUFlbHFTOGZzQlJwK1pRbnhEUm9ESHpFUWVsM0twNGovY21yc3Vkc25wUjFYL3JZbGZvTlAzNEQzSFkvMHl6VzZBWXo1QkJ5ODI5NWdPMks0Wk5WNlF3My8wRnZPQnNRQWFsTENHQ3V5OFhvdmZTZlRTZVROME90YlNDOWRqOWttZ0tZRTgrUkVwcUE5NHNPYzBxSWs2Vy83MDJkNEVHbE96b2FQZDdYdkhya0szSUpDTndaUTlEQ2xLdnB4RXJySG5OMDJHNmxzK0J2ZzcxNjRmYzJUMkJZYVZrTDEyZTRzbGpNNlk0UElBaHgyaVZFVy9MVmcrSEhMQTNmYiswUFltdDMrSUIvWFN4YXlyTHA1OXk0TitLRXQ3V0Ruckd1QXVyN1dPczhzazErZ1c3VFpjS3l6MDdCK1dWNWVPMXdQQWZSNHRiM2JPNUJOVll3RlVoc2gxOTVIOWRla1M0SDdIcGVRNW4yc1VyV3QyMTRPNm9RNmR1SVF2YzJzbVZ6dndHMEtmZ1krakNkbnhWRzFmVE1TTGl3Zmx3MmVLZ2plWjVvYnU0eWNnODE3MWdjbTVteXdGL25tR1lVQ0l6ZlRSZU9lUFkyNmlxQ2NvY0ErMW5VZkliQjlTYjFWb3BYdFAvU0FzWWkvRTNVTXhEMURnc1luNGFVSWZFeC9DaHhmMkcrU1I4cWdJUUI2c3IwRXNXUnMwN29qeldzalZTd3k3WTlmaWVkZVFoNElDYnJmdmtQSUlPTGRmaEwxMWora3pweGEyc1BYL3NuMXFEUndibFQwZERxS2JJbThMbmMwdkk4VlR1SDhiTWdmOXZiUjB4bENCN1ZFaUJHVFc4UTNubDJpL3RMcFFIV3VNRmNHREJnd2t4VnNob3NxMEppS0dnMjh4bkFRYTU5d0p5MkZmK0EvNGVwQ0E2bGVyaUdleExqRzBDWnhjYTBBMlJNelJGaTVYZklXK0V2T1p6NlFqVE1KU090RktvQ2wxZDVqZXBDNEl2SGhQVUFOb0NEMnBMcHNBZlk1SDVKWHlTL2lFdlZvVFZYZmVZNHN3WnV0SUp4QkNRdXo0UFl1TDJKZGhPOXdoenZvaFBmMGpIazFvY3NycktmbGxUc1Bja2pQSG15RFU5SU5zMFpiMWdmTUFLb1Npb1JocFlvODM5S2Z2cE4wanFmSWgxRTNiOTZPcjRGeG9UY2JRQS8wb3B0NHRVQWhJWnVqeDNyKzhZVmpnVVFISi9wRy85aDlncVVIb1djZmU5SXhYVTJoRzc4Z0xQb05maWhjdVFNejkwbmxvblBtNDhYZDhEeGdrR0gvc215Y0FUOTRDdlJ6eWlCMnNJbjhVcVdvWjMxdS95dzBmVUhjTWRxTE4xSE94REc4YnE3NHhlWWRWRjdrbkFlUExJZitGMytVTEIzMU0wVDA2bi9Gb2Z6bmF4WHZHM1B0aTIrN2hCdkxMUGUvNXQvdG9sN0RjOVdVWUxrZk0wZTA2VkhhUkFiUWV6K0h1anNnLzBqcHVyQTY3TUlWM1BUYjhhK3dJL21qVFZ1RlZPbno4OVpMSG4xNVlRWWVBQzdSOXBsQVRHMTRYbTFJNm51MWJmZGFJY2xiQXB1NWovN3N6YWo0RGVmVE1RUFQxSHpTcElDY2diRWlra2dqNjlVUTlOdWRVT0lKWStrRlk5OWVEYUdRWVprd29xNzhSZGkvY293WnVRVnNza0FiWWVPSFpnM3Mvd1lESTljTGtMU1dVTWt3SnhYYXBoYy9lQy9TMmc0OERuakdoRFBGVHhGNUFJNENPU250WDJiMFBENWlGQVVvYi9oSm5yOGVaN1g0amV0amdxU1R6NTM3Qm9TWnhQb0NtalBUMzJZRFNFVkJtZTd6a1FaaXBzeHQ2Z1FWeHBpOGZPdUNvUW9JV3d5MW8vL3AxNFA2VFMvdkJYZ0o3M3A3aUZPeURSdzVNaDExay9DQVNmZVpCY1lUUkV0VFpRTzJFTzNzOG1rRDlQNHRzVk1LZVZFV3Y1VXd0RENtMTBHbHpqelREZmFLc2dHZm4yUkNyQVVZcXlXQVZQakFTTFlqR2tXVUFQZGNZcEQzMEorbC9aS3IrcmNQWjlPU1RDRTFVSDVFamFJdWFxNWVlZGR1ejdpMmVJQkM2T3NpT1BZT3kydzdXcTBaVGREeWU4cHhGOUFRZGVsQWRoclF0bGNyRk92Z3dXWmQ0RklIVWNZWG9vZ3NKRHhOeUh3WHVqb2poTyt2aitGYTdBN3F5aC9vbUdsR0loUWYreVRHOEdJakZWaGo0QllqY3hNTStjV3hzeDNJS0tWbVA2TUpFKzc1NTRmTkVXdnh5cW5uT3hONEZPckNaUFV3Ti9pRGdCbDNOd2NRNEQ3STZtMWdteEM4WThVR0V5b01nOFR3VTJ6N1RDSkpKdXhpamdDZ3ZkUGxGVFFnV0pxVm5YNUxDaDFvQkVOby9RN2J6NUI0ckpZQk1XR0RnR0VYc05Yb1h4dDZDTzZBQS8ramVlV1FTNHdTMDlXdklNRHVtTFRaaXkwb09tUDZBUERhZ3Btd2ljcDFhL1h0ckdDRzVmQk55YUNIQ2Q5eUsxcitJYW9hTElDWEo0VkZucXFIMUFiVkFPa0o5ZnduK29UdlBmdE80T29rcDAyT200TkUweGU1bFR0Q2o4ZHRCd2J3UWRVV3I1Zmt1bWlNN2FMdEUyUTdNaUFXLzFjdEVjTjNIZHNzZmdXWUZBd1ltWng4S3Z1d1JzK1lveUpUMUcyZEVXMmIwWUxIOTJIcnpaWXhPZHZiR3h1UDYzTzVEQlZNZy9EMTdNK1gwT1dDQVFSYllJYWNlY1RvMVdxaEVPU1V1V3ROMTc2Rml2WjhYRk8yemFjZG9wdi84eW9Jd0hiakk5emlEaC9yZ1RkQUJTZVVHSmc4UFZHM0VEUXJrRDhCamZvRkdFVk9qWjRURnNXZktiaXNzUmNBT2owTkdEVHNEWGZKMkhQRnltTnlyNmI1NlplR0tuZlVuR01XbS9QeFI0K1RaWXJScExDYmhVTjBTS00zbDNQZlJYWEh1SzZaL0V5Znp3bzhaKzVGQkhnTi9HUzdQMlJ2cWJrN050SmRnQTAwNkRpcEVpT2NIQmhoYXBGMi9aeEMvNTVtSEdXejc3WkJxY2tndWlmTVFQbDZFWUtoSmpTdWhDY0FaVkNVRWx1TlptTXgyVGVFM0IvdE1uUkIzeHhwVGNZN0EzY0h2K2cvOE14TTlSOUQxaERqdnFBV3BsTTJlTzhWUUJSN05BVmhrRXl3QUZlK0ZHRFFKK0poZGdmVXJva3FNaVFrb3ZvaFFZK1I2U0svYmpXYzF4OC91Q2JOdG9KZ0MrVzRadElDc1M5NG1Gdk9qMGJkb1FXWVJWQnVjb2dOcUw1S29GckFQK0EyL3U0OUZ0a2pPWVo4OUQ0YUJ0TUk5ejc2SCt1cEIwZDcrRVhTZTR1QWE4U2MycTNmdnFPWTVRN3l3OHBQeDFMTmZ2VUlxVmR1eEJ1NHJsTSs0SGRHZ1FlQ0U3SStEYUQ1Qm1Nb0FuaUxmNXpRQjZpNTFCa0d0UWFITGZmb1JjUUU0SGNEQmVXZWhaL2N5V21UbHl1cFJlVDFJa29uQ3FHZFFhZzFKb240cHlLdnowQTdFTm1wQVBXSzdwa3YxdWZlcFhFTFlHUm1JRUV3bU1rMEs1RzVzSGRIbERjVStpaVoxSEo0U3hJSUt3VFlvbVRQUHZoM3hhcUo5Ym1ydjI5Z0NqSElUYk9vNXp2YjNXM0xPRTdJYjJJalRBVDBkM0dJUzFoZzVLdEVvNUF0MkRaUnBYTHFDa29UZ05ncWFTTkFTN3daZ3VFWEJSdGdXdTRuV1Q3NitJMW5PaXlzRWszZlFmUU45TnhvSEY2QVAzbExINVVzaWsvZW9qUUVnRmVzVE9HM1AyQk9vejlaenRtSTk5RVdpbDRENnRTSWdqVTNscy9lQ0FtdXdyWU1YRUk2d1A1dFRuV3ozR0xSeERQT2wvZnpzb05mamM1ZGFWRWNUcWNNbWpqTXAxZi9PK2FUN3hybEQ1VTdISnp3MXNBYkR5ZjNTdWZNQVloVGpGTmRBYklHaXVCU0hjYkVVQjVaSmdIRFpjMndwY0R2eGExUkFwaWM3MUhoS0w1NFRjNGFTYzg1ZHRFSEEzazBjemUrbG1QamNzay9ZNnA4THVMTHhxcHVIek9TQ0hCcnFnbkUvWnE4eENwVDNIN1F3dWt0OVNOOHU3UUdFOWFBRU9SVnNncVFrYkpuOUFnVkJrTWtSUzZ2QW9uZElUQnZjb1F5STFLRDI2WGxoUXhVb3RVVGw3cWJVL0ExTGJzSzBuUVYxTUZyZ3BSejZqT3htOG42ZmFZTW5qVUY0RGtyZmZRY3o4emt6NU95YWs3M3ZoaGdmUG5uN0ZyMnJ1K1NONEtjRmRpbVdxQUdRdkhzN1dmb1lVdVY2NkczSDVtVHNtOC9RWVF6dHBYZjdrR0xISXhFZVJNWXduZ2h4ZllxbThkS294NkdaaWhudm96RTNZWnJNYUdRbTJtZ0pHNzZkWHZGK1VSUW80TlhpSXA1Nlp2RmdrM0ZxYndsaDk2VVhrRmFEcFhFR0RtYjZvMCtjTGQ4a1BEeS9kVTdoR0VyZ3hvMXdGaFZkZTBUeUNWZ21RK2dWUUpUa1BYZUN6WGZRQTlHM0g5bnBoZmdCdi9SL1F6U0E2V1Vocmo5M2JKNjF0aGNVNHZBeGZnRG5td0FNbXkva2NQMXpadDJPZW1OS0tQY3dsUnZrL0Y3ZnhjMStSczlIdlhZTittOUkvZHF2dUlwL0NYMnZHQUI4UkVXRSthRzdaMUZYRFNTbEhEY0RjNEMvM0Y1b25vSXNISG9RTTNxN2RHR0JwZ2U2SVMvK3Z4dHZHUmcxWkgwSFpMTjN6d0JnOTYxTktUNE90VWQ0UVludmV4SGwxQW9FK0FzMERDMzBBcVBMaE5xQW80aDJtVkx6SENoMTV6dTlmWFQyckVleGFpUzhBVWlId3IzSEdQZUJ6YkpIeVJsQkx4TC9UZmM1SW00LzJKRG51My9KR2UxbmZpNDkxRlRodDZKNEZzaVk1NGs3dmZzNXY1Nk9yMkY1UVoxenEydURLRDJnR3g4L0M2dmlCTVZ3b21WejJqR3d4ODA0U3JpMEoyK0NXcWhRSEFPRzEzNFJLYi9EMlI0NEpidmgyZmRyK3ZqbGRKNFJJeWNveWtOaTdDeFNNU2NvbExQWG4xQlM2MjVZTkNlSzNZTFNOU21sYVg3dS8yYW05VnNHbE5zSkJqZEVEM3RFK2p5SmtNS2c0a0dic3YrYk9NdjJMVWM2Ujk2RVNhR3pQVXI1Y1A0UVdjellJZ1pjR2Z1UUZIaHB2Y2FxSXVEZ2dvZzJPMFpURW9PY1JONGVUN3dCWlZkZzdVTnNoamdjalhsTEQ2Wm5lZXNEeWpyNzJNSGVZbFNMNkk2Sm55VS9uUWpxTElGSkFWNmxNUkZyd0huRXBUVlVUOWk3Q2dPRGV4anhRcWJaRzhEb3hQZkQ4cHA0eUQxZVplVm9nblJGWitrS0F4Z1dFa0VPSjMwRzhTRTR6RTdDYXlwdGlvS1NDUGlYbEhMVXBjWU1GdklCUDhhR01waUhoRFdkUUFSYjNzTUUrc3VoYjVRTmhGbUdkeFlHbGhqZ0h3TytIOXNZM3JpNFE3cnBwVjhWSUF6U1haOVNhK2IzTENheW9mRHVJejEvajRxell3ZGVxbG9GckRvSWdHS1RvU09pN1kydHU4a0FDTERVaThydFViOXc3Ry9ieHpZNmZaelVIbENYajVBdlJPMTFYdGgrY2doa01OclRUZzlZUFdUSERxRVlJUzhrMGVrdFRONXlIcVNGb2NTbUw1VGdScEN6dWVBdVFNazZxdFJxOTVpcUFrY2oyMlhqdDVTSmQvYmFZc0RUSnZvTThMQ1o2cHVnbEk2a1lleFA3akdHRWswdFlHcXdiOTMxcU5Ja0U3dlVUNWY5M1NjdVE4b2h0RDhhWWhYaDZkc2VvTGNXSmVDUVZEeUQxcE9OWnNoMERSSVBRSnk0ZlhmQWJmc1dCdTNCNG5ENnlPNkZmdlRBY1FBODlBamRraURZRG9wdVFxVndIYitmRi9GMG5tTmdEazFIbDJyOHhySXZJdkQ1M0tGS3d0VG5IdXd3Wk1LOGZrMDlSOWpYYnNHeC9peWFzc0ZGNjUvdHNmMUxiUXozK3RDVFpLbGxleDBNTmpTUnpXRy9KVmZlL29TOVY1ZlM0M2o1bzFCQncxR2RRS0VObXNSblFPYm9US2pzV05zZWNvdmxsVHRCRVFGUkt3ek1YaElaRFBUMzBvc3BuQVBmZGYrVGVNdzVHbzArZVlDWkFlQ3l6MGtyKzZueDV2dElhUm5mblhkSTFKQ0RTS3RzV3I3bk1RUkN1ZXhqa0p4WXRnK0NiZ3pkWTRlWHJGb3Z2M2FNOEJPaitIMW0rMklDeUV4cTlUZDVGT3NxRXVxYXdjVy9BUTJrVUZqazZPNC8zT2NrM3BrbTFHM1hIanYzUTdleFI3Z3k3RUh0MTIzOUFETUZzR3Jwb3A4aXk2UFJoOGxZOGQ0eEhWYklrb3FrL3ZwcWVNK3hzYW9QTWhIQWxDYVdBT1lUejJqenRRdUlGZUs1NFo0UmFIRUVLWWRJTnJldFI1ZDJUTEk0VnVlSUY4WSt0OTRpTlJaaUw5WTkrQ3U4U0ExMktOYzU5TDFJVE9oTzhHaGNqTjg2ZnZJbDNSK2lnUUFYSVVvK2N0aGVka01iNHplNDhYNEVkRm1veDNMcllXcEhpMGQ5ZHJsYjhGUGZnZlpRUUkxcklkR2FVZ1NZa0dFdlJYelNVNlFhd2x5ZWc5NXhScENQaUdzT1RRbDVpODJEVy9aNGdKQzhVdml0MWJHb2lISmdDdTYyQ1dtQUxuS0dRSUpqSXRUclVwVXdrR1lqbU9VWG1OM2JoM1J0OUdEWms3Y1V3TmkzUjFSYmhXb2pucEdKTjhITWp4WWlWS1JISTl0dWFyMGxFY05wZG5kUUxmTUNpdnMvZHh0UUZPOGwxSEFldlFGL1NaUFlGK0FhcFRMZ2U5REV5aUx4ZlFpR09EdnQ1QkhhdDBBMndnbjZDTFRhbVQ4b09nZHZxVjJsTjdLR3ZGL3Q4QTdvM25nd1lEUTk2OEhDdXFBRUdqQnpsUzA5ck5LSGg0czhDUjQyNFROVTRVeURkMndrQXlOUWgrbTdjcEFrU2swbVI3MEh5S3BBWjVvTjRLUkpOZXRzSm41NS9JTE9NZ2p6UTJUYWRKblUyMmM0dFFtUkNJRDVUZkpCWVJYWksrSUtnK0xZOWFhODZmRTFqR2ZmMy9vLzVveTJGOXpMaFRxb3o4dFdNMU9kRjdTSjJxSkpiczR0dG1nTTYxYTBRSStPcDZSK0ppTjIvQyt4Q2FsTnFiVmVsNnk2OXBndEt4aGc2RmVDQUFnS3RuUHlqa0RFRHJOK3NVZ3ljRU1ZTFB4ejM2aS9XYUN3Wk9OaTB1bmI3aGdNaEV1M1B4MjQza1BQR1EyZzI2VTFYZmg5ZnYybmJsUi8rdXJOd2pWYnBJa043amxuYUNOY0NPNzNoWnVGbHRQeDNGZjlpZE4xT2lQSkIvM2V6Y0tMSG1TM1l6V2FqZ2NwaUZCcDNHWjJFdVFOM3kwc05oYWF2WlBMSmZZUi9IellCM3JYRks0YWU2TFgrVlUyRU5qUkEydnNkQ0JqeU8yaTJGdVF2aUM4MTBMdTZMTGU3VXMzQzJ2NzJMOERzNHVZbGhOYy9vczNDODJyay9ibDFVTGtrNHZCMG9pOWJ2SnFOc3RRQXgzS0hFRC91dkJMdjNDemNITGN6QnpPci9BVkduWGNoM0RpUHM4K25XQk5YcHlINFBQRm00V0RUeDQ4bTFwWDBkNkJwVUJRNE54NVdEZW9zY3UwbWV5ZXlwMzNEK0VDb0tVKzJKMnh4eGNZbmdrMU1KZjY0TGRoUi9Ka01HRHdpbzJzNHp3NFl4ckdNWlBMUytPZUIzRnFLRTZidVVBSzY4OHVoUnBPRS9ZWXV3dm5GZHpYRDczc044NjkvMWRFNytuL2NVL3lITE41T1hpQXFoZ09nN04zOUNCNzNITzdtV1A3UnZoQ1ZQWXBNVGkyUzQ0Z3RXUDZFUDMwVzdQZnUyWm1JSXpoMkZrS2Q1MzhjVkZiZyt4TFAyQlB4V3JsUS9EbVlKNENqSXhHQXUrU2tDZVNnL3lxOEtVMVJyaVpzckZGQit3ak51QTdhSjZwTEtuRjUxdCtUUzV1bUhDZHVHeEVpRnQyR2V5NmRidFRLSGZZc2JzZ3ZmejFaditlTjVkYTdWWWJmcFJkU0xiM05IWnNrWitTc3ZXM1luT1VKODl5RjdhTVYvckxONkR2ZHBjdUQ2NW5kWi9rUWhiVFdwdEpyUVdMSEp1MWRQRVYzb2NCRWhMVlBRRHpEQ0FPMkwvZUZPdzFhaG1ST2xNU1VHSXRiV1ZVeEdMMitYNy9abUgzZXJlcE9QZnZ6VzR3MmRNUk95ZGNBK0FpNkVqUDNBdStrekYvSndOSVg0dHRweHk1a0h5SDdzMEN0REVZdTU5TUFUcGppUU4zQk03VG1kWFBuMWtZRWZ1ZU01NDBqcWZNQXVzNmIzRzlVdUNhUUJNSXBPSnZKcGNKQ3M4NG5jYjFHOXRtMXBnc2ZwMktIeWtVSzVHNVJTQ2JKMnZqSTd5d2dNTUZUb3BoM2c0cWlNTmtiL1RyREtnQ1JnRnVyUDNLOVFheW1GQlBiR1lmMSsrbklaUjhDQjdiUURQMkJTeURDQjUvV1FDUGMwRzY2SkZwK051MExveXZQenR4blVrZnVCM09ZRUkxUUVVN1BuK2hmbkFUM2RNbDdWaXRYZndncVg5QUFnbE9jUFN0MGlTbGNPRStlN013NmpTUFRzUUdYUGdUdSs2cVo4TzhGakhLczMrNm1SVnorVUtINXF3empVeVpjSXF5VWVleURKWVVmRTk4Ti9HbjVzN1FqMjVTQmJiQTR5RWV1YkY5bTNzQk0vVXY5eitLcWZMb3k0dnNDdjlhS1k5RStOUFgrTHhmWGV5S1lJaUtHQytvZEFwKy9iTVJMS2R4UzZaNUxudldIWjRLNkEyWnIrRk1PcUh5ZHIvb3ArK21XSnpDWTVKMmZCWm1wVWVxRUVneFJ3V09CSVgzVmpuVjc2WHBOUEZoM1pRUlR4SnZxMmNqL0hzeVQ1ZlZYWEdra2FMTUNwaURXbWZ3V3pjTDE1WjNaNFBYTE9tQlNWNi83VnVzQjU4azBiL1NuWDZVZFNmbGFYaWZ2S3F6QnllQmRBN09UOXE3eFFRQ0ExS1hVRytML2UwRkZKcm1KemMwVUpLNytEKzZLZURrQ3E0UVRWVFUvdHkvMkYwUy9sVTF6cEQweGhSRXB3b2JNdFdsVU14WG92N1QwczNDQnhPSWFJS2R3cGE1eGRTdzg5QzNQK0YrN1ZlQllPaUlkUE52M2NRY1F2bStYRW5Oc2NhdmZIQWVzQzdsN3VqQklTaWs0UFRQZTF6dTBuNC94WDdYdE0wVmRncURNcys4TzJhdk9GMEZmUGRMTndsblNVeDl4YzV3OG9ydlpUaGhQaHlPMkplZFY0NHRRbFBNK21US1lteTdBN2FYSmVESWx3VVRHeG5ubGRWMVhBZ0NXNm5yWnNSaGtIdWpUOS9FQXdxQWJabW1tL2FoSjFVWHc3VHVBQmhseXVmei9SdkJOb0tWbHBRMSt0NU1oZGYvanREOUFEZ3VHZkRNdlpuK2lCZHZGdmFaVkhjL21RSXBCU3FDMmQ3QUdkTGgzeGZiQXVHM3Q1S3VOUUVRbFFCWDh2RHpjemZDODVJYUU5WHpQK2w5Njc4amE0MTdGT3pNdFpYUzJyT3h6bjBvVk56dVFOMEZxYkJYdXI1ZmdrVFlSc0pReWo1WUs3T3JKQW9laUdDOGdsVDV6MjRXOXB6UnBQOEtDbmpNVUFQWVduZ09UQjkwTW9EblBuZXNXNmNQQ1NLQkVTKzltek1uU1JrbkZNTVduNDJvZXRXL3JnVlFTd0Jka3lKR2ZFcE1pTHhNWGJuaEJ6cVdCaVNGN2NZWUNGeSsycGNVemRrL0ZUTmk4OC84aCttK28xVGxMdTFVZW42ejhOSFNsY1YycmpjZGphMSszK2Nmd0ptRkZwWFEzcEpOMjBkTFVBQ2szVUZucTMrbUo5NHJxMk5qU1VzZ0VsMUJ5UlFyQ2l0VkRPeGM3UGJOcEJzcUhSc3BuUDMzbFFoQ0NzaGZkZ1B0cHJoU0Nxakk3Si9VdlUyQ3M1VUpUYlVXNGxESjE4R3VFSXBzNFgzVGhIditNNlNVMVkreXBLR2toUDdYazlzN2YzUkpTU3RwU1pta3g1UnpxWXlYT28rUVpzemRaTXhBK1dZOG1xVWVVeWc0a20vUEtpdHhIUEdaZkdockJvcG5pdkNpYkphdEZFbXBESUp5WnpFRjhILzNSZ0lQNnUvSThLZGZabmJxdE91NWQzWmZWcUY4NW1aaDFMdTZDTDJFZXpLRERYeUxjc0JsNXRDcEJSa0UzbnJSaXlUZGVPTHZLbjRxUUQrNXcvODZ4MTVwUzV4N2d4OW1lR0F5dUFibTNOVnNoRkVtblp6YnFhUVlTdmpUZ1F6bUVzZVg5QU9qYVVPZDlRbVZJSGJYYnRDcWJseEhHTVJvVU9kdkJkSHR2cDZDYUlTblRoenVsanlMOGc1ZURZa1ZteDhlQnVFeHB2eWdrNzVzL1hHUnFJYmNJODUxd0Z6S2ljL1psckwwOFdXWkkwZEsvL0NrZlN6NW9qK1N1YXZHaXhVRVFWbnU2MHh5dklDMmwzYXBoTjMzcmNUZHNrWGxnVFNwSlhobzBnaFFHSi9vcHl6ZVdWSDhKay8wL0pFa2RoR1JpZng3ZkUzZ01CQWFET3N6c1ptWkwwbWFWRW5ZOGlNeHUwVkp2SDFIc0pQek54SlRFRzFRSjZQQzNJLzNiM1FJNG5yZjh0VEpaSW5Eb09ZcWkwQmwyWndZRFdIMjJSdGtLcjV4SWh0Y0MxQmtzS3RNTXRqc0RLNUx1dE9QYU5UUG5URjBkYkRaMS8zZ3J0akI2RDhzRWMwNWpBU29vWEtUWjlQakd6bkJUajN3OSt0WnJBaWh2dFBtZlByM09KS1I4cVlBa01JK1c1TUM1VUtWOG9Pa3FIV0dqVWZuMFczc01WMHhHYkEvelZBT3ZoTDFtY2w0RW1QbktjTWZXOHdmSC82VWlSTytrV3FneVcrOTc0Z1RJSE9PNlduRzRjems5NlJxZFhtdHJBUXBDaGtFS2N1dXlHYzJTWktzMUxmNTlaU1lUeUh0c2FtMWM3U1BpT2dMMzc4eEt0NnpkMFR1Sk1rYnQ0VVhMT2N3NUkxa1IxN3Q1Q1dHdU5WeVE3Tm1OZCtjK0IwNVA1RytZK1pRbUlzNGNzQ1BtdWFDQ2hOb1lRWXVMM2QxanFXRUtKVzRST0dCSmViUnlQRXVqUm4zMlYvL1h5UzhPeHJrQzFsV3FralJ3bndqeVl3a0F6dHByeHdzVVhJN2pWeVJrUWRSVUdzR3htM0ZTeUg3VXlKbit2RDhwSlVLaGI2ZkZnUlNFVDNMTjduMGhxS2NJb1ZwM0pjUmMxZE1UdnNHdGNEUTh1KzFtQjd0VGtXQTRWQTM4dG50a2xFSDlXbjZaanBGZUc1YlUvU1RXRmwvUHlQU0k5eEt2NVB4QmZORkx0S01FQ1ZJbjFVNFJvVEZ2cGlnbTBxUFhONG9TUW5WeXE5Y3pObVZudVNqeVJGWDhaazJrcjRRNGV4OU0xM0hhY0dJOEtmc0ZPaE16aytXNHpqRmVIakdkdmFkVGROYVJjcWI2aER6aTluRTl2OGwyeTYyUExGVk1KdjVteVgvQ3ZFbVYzbVZCSlBnN3doUk1tY2RGNEZVYVpvcWk0SmNvaTZvMUY5UWNOVDVEbDBGd1ZnUS9FbHlBY09mZEJJQWxKME41dVJ5OWsvRldOaDdXWWhMS1JGT3pneEwxOGxGWjJReEJaaG54ZWcydFlobS9yZTNNaUJVUm9haC9xWXBtRnluOVhYSmZmK3RlRkdmSy9FcnErV2taMENCVDdOdEpFOFRVQllROG1kS2JTRHFQMzEzdHRaS2xxbXBJd3JTYXJkbDE4anl2NjJYd01iV05zT0VMS2haRmI2a0dIMHpwcnArbTIrYVlueWZINlpWQk1wKytIZmplaG1RbEF3Yi81dWkzTDA0VG91ZG54eVhVMFRxNXhRRFM1dGhJOWt6L2ZUc2xsUjNwUVF0d0FnY1ZKa2FuWk92Y3YvZlRFc3ZsUXRnbU1wQ2w3OVAvc3VkelZxN3hST09zZ2YvSi9KZ0EyR1c3VmtqbXdOVXBnTUNRb05VUlF4SjFsQWFqSmR4a0JSWVVaMlNlM3Ayc1paZWtDb2paSUo3dUtFVExVZ09SYzZ4a0RzQndpaGg3cmNVT0l1SzVtbEJDUit2SHg3KzdkdHMrMkNiTElaVUd1eHNqYUQwb3ZzSytvaFpvN0FzN2E4QU9CZ3VkZUNFZTVLUGxiejFONkY2cE5YRnNwRVgwRnc5K0pMNGlOTFhHOWNUWm5vVndDV1NvMk9HM0ZIZkVROUcrV2EveHVRd3V3enV4cmJHT1RRaXVyRGRCeENoWXBCeGJrL3VtV1RFeTBYK2c3OThNM01YOE9QMHJTNTBDNGwreGtUSkNIakp5Y2Q5SzJYa3dQZ01VYWprKytXdjAyY0JDL1d0Mk9wSzN2enp0QkszZldpR0Z2bDZZK1pSN0hXRjEzMHI4bWlZemtmUUhCblRuLzFUM29FQTBJZXQ0NWlKR1R3RjNvcDlxd1BETlh1SWxCZW93TE4rSi9zeTBMYzl6eDB5Y0RTWTJuM1g2VGI2L2piMmIvRWJLYmZ3OTZtMDNQbnQxTEc0dzA1dk1rS3BBa2RFUTVLSnIwemJoaXFTNlRmOFkrc09seEJvY2ZXYUlmalVYelQ4N3UrRGhUbTJvWnRxZE1zajFRZzNJd0RaNk1jWDlzUno3V0hYN1NBYWl2NnBEUy9kNlNVUGpwRWRtQUtQOWp5QWZkRmhDSmRBOU8yMDVaTGVnVEh2ZzFoVTJ0Nmo4MG5qUXdESGVXTVJicEgza2hKc3p4cFpmRmNrWmxwZXRMQXJyeHU3blFrVC9PZlR3VU9QcG9FdDl2bnNnU3l3ZXQ5T0d3NnVXdkRWcnpOWXhuWVU1aENJQksveUNQSU9NbE9mN1QrYVdBT1hIWTdjNDdXVnFRYlJ6dWlNMmJCM3V3eWJkaEkzS25JNlJUOGxVUWVEK2JTUUxTNVRFMHRZOEJXK0RNWVB1VURwR1pHLzZTaXp0SU9uTGdCRW1HRTNkMFNnaGtxUlIyWitTcE1GT2tEN3gva0tPUi9pR2NiTnh1MEtaZmxReVJka0pGOEIyZnJYOVZZMktYYXk5MEN1Y0ZCK2hTOHh6Yk9FVXBjVWoxQUFpQTYyd3ZtUkZpOGFjRXZKQ2tzYnk3ZEV5Q1h4eG5KWHBUMURjZytLejVuWnMxem95QmNhSUZPT1IreDNTRTVNMmNEWm0rbDNFQ0I3Vm5lQ2g2Q1RmZVJ5OXQydnBlRlY0ZFY1QWpEdjcvSnJJOTRteng2dGlFOUs4bTYvRlBveERJanMvZFRWazVkdlpZcVArZi8weXlDRDJBYWF6bGd3Y2xLdGZCZUNJV1ZmbWdtNUZIZjlHSjIyWW02aXhrM2dMQ0ZGMlprSzdUUHhmWG8zQzhkdTl3NzZDd2RxRnBRSHdQZnVkUFRBcmIzUmROZ0Y3ek9DNG9nVmtiQUd3ZlJuMDVLNHB3RmRHTDd5cjZmTWEvdmVLUTJORnZHalFHVFpCdTBBUnF2M0NPWmtlem9hMndPMlp4NXRid2dmUVB1ajRWMU14SCtSSDA4NWxDRy9kMHc1RnIrWVVGT1JCVUpmQnJSUUJkZEdSMlN1WStvams5VjlqRGtkV1lNQlpLMzBwakNTRDRkZGU0d2tNcnZiYUxPaHNpM1M4Zk9TVTQzTWNHaEYxYm5vSjlNV3V2cFBYN25KY01NYkVZS1NYODJHM2QrWURjY291c2oxdm05cVY4dmZSOFZmS3lIMzVPYyt3eUF5SXV1eUlsWUZOcGUwdzdRb3RLcEFwRmQ1MnNJdkpCZW1mQmZGajVVc214U0ZKZUZwbFkvZ0dqZHQ1T01ER2o1L2VYbnlQanZaME13Y1p3SG52R2MvWUdSbHoySGFicDh0Z0ZtUStZTnN5MS9rUkNnTllCZTRzWVNiWGlmNnJDR0NpZ3F1cjNIRWw0SlpkRHk3c2orcGU5S3FjQWhsaitETHZLd1VPUjd6bFhEUndPMUtyaSsxSUY2UHZab0V6TTBiOEEva1piZlozU1M3dy9KV3hQZ0xpQitZMUt0NkxDRWp1N3FRcjFuOXA1ZEsrajAvWkhZTU9rdG5tSWJXdWxMd1ozanA1K0pOVDFHcE9uaE0wVEZqeW1RenNncVN4blhLaVoxbFgrUXg4OHIxSHYrZVh0QlBaSWpsU01FU282L2Z2MWxJT3ZORmRLTjVDNUFLZElLR2R2alZtNXlJYkNvNUxXZkpDN3lRem9FM2JzT0pCbWFLQkdpTTVXcDRkeFVhclFHMnB2S0FKUlNRaWdqTmlIMVhxYlZsNHV3Nlo4UTRUTTZmVzcyb3MvekxhWGhhRE1VUUsvSStTbDcyQlNZZzNLRWtKTkgyV2tqTG9HL0VKZytBam93djJpeDNRQjBQU1I0OVJmaXE1Njh6Zy9EUzFzelFHY2h5UDZpNkprb0VpejlNUkVoOTZGMkI0YXdEYXdvbXFwaUJMcEtud2ZRc3pRa3dGNkVJS2cvcWF6Y0xlQjQ1cWQrK1pSdHdraTJ6eTQvZzZCeEF3d3RUbEtNbStza1lnVnZvL2NzNWZ3eWU3STdHSHFiNWs5aEpvVUlZMmMxZllkTGU4ang3UEc0Y2pOeUhublUzVWZlTnlFRnFvVmFSbnlGbEwwcXA5bVlKZ2w3WnlKUlhEcHBPdHgwbEJ5NkNTVDFiVThQS3lHSVNOUHg4bEp6RUlqbFU4a1gydDZsclB6ampucDJmYlpzbmVRbzRBL05sQjNzTndMMk9KUkFYZXZlVzMyTU5FV0lTVEFDZ0NxNi9ySGdpY012dVR2cjk1QmplbHhISHlnRWcyWjkrTGFKNDJRNW9uRU5YdGNhZSt5WlNoRUVkS1pWSCtkSlRpQnFPNW1KOG5YM24xYXZKS0pqTzNIeU1xbE5qTmJ3RUJhMnVuTFBOekhWTWZUWHBhU3BoSFl4YkxNcXY5eDFRSm8vV0NBcW43Wk5DNFN1YzFIcnlTYWlWN0ljcTVJaEs5UU16Vm8vNVlOem40aGpadElpVXF6dFJIaGlVOENQbUlGdUFrM0w3T2hXTXppZ0RkRWNWU1BlVzkwOUlld3lsVFdJTmVLbW1STEtYVTlINTkyTVp1Sk1INTgzZ0M1WDNMYUNHOU55ZDlVaVRrcUJmRzVrdGtkaXRtSVJWRklLcFB6RmIxMVRQeTgrckUxRzkzMTRWMXVZZkdyVVUwUUk3dWhKRVpkakZrK1YxMEN5Y28yWUxzL1Y3TmhyYjdzaEtTM0hWT1JYRnp1dXZna3ZER1ZqZWxId25yNXhiRHlxVUdvL2Q1Rzk3YVVnUXVJallia051UWQrUmhrZWw3YTZVeWQxbEQyRGJJMk0zeFF2b2ZZNEhkbHVXNTdsdm9oNHovVjAvODgzUGNDRWh1RlhXWStCcmZWZTZVTGpTYzdPKzlsdDBOTkZ0N3c2SFVNYVlHWWNncEVmdXEzRmo3SXhHRXpzNlVXZE9kMmhQRjFMSC9kMGJ2NVNkN3ltSlZiSTdZanFyRy8xMjNITEltcUxrM3o1OXN4QkRpaEt6OGlYL0E0d2V4Szc5SEw4YnRQbVptcEd4bjcxWlVOUzR5VmRRM1p6SjYzODErTVQzUmMvcy95L2VwQzJRNkFHZkM3Zk14Yk4yOUNiKzlDbU5ON0ZFY2kvOGFUNEtsYi9zOHBaVkRiK3VtazM3bmhkVGlWb1J2R0FhYmdidTM0NUlTMzJCa2ZIZVVoZkpMTlhuVVhmS0ZUZEx2c25YYjZKdm5GeE4wWjVPU0FHNUNVcTgzVGNvaDNuQysxQUwzaUY1WTRVZUhWRGVwdWU1RnJIcTNjbTRKN2o4U3pjTHNmSTZrV1gvUEhTaEhxRTk4ZWlNWmN1cko5NHlNVnNaajB6UldObUNCWi9vV0VVY01yT2k5YXMzc2VNeGh6aWczTzZWL2VhWG9qSlJ6M3RWaHFndS9qZjl5Y202ZmhIQ3BBTnI3RDY0amszRkthQ1dRa0JHc3lLZjVXOG1veUp5VnR4bklLbVV3NVI0ekJjaUlDRTI4TlEvYUtLdjRsc0lhdnB3VlZXeUt0SUFwSEdtWWZIOStLV2JxRjdXaWdFYWVOWGMvYVExZXpPNE9nVmtoVjhCVDN3K1lKODlITG9icmh5SkkvcnA4eUdNekJtNTNqNVBFUTFmOS8rVUFwRVRYODNZU0RMaUxuZDlzOTUzSWY1bDlnL2ZQZXluK0psTGpESWRIR3YxT2xNM2NCSWpTa09yeFZTT0tibUlUc3ZTY0k0TW10YzlldW03OEFzUnpoTVRJUGRSNDhLdmxaUTZzUkszTWJOUlJOL0k4NkJrdzJ4bzQya04wQnNYbit4aVcwMURNY3A3aUw3Q0s4ODBobTdYVHBjVzZSdEpXK0VKTFMyUmFDd2t5dVN1VXZJUlpQM3RpMUhZTHhQazA3RDNsTlkrZmVGUzVIR0srUjJYVXlhaHYvN0xwbHpGVFhDdGRkY0dkMXFtaEdseG55NlNGWkJrY1pzaHc5MWdZdG5WemxoRkNMdTZwU3p5azZZdlZQOGc1OHB1clMvbFh2RHQ2QmFKK3BYMDRKWlNZQ1hyWW9YcGtCWjNNNFpkR1U0QXRRMnFEc1ZVM3pwZHFYMHA2WUhQdVpHL0hxWjBoT3hQWDQxdDBkbkF1OG1JWWZpM2I4eTYzcFVBc0FsMXJ2OU5nUnN1emExYTNMV1p2WVUxZzZQcDJyLzRnRlhuV25lZGhVYVFlcFNwdU5wSjNGSmQ2dVE2SkxSUHZtZ3M1a3p4SEJTYUcrV1gwUWVmSmx5a093NzlvLy8xV1h2MHVqY2Q1Q1RHRmZZRVM3MWR1c0xUZHVNa3RiZnVldVh1ZEZtVVc1Z25VcmFOSStlMmtkcWJLV2dzNDd1MU5SZE0vMVJWcExIS01hci9sQjJVVnRHRjMweDRQdjNzWXUxRC9jc016R25uRFJmVDhXcDhubm5zRFVYWm5pMWVWTngwTWVkRXJnclZYQkFwY1owaXErVGllaGxQeUlWTmFydERGdGZFTmJ6aW5TVG9MTkhMdnh3Lzl3VWRNUWw0a0RCZFVoU1Jsdk5FOWljWjAxY2VqeXBBQnFrRkUzcjl0SGFWNktkTUtKZTJCOU9EVjNMVFpENElKQWVGMU1SdllqRk56bnRzQldJb01aOUhVR0JGMDhCNUVVZVZBYTlRaWlETmNHeFVpZmNLazhtLzVFKzhITVZUMThvcHdJZFhXRDgxYjJlNkRaUllYRTFpbDZ5ZW1XZjFKMDFuUlBxa3p3Y3NtbFF2MlJJbjE3b1VmVDJmMG15VVpTS2hxWXRHU1hQaTZ5Vm9JLzJObGMzU1NoY0M4Uy94aFU4SGVybjdScFpabFRIZU1ra3FpcE5ZMU1OcFltVkZQLzNLalNoWkEvNGVUd1A3N21nNlhGM1pYRnRlM3RwZWJBUy9iSzlFZnRuYTRSZS9NL1B2MThOTE5xTmZYazNlZkNkNnY5aVRsck5IRXYvbVZ2TEo4VHNuLzc0dGVwT2kzOWNkN0ViMDc1dkptMjNHdnE4d1RlSUZreG5tOWtyT25Hend2NittUEd3emJXbURiLzVFK1p0Ym90dEl2YzJ5NUFycjNpeG5CYmVYWXlQUG1XZmhxVkVZK1diYXd3UVhteDNaWnM0Q2JhU3VwdUNJQ1FlanY5MVNoakZ6bTV3eGI0dkdKSFhuUEJtVEhHYjYwZ1N6SlJDNXdsazFzUVRCMzM4cC9HaTlvUGpKSDR6Z0RWVkVyOEVSNk8rOFBEbVJvemhGQzZOeTBNUTdYRmQ0YVNsT3BSTmlWS0RuYldhRk9SZmVQOXdWTTdzbmRZc2tYMU5OQm1kdUlhVzUwNVNJRXNQVkhJYmFUc3RiVDIwRkw0MG5qYUlGZ1JRd3BBSHpYa2NncDNKVWsybUlzU3B4NTF4MUtqeS8rck9sdXkxemJCNEROOHZUaGJNR21ZazVNTEFVUlVXeDBoeXVTbzI4c09MVEJ3VkdGbVVyOVcwRVlFMEpKbWhCSlUwZG9hLy9ESmdGa1FrU2dQOThIYUVrRkN1U1JsVW9PVDNyeGdpSXpnRy8rdmhFSDQvcXJaTUc4RmM2ZHlvSUtzK2FWVEo5c3kwcDNYL3o5T0xzOVVwSFU4SEFsSC9UdVdGOEhaZW9sdjFqd3BtYmQrejBJWk9lRUZPYVlPTVNUZVFuVjFHOUJmd2Z4WSs0cGlOQTdjbkNpMU1BWDdwVkhueFRBSkVFRWtmSldaY2pRZFEydE5iZkt4bVppcnZZcUlXdUZ4NVMyc2xwNXpyMnpxc0dYMEFOMTZrZ2Q3TnVsUnhyWCtLZDlWRndsZCtjbFFVNTZsZThDUE1GL0FiVW02Ni9UUXVXWnh1cjVSMG1ReUhUUEo5MHpqc3BQYmxvY01uc2E1VG1HbEJDQ1FVQ0ZYa3VVRm00L0U3NlRrN1QyRnJUYWR5bFY3VkRSOWM5YkNqSW9nU0RESHVjMG5nUEcwWVdVaTJlclJJdHptYi9tUENFcGsrQmtoMVRuaW91VWRDWmxNZWxSbHhNN0x2Y2tMUldMRmZYMjZJazZYTjJyVVNBSWM5ME0zSm5KZXRjQ1I0VTlhSG03d01Ub2pYTDQ2Y3lXaVhIWVI2a1VBb05LcWxOa3o2QU9ZTFNtb1NZakFiN2xVUlpUZ2pLZ0hGU2hWZFIzNVdoeDBnemNqTjFZcFJwdVZlU3BDakZuQ2hxeTZvUVNQUTNxaW4vVThHM05VQ3kxUW8veVlzMHRRMlZUenN3NGFncmdINXlaTzZNM2FYemdpWGJpam51dHdwQW1PN2VLQTB3R1pYMndjaHpXSGQ2QWlZdi9Lc1ZWNUVKU0JRbVh1VXRTSEdjbWUwWlU1Rjl1UlpuY1pQYXVLWlFDOUlienBReG1HS2k3VVF5N2M3VWhZYkZBODdtdkJWcVlrd2Yvd2hHbm9mTjQ5dFJSWGpJL2wyTDFTTEZPaWxJSXpBVnNEUHBLMWZibGtZQmU3N2t6WmJzZWJhV2NDY2E5K2VVNTJJeDZ4U29ramxoMmpsVWRoWnVlWndQbzFRbmZRS0pDZFJSYWdTcmJFQ3A2K2d2NzRnV1pSblB3UVZUSWdlcVRLS09sTXFwNHhtczZOV1RxbEY2ditSbzJBekpIanNxT1NmYUtQKzJ1RHUzb3JDdnJxc3RUMlNwZUtKS0pBVVcxelpLRitkNVpaVEN5d0lDUU1hN3E3eG9jWDFUWHRTdElwcWlncXJYSXBicXByNlVsdll6MTcyVlNaQlVZMzBvT3RlVlJGSWVkMExES1p1SFEvVkY0Mng2VFRyZnR6eERLWDduQWdhMXBqS1F1TmdnNWxkQkNMa290amlGV1RZTHo0aVF6R1NOR25YQVppZTI2dk5xeTdNbFRaS2xEWENCZFlOYWVaNHVwU0pLT1NJMStINTVHbHdybDFFMzlsMDg5bGJVSDYzcFB6VmIycVQ0azQyWVBlV3hpWXB6Zm94cVFrRVFRajlDcnNKM01zQ2FOVHFySlpkWGt3VVRHbEY1a3lhNjZiMXNLSDVia1l0UXZtU0lXZ1RLcUxHcEloT1U2UGFpaDJtRktmTCtMc0JuaG54NlN0S3NhSWhIT0RjRk1ZT3BIQldqZGJxS2V2cUtoM1psNjJDWXA0dmtxVFFsZkt5Q2Z3WHZsSFYwWSt1cHJhVnlNSHV1Z1NDczBGdXU4RFpLTERCSzd6WjljWTV3SzFVQkYzVm1WbGt0VEt1ZXJCR0hXa0hXeFZ6NUhPVXk3UXpFSlRXemlQVXE5cFVGcnl2S0pjbERwMHJGRldYOVZRcGEwN0RNTFRud25KY2ZVM0VwRUtQSm9FYkJyNElyVDBzSUcwbmRyY2lYV2pUOHJjMzN6cDBBUTRGMUxTL01mSEZBcVFNc0d2cXJQQ0NlUzVITzh5N3FlNEcxbk9HVnhFdks5K2ticWZpc3hhTFYzUWVWMG43bVNRWXA3Mkw1K2s1VjZ5OU5kMUtwcUN5OWpMZHFGUndGUjRaS2hvVCt5UlVuWUNwQTd6eGdaWlFKbkplYWtPcVJ6Vmp4bkdpYmtyMG1TcFRMOTI4cmU5UnlCWDNScEliaXpOR2liRFFsbDZadW9OVE1uVVVKMHhuNkxHZUw1OHlXbUo5a0lsS3NGQitVTnVJclFSZmwwd2Zrd2JJQkU4MDRZMEJ2Z3F0d1lLdEYvNFJpNlNmaUoyZE1nRkQ4bDB2VEtPemdFYTdRVDlMK0x2ZnE1WkdxQ3hXbE42cG56THZyaS9zUzUxRTdWMG5hRlF2eEZmWWdHSFlJYVhvUTlQZ3lodkprcXk4RHBPS0tLbUQxNUNsRTRhUUtyRlc1anlvaEVtdTlrcEd3ckFvaUs1d0FwcFJzVVB5Z1ZlK09LTzRGclNoZHVEemlxNkdNaXhMeG9wTGRVREJBWWtBZDZOb054ZGU5dkJ5SjhqUk1lVDVhK1FRZXRSMWFzS3B6UlIxQkRLVGdLbXdLL1E1UGlvMGVjazExd3g0SmhaeS9uTlZSOHVJVWtJbXkxVjFNU09NOEgvWDhpVmJsY1RWVW9FRUJxb0FLdDFFL3JiU2llc1o2S1lLNlVMaG8vUnV0K3lzSnhhSlpndVlULzR6eXFLdHBubUVBOGFlZDFJellraVJxVnRwRHNvR1NTbW9INWZIelZGS0N5dkgyYXdJd0xiZWtnUzZJMllkZEpTNVZWVXF3SWVXcEVVRVcrcXdOMFlPTjdsRmRES3lmTlNtb1Q2RGg5Y3lIRlFyeHlUdytnUklSMDJSbXBVN1JUZTFncWxoRmwrZlRxanpKMkVBWDNUeEdsNzYvZWM0b09BOVdLTDVOWGxVTTJhTENFU0d4cmlQK2pMT2QxZkttbEJSUWZ2cUdPUVpjZVI1Yk5ZS0t0b1BlckdQWktLMWZTWFVaeHNkbGpWbEpnMm1sYUJwQk5TVmJod1pBdENFTXFObnJWTHF4ZXlWQnhwendwcXJPeVFhVWVadXV0RktKQlp6cldsRFFVQmtBVFV0YjJ2ZzFORXhkTktDSXNUVDlCZ1pNZVYybWxoTDFVeDhiYWIrQW5ybHFvaVJ2Vmx1Q3dqakFTT04zSlFWWVhMREpSNTlNY2IveVo2Tm9zcnpTYkdaSFdrMm01cFJJU2FqRzREYWF2RlhWTUdRcjZPanlSTE9tL3AxM1B2L09Pei8zNS94TFA3eFphRGtkejdXSGo0N25EZ2YyY0x5dzJGZzRlSFQ3azdIakR1R1hsajIyUnV5L3ptamg5L25YUG5XVC9PbjltNFY5YjNMWHVMTFpsV05yMkxGLzJMYUhJMmZzUERyaktkNzF3Ym16aC9iWTZZUjNXcjZKM2grZUpoZ09YSEhyOXAzUklQamVxbmpnOFh0ZFR3YXV0M1F5R0V5R2R2RE5oZHduUnEvTWZrYVo5OVIvUXphbngvYlk5bHlZYlQ3M1dVdmpmKy9IdVNzWWU1eDRZVFIzVk1yWDRtOGIzc1QvMnJkbkp6Nys0djVsSDl6RUI1RHptcUtSaUc5c0ZiL3g3SnlLSDdRc016K0M1WkRmbWJwUDBOMXRpemZSdXlWZVhMamNlakpHZmc3MmMrK2ZHR1RxdmFwN3YyWEZVZnZmMnhDc1hPS0VwNzNldHdSZlRyNVFhUWZ2eDVtUGw5eUNxNEtiWkF1dnlPSm1QMTRnNGlSbDFWcnV2a2xkazFBWmYrZEdmaVVMYllQdnlreWhmL0UzYmhhYTd1QmhNclpnbXF3K3JJODc4VHAyVWUxUjZCWENXWk5YenZNZFoybW5TbGVXaDBOYnk1VkZXUXBJUzR3WkVRVzZiNzQ4ZTFxTkkwWWRVVk0rV2xBNjl3VTJoZnlJUHBBUWVSSm5KVG1aT29xOCtFSFNYVUlqcDBIemxYWHhvOVlKVXRxQjh0dW9Dc095YXFnZDdpbzUxSFpwMktwUlJFQ1NsODBickorcFB6OVBiaGNRbEdXdG1lN3hMT1FPcXVocDhuaFA1UEFxYThaMUZINkJqVk9WSnRkZDJqT0Y2U2dadEpXR3U4dmFTcXNDVENTbm9yNHdPK3RGZG1jaHMwZEhOT3Q4Wjg0T2pXOW5uNnppOE1Ta3VxeWJzcWtDdEdtYS9QUDJVT3RhMVRwSFNIT0tDa1U2dFBhTEVYK0ZpbzlOZDZCeVFrbmZqMm5JSVdYbUp6MFFKN3FUU1ZrbkR4SU5UZVo4L0ExVmlOQksvRUM2RVdWTjRhVjdzZ3ZNUmVWaXRqVGxwSGZpQzUwei9jbWJoNGhWOGx0cERsRC9tM3M2cnlhOFU2cTVFUW9vU1NDbGV4NkxPUEpOWDFuMU84aWhqTXFrdDQ1clZGKzRGVHFmdXpPU01UbU5FZmxWeG52ckxybHVWS2wwVDczU3hicXpWcGI5V3RaOVMxUEFJdkNzcVNIcjVoT29IQ1VwN1Z4SmJhWmpDNlRxMHFwbFRBRkVyVE5NeVNrMVMxQTA1UDRwK1owcmQ4RHFZMHJkelNZNUU1VVlxNkVzVFQyTDN4VXZlQW5MVjVaY2ZoSk9mWjN2bEVZa0tZRFZkRjZpR3Nhemt0dEpaWDhaSWJJVTNhVEtHTGtDa3A0b0lKcm5SY2tadGM2Yi90VElsWkoxYjAyb0pVYU9rNUdibEVReTFKbG5KYitFVmhpdEJQYUN2QitwaEllckJMMktBZkw0VjQwRkc0MXM0ZEprK3g4WUNGeEpUSUxKK0pqa0t1dTUrblhsZVpYZTAxb2FsRThDblpmdkZsWjZnbFlFdFdJbnh6eGlYN29IbzdyRW9rSlBLcEQ2VWVXT01hSzRxcFBDaFpha05QMnFPZmNtOVdYUnZhb2xOdW8yb2RVbHh4cE1EWlJUSkpydVVrMmVibGxXZUVsMmk5eExmU3ZUeDFSODBuU1dxS3lKbG91OXoxTm42TXpXSEF5TUF2NzZDaExoUTBsU1NZQTdua2RZSGlka1ZxOFU5Z1pyelpKQzdLZGNVekExM0tPbnUweGxOcGZwM2l3TldlZ0g0aVZIWGxudGxyS3JsaFFTWDdXTUxTcWQvbmt3SDB2eVlSZGFEQlhYcktiUFZWNkNybVdmd2F5eHFSWFRrcnZTQk0vOWh6TEVjcE9ick1RRTAwcmNlL3B2cnNTT21DYzJ6dUphYVRtSDVFOVlSYUdDcWozdzVYcDVhODFocmpnQU1kOUNpSE1pYkZlVWpXR01GMTRhdks0VnFXaSsxcDZ5UlY2bGJDdVJaVkpQRi8yY0JNTlRTd2tRZ2F1NHhLK1JGSHRxazZ2RGgvc0Qwd2RDL0pnTE5XVWZGeXFwaDY3NmJOUzVoR3hyeVZsVVRtM1dLWStoSHlsUlBnZ0Ywc1RLaFM4NjM0azUwclgybk00VTdpcE9ZZW8wVlkxV3F1VkMxU3hUVFJLcWxaY09xZUlCckxDK2krYlg1bjRJc21wZ0tjOWRDUUYxZmJHdXkyYldpSFhLaTNSNVBXakVkWmRkaTZaaVg4elM3T1BtNG56VVVWVTYzeW5EM0MrQVlQVXR6b3FTaFkyVXF5cEw2eG5KazZ3bzJDbGZaRTh6Y0ZFcnIxcTVDZEVsSitxYVpCRHB5a085d0gyQkE2SDN3RG5qMldLVnkzUytVd21GcW93d3RCSWVta05COWZJSFYyYVZFSjN4ekMrWXBMcUpLME4wNFhrMnhqL1QyWTcxU1ZpdGJwbkxqUGFWaTlJMSthMFZPVTduZDhvckl4bldNQjZYYXA4VzQ5M0ppWTlhVUJPbHkvZHF6bkJaSFNybHJwUzBwaW9Lak1WZ3FMS3dLOENoa1Z1QVlpaTVrQXpTRHhYcm9xcVNldk5VUzBJc1dwaTZNdEV2dndsTkd0VjZrNkwzclErVUpXUjhYNlpPblNtRXErVk5OOUp2dCtyTXp2aWNtN0hucTR3eVYvMjlVSW84RFJ4WlhuU3l0SjFhMm8wTHRHSXR0NzlqaGNIYkt2bmZsVzN5QWk1YVk1dzRWYnFMOGlhWlYwSnM2UzExQ3RDZ05LR2dIbXBSV21IanJPWXFsV3BaeHJZUmVQYWtLNHFYWGdLdmRNTzNxdGFFOG1LbmhPcUtGVXV5OGltalJrNmVmZ2wyVFY3VC9OMzlUdy9rMXZOMXkyV28xWUttbW1kSkYybEpyNlBDU28vRWw4dEhxU1g1b0FSVlUwbXlxK2FXVlNFZ2w2L0RhbkhLNi9XMTFKQmN0Y013YWNISlJ6THFaTm1JT01kbE5oN1FVcWI2Qm5NSmNrK3VLSnlTelYyd0dvQzg0MWlYZnlidE5wTUttcXBzNU5RS0tCcW5YYzk3b2g4VnY5U0pGa2xvL2tvMGIvV1ptR1drTFJsbTcyb2RJSk5qME4rTVAxWkRVdUpYa1Z3aXJTeVNBdWFDamd5WE9HZDY4bUt1VUx0bUZHQzVlUzdmKzFRV2VpcTk0azFWVVd4OXVWSkFUMWpLc0U0VEw1UlkrMEpmR2hkM0VNcHZvei9JdlZKeG10UEZoRUVET2MvS04xUlN1MXk0VXFablVtdXk2OVJqcTlUSjBWRllyZUlFTDJOZTNqbUhIeXB1SzZFRTZ5dXFPVmkzYmdWRlF5VGxlSFZLS25DVzZpSlUvME1OczVWclZoVk9CMmRXN3lFb1ZHaWlTbUZXN2RjcXBGdlVxZ3hrMVltcEp1dHpWR1hZNlh5bmpHeWVLbENCbkxlaHlwMVd3MW9YY3lxVFYyWGdOQlVIeUcyUStaTjM1cEJUb0tVZGE3aTlUVHJibFZ5a2FjcEJSMnpVeHZHY1ZkbEphNmRwUlFibVdWaS9YSjZ6Zm1ENzZmSDc2c1o4ME54VjViUkVMNTUvVjBKZHY2clZVRVZWek1ydEVDd3ZNT1RRaVB5VERmZTZLN2RBV1dsaXB0ellXaTFMdTFlVnVmZUJPaXlUdTNHeG1nUmw4RWJxMFdGQ085MUxTUmpXZ280d3Y4bzR4WDA1QmN3VlNUbHJVclRYcWpTa3ZMWXNNN2xhZC9WMCtheVY1UmVYZTdyclVCclRpSkVuZVFvTGpMRTR2cGZVY25MczVHSjdYbXNTS3VodFhENFhXaC92L25SMEZxZ3lwVXQzbzZuay9wUVdFNitSTmE2cDc4dVpseGpZMHRLZGVwajRHemNMVFhmd01CbGI4SjVXSDc3dVRyeE9NU09xdWdUdVBDcWM3dVl3VmtYRWRFSlhsVkU2d3dSOVRZcUNQRmU2S2dtc24xU25KYmhOTGtQZG1GdHpRVTFWVnNiVEVaOEtwV2JLOCtqTndlaXZ6UHpMS255cjZXbWZmODVGSlJWZlNnTkFrcWFtZHFwaWhmMzFDc2ttM1NDTTNNcFhWT3BYeWROYVNjdnZpbDVjRXl5Yk5vbXFLL0ZldE82eHByVFYvMllKcGttaE9TZzlVODZZSmZONzJhZ2s1ZFFZUTgvRzNrUG5qRmF0ZHVyVlo4aGtTVTBsbGxtNTRicFVGRmgrNVpzcWZWWTFjNVdXWHRLcFRnTTMzcXRCMHcybXZBZmVlZWZ6Nzd6emMzL092LzVMbytsd2RXVnpiWGxsZFR2NTBaYlNSMStQZkxUWXlMeXg5a2VDeDVmOFJiV1BJbk93SFowRGs0K1h1NWZhMnBtNGw4bWhhcytFOWxDZjBQNHJlUU9VdkhOcThZN1ZiL0xxVjdzVzgxWHkzTmRpdmlvYTE1eDB5OVBlM21VbyticUJqK3AzYVMzVVRTMFVYTjFGaTNGUVhnczBWWXVoUGlGcFUxZFVYTmU1ZjBLci9ZVFU0QlA2cVBvelZLc05vS0ExYXFLMHFnREh0UUJDYWsvVW1KWTV6YVNaN2ZDMDdZUzY0c3RhdkdOZFg3c1dFcVo2d1p3bkcrcHFaRlYvVmZYZTgxcWc0NHAycWZFdCtZUUVRYTBXdFlydzM4L2NDejl0TFY2TGQ2eHJYS2VpajRxQlo1T1dwSVkxVWIwYnV4YTMveGtWQkxYNHFFcjBXejNLTEJtQzF3S0wxZ0xFL3RScG5icHV1VnBNVGwwL3F0Nk5NajlEc0hveFpOeFRXZ3ZZKzRUa205cTlpdGxyRmMybmNiejhoRHlwOVlOeHRaREZWY3FwdXJwb254QThxQ3ZlcVlWbUx0bmltWjlRZVFLM3I0VTE4SVJtd3FUdnF6VHVYUzAwL2hNNmlYVU5DOVZDRFQ0aGowNnRKRVFWaHFEZ1dYUE9zcXZGRXN6UGdLM1BRbFN2S1dxeDJaN1EvcXZyQzlWaTdtdGhkOWRDNDlmaWl5VmJiYlU0ZkdwRHJRKzN1SzRDcUhwSFZtbTA5UGtCaXVvV29oWlFvSDVPOE9vWDlRbFozQlZwd3lwTnFicXRUZld3cEJaUHJBV29LbmtkbjVDR3FrZ1RsSlpLOEhSU251b3FPK3BxVGRSQ2l0WkNnY3ErVUx6WTEyZHVGaTdiUzg4dWd1SmhuNzVaYUxiM210Sy9mNEgvdnRpWXVWSGl6dmtmek42N2pHOW9mUEFGL3dQMmprV2ZsanRnMWZsWHZrSHhJYW0vcGZLWWFycFhqSytlOGRYKzZkeUJWU3hWOWZOZ2ZpTG5NQXRWaktGTUFmdzA5bDRwZW0wKzZyV0NEVlc1V0s1YzdOZnlIQmVBZ25NQkJITVpWazFQZGkwUVdqMW1zNllyVmxjZFVkc1BLdGppTlZuR1ZNRTdWeUZ2RXJWVnIrS1ZIeUQvdXFWT2pQNENQaFZRV2dzd1ZBOFJWZ3Y5V0k4bE5ITXl4T2V5Qm5DOWdndktkeHpPQTYxVnNKRzA5MDFkRDE4dDFzVmtZT0duN29XZWlnS2J5NXZVd3Y5Y3pRZlNZTTZNbFNFSlc2dHc2ZFZFVlA3MEhNU2FuSDl6cUt4OFJHUWVCOVlUdjVkdU96OFZDVDMvRFZLWFkxdlRCYWpCRitwNTZBdjRuR29SQkttREJGRy9oVHprTDMrRzlPRmJMYjFRODhVZVR4WTZsdWlycU9jUnJNZEtQUTJyOW1sNC9DclpGRTlGWk5WaWE4NW5mZzNTVGFyWGVEVTlHQlZBMDNxcWlWb2E0dlU0bWdaTkI4R3RTM09KMTJRMjUyRGExQ3NsWXg0bjY0a0FsM3BnMHljeW5WVkk0RHFvdStxL1lCNzIxL1Z3aURDa3JtNnJ5U3ZWRlBBYnBDVE9RWU5XWURyUEEyQlc1eElzZlVYcWFYQlZvUjlLaE9Oem1PUUtOTzRjSGxFTEJGVlBEMjcxbTFKUGU0blBtT3BnYWtJS3I4VkJyUUZPcmFrNU5XOWNHQzhKOFNzM0M2UHBjR3R0ZldkcmZTdTRuRDdkMmRyYTJOemNrUDEwYlcxOU0vajBtL3krS3h2Yks4c0xpOEZETmpkbnZraVBEbS8zT2Z4MFpXdDVlMjFyZTJmMjR2V1Z6YTNsMlhINlQ1RzdOdjY0eUIyV1Y0V0QyRmlmZlNsKzQwWFJ6RWxjRWgzZXFtaDRHK0cxMzQ5OHVrYTNnMUd0TDI5dlJ5ZDFYWFNieUZSblQyckt1c1NuSkRwOXM1L09MbjdXc3RDMXlRV1F2eTl1d0kwVjRWdUlsaEFuSzN1YStjWExLK3ZMT3p2Q2k4VlR2REU3bHppMnlBeEhSN0d6TTdOTDJNWHJPK3dXaTZLM2lpelp6b3A0ZlJPTEExc3FlUTZXdDVlM3hIZElia3JoZmNVblB1dDhGYnJ2ek5xSXQ2UDhESzR1YjZ4c2k2Vlk4dUswSFpCNkZyWVMweTBXUnNMZGtuSHl4T0lzOG1ubTI2VU5BbDVEN3VpSlh6bGp4WkxTSnVNMENSNlhxaHVTTXl6ZTV1bnpMaGIzNG10ejVhRFMwVTBWUFdzNWNpUG5VeFVKdXJLMWsxaWF0RjBqR3BwNEVkSkV2c0sxUXZreHU4TWtwanQzOENJcHZiYTJsbGdadFJNV2Y5TnZ4aDYzcUM0MXhFSlAvRTV3MzluUnM1dXU3cXlJN3lDV08zSzZmZmJUNk9ZVzN5S3BWL0ZpOGRvazluSEc3cGJjbW1xSXNnQTR5NFVqS1pNcGkwbFR6bElhK281czZIendzSlhZNXhrcm1vSXY1YlJEclQ5Tmc1ZEtkMUJBUmlvWUtPWFFiUWhPZnVvdGNrOUJpcEJMdVZyUnFoTk9RWExuWlVoWWxiTWlPcGxwT2lwRitJblhUQko5WjRBSzhSMFNoaVcvYjRaaEo1YnlXUUJkUWYrSWtWWnlJNmR2Nzl6N3BzZ2FMVEFyNDAwUUx4aC8zUGI2R29OWFluTlBFb3FtcTFlUjVGN2YyaFlCdjQyZFBFU2REM0hFbjVwRlYrTGpvYVNWSlkrekdPR243MmNSN2sxRFF5cExteUlReEZCV1Jka3JBQTZWcDZsZ09yRlFTcEVCWXRkWXZoN0pVWjZpTmNLMWx4VzVxZnRQRTkxbWY1cHFQcWZzbmp3QStiMWdkcmFXMXlOaWZ5UHFPWXk4bjRTYlN2eElvV0daNjNtSmFQdmxxRllTQzd6SXA3OFdXNTNRYTdteVhOZ1NVVHA3a3RidzdIem0rNEpFWHMwME1TN2VSOEk3Uk9XdXZFRTVvNDRsdnBodEhzeE1xTHhIZStiVC9OMGEyV3UvRmdFR2JCNHpIcE9GdVdVZDA2bmJTeFlZR1JMdGhjV1JpaE1yeFIrb2dvUUxZMm54VE1wNnN0Tnh0K0F0Wk40dGM0c3FiNTVjZDBqVzlHVDRQVktNY2pFOFZIRElTOGR4NG1OUUMxNmt1VnpFQzVibkxWVndzNlVKV1ZDMTBvOU9VZUVKbFp6aDYwMXV0KzJWOVkzbEZibm5LVXU3cEZ0VGJQeUlSNXp1L0pBMVVqS2dSWW9kR0JtRUFCRDVFNUNuQVdYTkJRWGpOZFhZamgwU0NWQW1uQ1B4dVVnNXYwSkVIYm1EWnB4WUpYQ2JKWXJrZ0huV05zcnprT1RUQW5JSG5JSjZGQ1AyNGxDL0Q0OVYrQWt6bnlyYTRyTkdmTklwcCtMTlNuSE9GekluMHcwNUJRMHN0T0psWUxBOG9GU0dnN253U3MycG1xdlRjK0duRW1kR1FqZXJvSkE4eFp2dmEwc1JlZkxSbDZSTVNSR3dxUkhIRktra3Uvd0tKcWc2VUZSWWpGemZZUFJRNURHSWxKZFJ4VEdaRENuRTNCN3haMzh2dHVrWG84c1RTbDB4MFVpTWhpVDVLUmsyUks3VEtmK1VpWmtqS1FoWThnNFpJbGZhUXlKRWIra1RJVnpKN0pXUk8xdmFmb2ZjVDVPTGx3NFZaWGs0R2FGV3BTaXcwSStqTTUwWkh2RDFXVnRPMXA0U2tRNUVBQVdIcWNBaUU4eWJVUHFrb29TQ2dXQlZMY3VFcCt4MHl4eWN6RThWYkpzc2laY1hIZzd1RUl0UkZXWFpwZG9CZ25GbWlCNEZhSi9HTXhIRFhrbVFvUnpmeVkyaVJNMHZPV21iWW5hbUJselNIRG1Td2srT2w1RDVhWVpSbHN0TWxqRDM4ampQbW9wU0plcXE0ZzhWTWo5RXVGTmUxY3FjeXd5M1JOSWRveGdJVVhtclZId3JpazJseE1uVkhGTXFXQ3gzeVlydzhPVmRPcWtoYTNHTVJnN2N6TTVSUHQxTG10QWs0OVpJRWMxQzJKK3lIVkpEbFNwa1Brbk9qSlRScG1KR3Bmai9CRnM4aThHYzUzS1JkaDdOYWdiZGpaMDJwd0o5bGtxemkzMzZ2ZGoreXpmeThpRmhTanhpSSsrUUtob2VDdWhPSmJvb3lmdzBKYWlrYkoxOFlTNUd5enZKMlZCTWtsQ3lvZkpjZWNwemxPM1BTL0dKcEVNTVdUNjZsSDlOQTRzS2QwQUtaQlMvaFdwb1JlVTR5UEpkMG9Tb1BJYkx1SVBzZmtzWGcwTDdScXlIQmFoa2xxbWlzOHFwK3lRZitHVS9MdTRKMENZbDVVa1E5VHVvdUNPVW5EQXl1aUFWdDZlUVZBdEZNVldsbitUVDByWmRhaUpuWkpkTFRGV09yMHhtdzZvc25xbFBzMXhwQ3A5RzNrSVJRT1lLeWp3YktjMmxtNWNWbWFNd0JIc2xoV0VoVkNNcGFpOGpleUl2aCt5YnNhY0pPWlE1QzUzSytFbkdXMmVScW13TUpjTmxJeHV1VVBCWFovR0t4Smc4ejFYNHZmU0RucFVSa3NvakZuaFRzN1M0T0xsYXhHUVJXeDBpQm1nSjdxZDhZcEJTNm5EZUJ0WmlYS1hEN1FSTW1kMjBFUXk5T1hQU0Z2TmVQRGNUVUltQW0wWi9FQ09KWk1xbXBKMm5Sb0RMa1RKcTdCK1Z0QlBKUkpEWjNacHJmU3NwT3lXQUtNOUJuVVhRaWhRUEZXcGtTaXhZMGpHV0pvakZiREtKVDNYU3RoV0dsZ1d5VklKTWVUdEJmY25WUDFXNHJ3cnhSREt3WUNycVdEaGtLTzJ0bFRsb0VpUlhGWXF5WER4UTdYVEtXd2twWjJ2MjVYVE5XbWtmbnd5M1JDTElseGRRVi9FTVM5VDJVQUZYdWRaVEdpRllNaEtmd3FOV2RVT3BSRzJVRkxTMDBaRUtTWk8xcC9ocjZCV1l5QzJWa0tza2hEbnA4b1c2Wmp3eGVTNncyUGJXamZHTFN3a3B4VmxVeUhaNTJQdjc4ZGNJT2U1cmVVeHQrWENWQ3AwcHpaRW1qc0dtMUV0SWkvaksrdjJMOHMzbEZHd3VMVmNRb2R5SnBoL0ljYW95OTE2R2NKS0VlN1BTdTFCb1dtNkI1SGdxMlNTQ3RITXJWWGd2eTNBU2U1elNNRVc2bDFZeVEwYkpQWlUrODhYNGl1bFB5eTNrbGUrRFhSYTZ1clNWam1RZTlld1Jqc1VQSmZsTjZaWHVSQ0czbU5aVmN3WWtoWW80Q0tqdU9aYkQwVmtIVW56eVZISUlwVzJvZEo2YUFnRklLWlFpbDdHWVJYOFRJeFdWS0t2YzNrOEpqMFRGZEtxbVQ5MHpLcmtra2g2QkxFRXBDYjdTcGx1UnppNmJEWjJSNzU2U1FKQUxhc1R2TDNBeTVqNWs5djNVMHZpTEo5M0pFMzNUNHN2UzZkeFNDU0tpSkRrcC9TZVJjQ0syR09UMm9SeERWb0xob2NLWkVRdzRqVFN1NHFOVDhTR3BJQXdWU3E5MEFxRUtPMUFsOXlOZTF2cXpOd3ZOM1pXZHRmWEk3TkpuMjZ2YkVYQ2ErdG5xQ2x1YThMdGZ3ODhZcnQyQlRReC9YbDdaV3B2OXl2TEt6bkx5czQzVm1jK1cyYzIzWmovRFcrZGZKM29HZkRkeDNkYm14c2JzOFBGK2k4bVp5Zmx6TUpyVm1UZUc2elpEUzJUQi8yeDdoeVpwZFprcHAyQyt0Z1Z6STVyRHhIeUpyaE84TTQ1NkozTVpNK2FhbVN5ejIwTDJmbXhMUndSc01PYnRsWm5QYURxeVp0QWZ5L2JPN0dlQytXUGZYVnVaWFpGdE52bXo0MXRiWFZtYldXeTI1WGRXTnZqU2lJYlBKTjY2eENzdHI2NnVKNGUvSTlvb2lRMGx1Si93SkFxT1FaSDdwVXo1enV4cHo1dWkxWTNsMlIwanZFNjBtc0lUeTRZL08rV0NuU3BhOWRRVGtwUW95ZVVTdlVmS0NkbmFFQ3pEN0FrUm5VeWhnQldPT1RGWDRsTW9saHpKK1JOdno4UzdwVWxWZFVra3QzWEVnbUI3WjNiYWtvZFplTUJsaFJjczRld3lDSlpmTkJiaDlBcUZvZVIxb2xNZDN5WXlVeW1jTnVFSjJWcEw2bHpKMHhCL3BhOUZuckdvY0poRmNrYzQwN0JLQ1RtMkxwSmpRa0dRa0lHQ25TQStWQnRiT3hKanh1c0VVeVE2UVBvN1N3NUthUUtWVkdHZE9sY3lNRXkwNW1Ka21keUthZm8yOFZseWpkS2dsWlF1ck5Gbklpa2gvVjNCWGt1RHo3SVlRWFErbGhNU1dxellwTXlBRkZFVHVVN0c2a2lGUXJQYkpFWFF5Mnh0OGZGSkVmNGk4U082VG1MTHB1bGc0WGVYWjZhTjdwZG1mQWdsYWdyNm5KVW1hUkpMQUQ4RWhsN0tydFE5L2JMd1RjRmdUU3dEU0t4TnVmc0p0SjVZU3lXdTIxbGJtWlhHMjl0cm9oTWlPZ0lDRUNEOExLR0I5VEJId3EwZ3FkaWtsWWtRdVlvVlcwSmhDYmEyd25JSng1ZEV2U2xqa1RIVVVvNlV6RE5rQVU2cWxCQWNVZEV6WklTMVdEa0o1cDZ0NWFwb2ZESmdzQUNnU3pVQlJMNEswVDdJUGo3YzI3T3h2cmtUT0kwMlY0SWZCYkJXN05WSXZwM0FxNUZyeG9lcU1uQmhKVzhULyt4cmtVbkhzNzYydXJZdDBqYTZGcW5rZVJXYVpXS3ZnZGlUTUF1S0JXSXoxVkpQdkc5TTNrblpPbkdOSm1jZUNlQnVmTFprWEpKaTRTSjJJU1MyeXVyV3hzWnlocmRURENpVHNrSUFXdFBra1lTS0x5cER0WTAvRlcrSHdETWtuQU1aUGFLQ0dIVWRrbW5JVXVRWDF0eGlTdnNnZTN0bVBUZTVKNFZ3VFF5UlpKNGg3L09PUFZmT3A1eGl2OHY0UCtJS1JVNHNpWHlucUsya0hpYzZOUW1kbHVMSVMrN2VMZkYxZ3JGSVNoMkJDMEV5NGlCRUxaSkFPOFhjVGRxYXNlZk9JZ1grbWhrS1JRcjd5cHBTWWp3c2pBc0pFVXB5RmdSdVdhR0ZMTENrNDk5VmpwaEpSck5TcElJTTRremJDemsyZHpweWxwWEljVXdnRzVLY1JSNThveXltN1k4MC9UWGpkSkdRWlR1ekRvZlFUeVByODBnelV1WGN0WUw1RjFnYTBpQkphTG5Jd2IwY01LVUNpS1FBUjc3bkxCdHdTQnE5VW9IN2xPZksrVlZrWFY1Si8wdXFRcGZ5ZVFnTUJHRmNTUlNqU1JFUFVtc3BhUkJKZ2lUWmVaYndEMzB0b3JaU3BhL0Mwa2k2bzRUbUtEZWlaeDRYcUlxVnJYQ0U2NzZnRTRqWUpFU1FqWnFuQVdFWjUwVGFlUkNGdGdXd1M4cFhtQ3JtWkQ1TGlSNEkzamV4T0xsVG5uc01kSzFhYVplakdDYUo0SlJnK0VtalhEWWVKdVFUcWM5V1NwZ3pPZ1JaNkQrN3Q4VFVEUGJPTWhFN2tRTlBEQ1FFYXJWSVJFeFdWN0YzazNKRTV1N3o5SE1vQzhwVFRCT1JuRTZHbVdJeEFGMFdqbGhVQ2NSaG1paVFRdFBpSUxnSTRjbW9aRmwvdXJRUFcyaEpDbm1DU1l0Q0NLL0UvZzBaQVNRYllCVmJ4R0xKSWNzYkZGa2pJbCs4TEp0STVydHBxbExHOXlVT1VBc2dsNlRLeWpzK2FVNzVwTGFXYzBkTERqOEZ2UW9ra1NncUtPL0FrRVluMmUraGFLWXJPUU5rVE8wVUJxU2M2UzVtakFnQ2pqckdza2dZemdKWmhZaU9TQlhsbWYxS01rYmt0OVNnS1l2MlpRcFpNODl3bDNNM3hLU3ZxdGNvWldsbFpMem95WHo3eUJnaFFoRWhmTDhvVzExMGlLU1JzeFFaVUpadkljdm9LaUl0WlBGNW1zV2ZrRFJ4dW5mVzNoUWZOMW04biszUlVaMEZNZWhJOGs3RXRwOGM0VlBTMzZJVWdKSnkwWXJzQnptSHR1eitsUTI1Q3lXWE5LZEdvSTFsR1pOQzM1a0lsSXMxZVJMSUpZUG04b0E1QmVSTG9KNjB3RnpDM3BTbk84aWRhbW1mbUtTZEsydkY1N25neGVSbklVdFJCdHVyOElwMDdRY3gzMExzMjFPY0RpR3hRVzYzRmZVRlNYMlc1bUNSOVJUT0JtanlvWk9Nb0ZLaCtTYlpTeW5aVndMdmJWSmdpT0xCSWl0UG1EMGdEQWFJbk42Q1hRVFBTS05LcFlTUWhVSDRSQlJxQnB6SitMRFRWSzh1RHlYbHpNbEVtTk91aTd6bWd2Z2NwbVpsQ3AxVVNZZFppdFJLS2w5QlREMHRMcHU4enJDWFFqZ1c2VHd5eVkwblI5dElBeW9KUXpPKzJ3S0xZbnM1ZWg0V1U5NHV6YmNpU0Q3SjQ4cUpnclpDcmFzWWxGWm54cVJLYWttU2dRem5PbTI1UmZlTGJMTU1nMDlhYjhpaUkwbjYxUXhDbEExQVN6R3NVZ3lFaE00UkUvdVRKcHN3eVVEdU0yblB0dVJZVWlHSGpLZGNmbG5sbGxEbE0wbHpWQ1lZTGswSUtCcWdrWkNOS1VFV0tTZWN4TEZJMVEreTh5SWRSWkU5UjdLUVYzZ1dCSHBPMHNDU2R2YklCcjFURW00RXZMMm9EcGZTQTdKcDBwSndJOVcvbk13clNzWVB4UmhVc0F3S1Bnc0pQN21DanBPREwwSVlsaXlPa1JkU1ZuQVp5dVR5cEoxQ3VWb2hTWE0relVVaURBZEl4aTJGUlJKa0hkeHlGSnc4QitSQ1pNeUxvUUJLVCtxVGpBSklXaTNpRFNweW9JbFNWNFZoTDRITWx3Mnl5RVlMWlRtNnd2b1ZpVUJPaEt3clFjL0kyRHppR0ZiaXV2eXlHdXJST09sSmx3cVppNE1heVdPVlg1WW5sTktKbVJFNEpvUk9pQlJSSlVFRWwzWmdwTkVhZERsSzB1NUIyY1NoR0VBdlVwNUJKbHRPZUw3SS9KQlMwZ0x2cG5CN2JpWE9ZYjdabWF5N2tTUW5xbmdBcFpMY3hLZEd3TDhTeHFGbGRvSzA0em1sNG9Sc2NvM1VTY29Qa21Zc3E1aW9JNjFVUmVzNzQxcU15a1doaGhSRFF0bGlHMUxXWjRxZ0VuaHVCVmdrQmRyS1VrVmxjSlk0WVRHRmQ1dWw5TVh5ZURhVklPL1dRaFp3VHNhbFpFcUYrRE1aTGw2YSsxSXFXUytmS0QyYnF5RWZoQkR5clVYaFg2bDlKTTFyU3dsRlN3YnV4WFhhWkxtSHNubWprcDRTbVl5VE5EUXM5MTA1aXBBc0R6cGUyWEh4WnVHeU54MDVIYXZmYUhjY2U5aXhHOCtHSGJmdjNrMGJUWHM0dHIyR05XNWMyc05oY0wvZll2ZHI3elViSHk2dk5DNDk5N1hkR1RmMjNOSFlIVFkrSERxUHRqZHl4bFBOcXc5dUZ0clQwZGdlakJxN1E2dlBSalpxdUs4YUJ3L09uVDEwQjA2bnNldDFlczZZM1dYaTJRMW4yR2hhYk13ZTNQck9zMGNqeHcwSCtpZmltMTMyMkszRzB3ZDJzL1liWjl6cDRXM2M0ZGh6Ky9CM2ZzZVQ0YU9GdDF0c0xKeTZ2ZUdvY2V3KzNEdnMzOWtaR3lXbTdIdVg3YVZuemU4SEk5bGtrMEIvZWVWNmpaYmJ0ZnZPOEs1eFBSbXdYNXQydjk5b09YZWVOV2FQYTdUc1RzOGFPcDFSOE8yVG00V0Q0YVBqdWNNQnV3bDc3cFY5TituVDFlRjQyK3hGNlY2WGZXczBkanBzWHVITld2YVkvY3BlSmJ6aHhzM0NCeE5yT0hiRzdDYVBkc1BDMmJGeGRzWTRwZzdjeC81azdGbHNFdkJKd1plUHpNeXFrYkVVbTllVjJMZjlhZVR2ZHQyelBldkJuckNKSERXKzE3VGExK0Z5L2dHYmdyRnRkYWRzMHEweEc2czE3T0xqMktwNGpXdlBHckpOelo3SlptZzBjanNPdTZiYllKUFNZdy94T3M3UVpadlpobm1ENzlGZ1JmdlgwcGthdGx1VlQzUmxEL29SMjhrUGJCN1lNckZ2OWEwcHUrYTFOUmpBb3JIdGN1dlpiS3MyT3JRUytNeUJ2MzdCUGZadUZ2YlpBSmNPTGUvVzlzSjl4YmI4ZURLMms2ZHphV1pVd1ozKy9HYmh1SEZ1MjJ6anZIcmxqTWYrdmZ6QnM4VzVza2MyVzdKZWVIOTRiNXFzVjFNWWRtdlNIenNqOWp5YjdmYkJnODJ1Z2lrOFo5OW1uejdRSkRiN0xwdlN4cjR2NytCbGovcU9ld3NuMVIxWWNOUFd5WFdqWlUxZGdYaUo3Tko5YjNMSDdqTWFlODd0QlBjMURCTS9QV0F2MGJFNmVQTTl6MkwvajFzcjNPKy9jMU5Za0JrWFJRYkdwSDJNMTlnWGUreFpkeTY4QnJ4QzNvWXVSMDhabHFqc2tMWFlPWnA0YkhzdWhrSVJaUlI5RzM4L3R0a0xvU1NDMWZsZWE3VjVYTCtwV1FOOFF0Tmd4d1FyKzFwN1lMRWRodHZzZk1KZWlHNFRmUFV2M3l5d3hZK2VuWlBCWU1KdUZlNEl1dU9ENjQzeGJSN3dGY085K2VGTkNTZmR2QmhiNEMvcUN5L1FldFlEdXhVYkg4cno0TXJmdjZsQXluekF0bzdibnd4dUhTdUM4S0ozdjNZZjZFWENUWHp3eUw0U1BDaTJOWU1ibjdNWm13NnRBWnhrOXMwajltZTgrbVRrc3JzT29xS29pNXUvY2RDNnhpdEloejBJOXBmRFppUmMxaEhmdDdjT2pXL2duNTJ4eTVUZlE5OTF4blN2SlRZemJER1plbUlTN2RidHM2M1U4ZHdSazIzOWU1Z1lXQ2lQYlhCMlJTZStLLy9XemNJaCs2cVBSa1lEdVBlbCsrQ1BmQ2s4c01lWHo1Yzh1NC9nNFpuSGRxZmxUWWQzTnJ0bkhFV1FKdFk3SkVjZ0svaEljRlpQQmcrVzQ3RW5YaS9SVHNLL3VpT2IzWlI5blYzUllrTmk1OWhpcDV2dEx6YUc4Y2pnbWR0bkNxYlphdHpaTHB0YUR6Y29yT0NBZ3pmMksxdkdCOXNiTzJ6SHN2V0JlYk1iVjlkbmpaRnp4MDRlRzJSd3IyOXowd1AweFVYamJPaSs2ZHZkTzNhMDJNT3RmbkNaamcxVS9FWFY3S0pDS1BrcHZLQTVjYWdOQjJwMk5IODc2ejB1MlJNSEZrMkFDV1VwcjBPMHAvZjk0SXRzTHRrMjRrczZpbWlCRnBlbW8wRloyS2cwNVdRQXh4cCtWWk9TVkgwdkduNlpuM0JoRXRoajZjTWhPWVVUellSYXEzM1diSnFBdGRyN1hrME9HdGhIOG1lNXdIUVlHS2VlUURDNXJRMXYwbUxlS01PRG1hZGhYVE5OV3FvZHQ2bmxSQ3JUcGluam5uUDJLWURham0rL1BTZTJkZGw3SHJ1WEI0M3Z4VWNRUHorQkh2OStBY1ZXYkwzMVpKNVJsMG9OaGxESW1sSFRwelVUUmNWMlQybm85VHF4SU4zRzRXVFlnYS9CKzdPcHNEcnNpODdid05VYmtmOHdaR2MwaHNlRkMxOFRIS3EzMi8vRTlFU3pMVk9sMVdUT21pNjJZWGNnVUdZTjJUdDNVK1pSTE5haldQWmdjT3ROY1J0RzNJMk5DM3Y4eHZYdUszQTdGdmVFRkZCOEJiN2F1bG5ZSGJJMUdkdUFPWmxNQytUM0F6dHdGbHN2ZkJmMjdjRkRuNzE1ZndvZUlIWkVtUnpBbXk0OStFSnVWTUxHY2tPRll2RUJzZlBQaFBOazJHVnJ4M1pORnoydmJPcFJLSU9BN1RrUG84WXRXM25iSGpidStPQVdRem14U0NnbXNqQTI5MVlid3VnbVlOQThBRVROK0FjNkRzbDZoWTRMdU5vS0hHbWRlU3UyOUhyYlRRMmlsUWsrRE1jMzlLYWpGRWxjU1N5djZpakFYMXhkS3dKZG1RTTFvVW9MMlpGVjcrMENjditTeVgzUDdqaXdPSTArNkJTdTUyaXMwMGJYQmd6RWZ2WGN5VjJ2TVFBUEZ4TWxuekJaWTNXdEIzakJBVTYyRFJwYzh3VnFCaUxVYlVIalE2Z1B3VlFIR2VncE0vVnByeDYxbU1ONVJzVnBjWW1qTTVWUEJDZ1lEbjlVOHRhVlBPUWZhRTl0SmFSU2VRK05NajRvYk8vcFNUaTlieFhDSW9XK1hPVmJsbUxLekoxZFlDQldXa3hoRlJlZjc3R0ZZUll5TzRYK1c4SVJEdjJiZFFuZmwrYW0xUTVyK1pzWno1Mi9pOGR1b3hlelBCSWlaNUNFZzgrWU9vamFNV1BMdTdQSDhCdlJSWmY0VVk0eVJZZHN0Q04wR09FSmo0Qjd3N3V6Z00reDJMZk5nYkVuSGZuVFJNR1Z1NHFyUitzbUE0UW1VRU1CUTEwZURNMU5BT3VzcjRIQm1sZ1luYUhQSzlSUWt5bWJhL0N5RXZOSTd4U1ltTnNhZUxUVU5LSzhkTHFNbkpvb2w0eVBpU21kQjZiMWJOQ296WjQ5Y0gwL0pMdmoyajRUOWd6aTJPSFVtTVM1eFZUaVU0M2xGL2lxSWVhMDNqRXJNRzV6c1BGL1JvelBEaS91OVRpc1I3SkJIMm1oWTNibXg3QmRHMTRzb25oOGNMWDZBMThpakVuNE1CeFljSERzRGdYMnNUekZ1L2lPTDgxaW0xZUMwSitvMHBxQnZGWEtESlEydFg5TE43UDlvT011QlE5Z1ZsQ2pHNUgrRiszbWVSTmt2aFBaUWxObVNBWDZnTitZbjU1NmlOMmFJTEU2c3AvbHhZajhsWVpkY3lYNVZBcXNodUVYTE1Ba3FnOUx0WkQvdWo2dllaZ3RaRUpzVkZhYVJjZFFscGNLNXJRM1UyMjdqWWZRbElMbDkyek1XZUZUKzJCNVZ0ZTVHK0RxKzBvcWd1bllXd0NBaFJYczIxeEUySTkyWDdlaVRXRWFpNGw5WXJycWhxNTByRElZOVpUOFFVL1Y4cXhmcE0zd2lMU1RIT2ZrU0owUGlVVHZnTmFySEVqeDBXanZsVW8zbWJ4V3JvdlNLTDR5NXZDRnBvSW9EQUtLejRFQjRUTGZhYXhMMGJIaVMxR3oyTFB4U0VXQmxTcWNFbGdzQWxBclk5TWtqbW1iOTNJYlc3SUMyNlhZYXBkYStVRkh4TDJYNnNwalYzN1liSng0ajg3UVNJR1d1aGltWldaMzFiekVvMXFBbzc3c01iWDMwRE1WU2wySWYxWktCRkQ3ZUdtcmpMb3hwZVpBVzVibk1CaUZoUEkybFlIelZrWUJINk1WSVFxUS9jcDR0NSsxT3Q1MUxqNWRYQ1hQbXlOVWtoNys2VWxJTW01TjFzdkpaemdJV0ZrQXI1QXkvcU1DYUNBUXBEWG9KbUw0ZGpYejR4UlR2U05qMmNyMXpFRXRKdmJuRTE2clpHTEtZdk9XRzV5UVIvcmEwWlZDSXJObVJJVEtZL2IxQytYV29DTEVrMHJycVZkZk1lT2ptWGRLYnUxcUlpam1DQnV0bGpiL05JQ1M3TG95SEJxRnpsRko3emszSlRGbjhuV2R1QW56bG1qelRDUC9yOG9JRUZUaXJwdXZGSi9ubXBXVzMvS25oWThVVzNtVGkvS1BGZUJYR1A2UmthU1FsR1BLT1ZabUxIWStUYWEwVGI5NTU1RWFSN3Q2K3Jrd3RhTm05VnpLY25YTXh6dWtGbmpYUGd1bHJhR250SVltSmQzYzBHcXQ4M1dxcjBGakFyeWJEQThaN2g1bE1sQlVjVjF3bmU4OHRmTXM3MEl1TVBuMVlaU2E0R25xaHFiYXZKSHUwalhiN1dBdzJWQUMwUFZ2QUErL1pPT0JsWERlc2lQQ1I3TFBUZ0U3SWZnMk1CUEFVT0MvYTJyQnNoQ0FZU3RPUGc1U245cmkxWG1tejdrUGErbldHdG13Syt5dTAvR3g4WlhkZFQ5WmFuR0IwUTJXRkx1SDhIRmMrMVErblVLbDlRTlNwZDI0Ym96Q01pM1VZdDZ6WXQ4MldtZXlacXlFcW52b2xibEgxQVJpN2JoemMycXFWQW1Mb1JaQnBIbVZNWnhmbFRzVGVTVGFDdFVvMDFWZFRobDkvUHdONmNyNmxSVDRxa2xBWXNDZFk5eE5hL3lHWmRrN2MyT3kxUGlGaWgzaFdoUi9LSDZIa3ZnRjlUTzZhZ2F6NVQwRzJzNHk0OFhnYXJ2YnpDSEMwcmFmVVpPeEZxbW9OWXlhMWtHZy9xeWxyOVdGRHlYdkVLekV2aTFFK3F0bHlsc3B6WUtLclhtaFNhNTNydEtjZkQ5LzN3UVZxdzRGcGt0VDVEcitua0w3dERJN3Y3anVlN3FzVGdQV25GR0VaNzRzY2ExejJtcG1uQm4xRlA2c0FjSkN3czZFZjlybzZobTkyVC9WUWp2ell4akx1d1lLY0UzK0FIZ3V0dFdkTWt1UERZV1lJM0ExRzVrWHU5ZnVhT1IySER6NVRQajFaZzQ4Zm8rbVVqVDM1dXlVeWtpQkJac00xSWpJVytXMzFQRFNYeGo4cXZLOXJnUk9jd2ZjM0owY3pxT2psUjF4UlhMTGl3UU9mQVhBd0k3OXlVUGZkWGhCc2lVeTFQdUlER0Y3ZCtMV09qek1ZL3VhWFRGanBCdkdqYVdKa1lycHNaV24wLytzQ1FYMWFMeGk0bHRaY2NUU2RuaTlLMlVhbGhQVmtXQXFNVWVOZ3Y2eWR1N2NTejdXREdNV2M1b3JsZGszNStlWk80M0I2TnRVck5VTDdkNHk1WE5KRVJqajhkTFNXdEZWcHc4TUs3S3l5Ulk2RTFNNEVhaEtoa2NkcmJBNnZWVTlrN0txU2ptc3pIV216VDh6b0pCcndwZWRGN245NlRPTlMxT0xocFZWbVJDbXNwTnFPTys2Rm5pZ0tuRmE1Ky9JODdHcUdwSGVXajVkVHNNOHpPZ3lFNVovd3E4T0hwK3U0UW5mK1oxNFd1MnpadE1FQXF2RStWU2E5aW14cDFSWlBxNHlOVndoNzRFQm1Gam8rWC9UOElRemdWVGcxT3RJWTlQWmVBVm9wSDlmbDVieDVLb05xb2RwNmxaa3JtNGxpRXdRbHN5VVZTMDhqR0tINkQ4czIyQmcxOWFoK0d3WnhVd01iSURTZ2pHbHRuSXpxZ1JLQTA1L2tUWmNZR09XdW45cUVUTW9aakhWb3RSL0habUd4ZFNST3RMNTh6S05PejE4WFFvZnlNeTJMWnlzSnhtUk1ueFcvOVJZMXlSRDhTQTlDVmFaZC9hbnJubTZadjI2R25mdzFOdEJaWXJ0QW1MRjNMUVlnQzUvdDVwMGpVcWMzeFdTQ0xSanJ6cnZWUkxWcG1idHdNd2RpL2tVOWpma3VpL2tNalhwOVpFUGJwVnhaZFVsR21zejdYcXFyb0J4VXpmdloyRXBYcWxzcnVvN0ZkTk9hOUZKYlc0RjNlcFhrcnFPem92U2JseW5raWMxd211bGVobm5lMHpyVzE1NVBsaXlPa3FXUENJcmRmdFZTZCt1TWxGN1R0MisxTkd6aWVCcVdSR2Ftcm5YMVBTOW1hbzdUeUNDS0M5SjlJNVNHVUZwSFluNVh1b0VzaXMvYkRaT3ZFZG5hTWl3TEExaVZjTHlxMk9lekR3SW96cTdyTFJqV2xFcG12cjBtS3BTM1JlTEdKcDBJeFhBODhZajc0VkVZSWtaWWNaZjFBU0krbWx1aUdKT2pOZW5kdUM4ZTVUWHNIek51NDFxOTNCQUlURm8vMWZDZks2czdHbmRHTVhtQklIUjJnNUdEYTJTdklDbG5mZDYxNHF1UTluN0toejk2cDZiT1FHR3YxSUE2MEQ5enRLNzNKcVRNWVh3cTdsaHFHK05BbW1BUDJ2RjNaNktXSjFyY3p0NUwvMmNoSkwybTFYa0ZTbURaVmxpeW11WmdUWHRwU3F1eDB1TlpNMDc1YllTUTc0cTFzdmMyOWNWd0IvYUc5eHd0UkJEdk1Tbjd0QXRzSktHWmxETmZMZ3BqNTFiaXJuN2JmNTJjSUF1R21kRDkwM2Y3dDZ4eFdGUzJBcWZXU29icVpTQVNXVjVLSHI3V3JIR2NMa2xhK2JMSWpLQmpRdXpUMHRwSVRaZlRhYXpFN1MxbjRsRm5HOHF3UnlSYlgzYndwUW05MDI0dHVzVFRkTFRBV1hhYVg5ZjF4RlV2aFVpcjh1S3hlV054NG5ubUtwUzVsWXhoSlBuNURzeUt1NEt3NGpTNUdWeEpWTkF2QlhhdW45cW9tK25TVGx2TlBaWTVzRTBYMkNnWGd0UjJtR3BqOVBEWlBTOURySFVZaHE1MkxkTGN4VVVueFlkZThQdzZWWjBLUFFLNE8rcUNnTW92bEpwNHFSZUVNTjBkY29Da0ZaeGdlcmFucSswalNOdjZkU2lObmpsSHZycVkwczFLZU0vdDVjd3ZNL21aUE5WNXR0WDI2RHZ2UFA1ZDk3NXVUL24zMzBuNWQ5ZkdrMkhxeXRiTzZ2YkcxczVsK2I5KzNYL1ZsczcyMndHL1YrMlplOUwzOS9lM3RsYTIrTGZaNzlzcjZ3cGpzTi9wZVd0alUzVlIyK3Via1lldmJNek8wdWJPMm0zL0NYL1d4dWIyd1Vuc3F4LytSQlh0M2R5NXpSNDRhMWwyZVhqZDE5WjNWeGIxeGpZeWhyYmdSdHJHek1EMk56WTJKbnJkTUVRMXZ3NUNQZko4bXBrbjJ4dHovNTlZMmNuK3ZlTmxGc3ZiMjV2ejM2MHZiMmFtTkgxMWV4Slg5N1oyQzU3MTRYSGMzVWxmRGQyMXZWMkladWpOVldKRTc3dFRsRmhWZkdaVzFuZDJCUnZBdGhNcVVKRi91NWI4em9sU21kOGRXZHJjMnQ5OW0yRFpWMVB6TkZQNjcvK2FWK1ozeXQvUFZDVDYydVI4N3kxWFBKSldOdWFtMFQzLy8wdURXVnRkV1VsRUdYc2w3WE42RHlzSkpacXA2cHhCMU8xdlp5blNvUFJyYTRLNWN2eTl1cm14cGFxdEF6MTJNWnlSSTl0ektxaFVDZXNiMFFoMjgvS01jNWJsZFdOdGJoK1oydTZrVmlvcEJ4Y0syc0NTUXB2YkcyeS81alpwR3kwNjZwNHI2enBaaE9lQnBSaUU3Qzl6aFptMDlTb1ExQzRIVGtzVzl0cGdqUzhmbk1uS25EU1FPTG0rbkxlV3ozMWZ5TlRzaDJka25sdnJFTEhqQmswMnd6TzEyQW9JSGZXbVlwVFhvMG8wdDlPSVAxUVM2eHZSN1ZFMnNZUGRCVTdmTVZQZXRHOUVZRmc4MTRqeGJWa0p5TjF5QkdsbnpaQkVuZVp6NHVodFo4bjZzTE51UktGSnR0cFJzWHlpdlpteTkrRU9WdTlGbk1jT0JaV04weUwwOENtMjl5WnZYVzRUQnNSWkxpVFFJYkJYRzZ0Vm8ydVZ6ZVcwNVl2L3dDV1B0clFIN1MyVXRIRVZQVnZxRGZXb3ZwbHZTcXJ3ZDhBSzhzcjg3WkVrOGRsYlNkNlhGUTM2Ri84VzY5L0F3bTVrV3ZKRzl2VmE1dXlRQzhVWjF0bFdSaUJmTjlPRGNZRUNIVjVidHM5VUFrN3l1NXMvWk8rdVJvMWRkWWlROEVkczc0ek94c1JVREV2dVJXUlV4SFJ2Yk1zRTA4aTcyL2lISVJ6dnk2Ny9PSGRLZ01OOHhRZ2VLclpmcENmRlYxTkd0aEU3RCtwSzc4ZWpjNHF1eFpUWGhCdyt2THNvemFpMkhIYk9Id3RUWXFzNTVvY1lTUnJkZDcyUVRqYm0xRTB0cEh0cFlUWTVjcFRDY0lsWm4wOTJFdDRhRlkydDdiWFNndkVCSWRxYXpXeHc3YzJvbk8rb2hkTDNRSUxMRzh0UW50Q21WQWhPYTBxd2FNdzlpa3RRQUpKdUNyTktNbVpDNTBabi8zM0Y5bXRtREpjWHM2MTBnTHBzTFdhb0JOc2JFWHBCQW44RnV5Z3RlREloZEUwNlRtUDZPNzFxTzdPeFdYcjIrdUpBVyt1UjJWRmRGUXJxNXRNZUt4R1NRd01rNjR6eFpRMzE4RUtiK3lZUG9zUllzWmFWSHVsSFlYZzNWY1RpbkRlLzRiN0tCRkloLzk4WG9iMGRYbDFlckc3eHNEQ2N0R0ovanJlaXEwdXdvTHdGOWx6OWFXajlzSE9Hck9QRmh2dHE4dGw0RUlvczRmOHQxbVZQczFmWms4RlNzYnlEajZXemVaT3NNNTB1NDNsdGRWVVJ0eG40T3ZzWEt6TlczZm5UTW5xeGthdWg0TmZ1ck8ydlMyNzAva01yVzZ0S0J0cy90TVltRnVMZjdTOXVWRllHQmVjcnAzTmxRMS9WTGhEVnRobTNLUWRzcm04RXBDdytOOVcxdm51MmRoWlhrMkliTG9sQTNpQlc4dGZsUFd0NWZpN3J6UEFub2oreFcrMHZyd2NTdUd5cGdIT0loUGRXL3dzYmpPYlEvV1JlREtBZUttM01kYVo4dHVxbThETk9RWnI2MnNKRFA5cE5nMWJXK3VwNFFIWjJkaGNYNmw3Nk5mZjZHczdDYVhOMzJLYklTM1RJWmk2L3N0ZmVXVnJlVzZFdkYvejFlRWFRSjJIM29pWjFxdHJLKzgvcnI3L1VOYlI0a2RoWlhNN0YrU1YvZS8zNmZVM1ZyWldmRUNDdjJ6N2M3RzV2ZnorNDBvNEY3NytZVkN2S251V1Q5Zlcra291Z3FCTFY0RmdOYnQ0cmFZN3VIV0cxdGoxSUd1dWVYWFN2cnhhYWxxam5jYW80OWsyTDJ6ZnRSdEQ5OUZ0REt5SEIxN3BDektESUpYQmdaUUJDN09EUjRxdlFEcHdkUjFNQ2RDQmE1dWJpWWc4WXJ2TkhmQVV3aVZNU2Y0Rk1ZdzIyOXJtY3VBTDhOWEl5bm9xOHZXUncvTFdabWwrZW41U2xsY0xzeHg5VUxPOHZUcHZWZTRQaFZtOHkxS1hicXl1ckJ1eitHRC9iMjV0cjI0VG50cllXa25BeE5pbERGUHlTOWMzMXhKZUdsOU9iZi8wbnlLYWplVzFEWDgyVmpmbXJWWUtucXR0SmdibmpZSDREdDlrWWtUV0E4anQ1STN0TGQ5TzNrN0FjOUlFRFBSelMybHRkU2M5MUVlenNibThxUjE1NTBkNmJYMUZPcnNyNTFhcnl5dkcvVTFsL2ZzNXhERExtNXM3TVF3emU5a1BqN2lHUDRsb2VFeWQ3RUhYZ0xFelhMcmlEZTdneWpUbEwvbTBPWjJwSFNZdjgreFQyc0RzdW1WdXhtK3RKTFJzQUFCWHBNK0Y0a2paQVVvMTNtczJ4eHh2YnJQcEtHa3ltRldjY0Ruak1xMXRyUzNUTXEyQ0ZsNFduMVlHSzNhcW1pVGZERjlkUzFYY2FmK0NCMkNiYmJ2U2FXSytVMm01c3V5VXF2N0ZUYkc4dnJOTm9JaWQ5cDNLZUErQk8ycTVNbGFhMUhRdzNickZwNFB0eWllVEJma1gvMmFlM3MyVmplMnkvWHkrK054WWxkWnlwSnBXdGpmV1MxVk5QcUlEY2xEbUpSc3I2enVsQzlUc1VXNnNiR3lVenNjRjgyZGplMzExalpzL2EyRll3c2NxeTZ1YnM2UGdxN1c4dFRwWElFRmlhbk5yaXlPdWJRaU9TODN0S2lTY3pCNkR3RHV5bVVwSVNUbFVHK3ViUC9YMFdUOVd1YjY4bnN2LzhIZk9jbUxuS0VvclpnUW1xSWtFNE5iWFY5YjhrQmdURzBaZWJtMWxlWHN0SHBWajZKUnZycld0N1Z3VFlONy8rb0pqYTJNOWx5TENVUWV6MGVjTjVtaW0xM3lQMU1yNjhzWmFLbG1DanUvV3pyWTBnN011Ly9vaHF0V1FYdm1GYUVlV3hyNDF0a3A5TnNUZGd5UkI5Smh2Ylc2dmNvLzUycll5UGREWDh3d3E1cEp5ZlovdlZtRVc1K3kvbjlPTE80SFZ0TGtobjdFVitIZTNkb3JpSjM4VGI2cVhyMG1aMTYydGZIcE5JQnhXQWdJZm5iejFyVlh1YzF2ZjNraklPSC9yN0lSQkYvOU9xNnZTMmNMY29saGU5cjE3TzF1cE1KVGZmbU4xTFFCcGZLRExXenkrczc2K0dWUjI4S2VBN2NQTjJFZnJ5OHNiVzduczJJQ0NZeXhKT3k3WDJIdHliK1hHeGtZTzZnVElQRGRtU3M3RzMxeGZFeFRUZU9jdmZZcjkzN3Y4OTU4ZldnTjc5QTR5dzk3NUt2L3dseDhtdDMybmc3WElUcnI4dzUvcnVnNy84UmRldXhOdmFQWDljOGt1YjluZDRNclAwTzhmZXY0RnYwZ2ZuRHZEZS83SjV5TlB1SGJHZlR1UURPSG5MMjNMODU5d2IwL2Z1RjdYZDBYK2dqVVo5MXpQLy9YbnJkSEltdnBQeDZwcTE5TUgvNTcvMnRnWmpTYitiNzh3N3RrRE94anJ6K092L0pmUGRseG9BRDUySm9QZ2dsOE1QL1B2Y0FlTk5NSTc0Sy8rdy9HWEN5dTQ1V2U2VEVXTTdQRHlYK0Fmekt6RFp6ejN6ZnYrV3Z3eSs5K24vanI3djMvMXIvNi9yODh1V0ljcEgzL0IvQTkvRVc3Ni9pc1BudnZPTy85eTVpdS80RDVRRVBlZFQzMEo3akR6NVhlOW1ROCtQeG5DU0xwTG5kNWtlTCswdWd4UHdML1QvMzZaL3YxTGZ5LzhtVzBkZk9hbi9oVy8xOC83azI4UDc1eWhQeHMvMzdkdWJYOVgvQXA3Wlh6ajl4ODhKNWpCWDJTZmp0NGZ1K05nZTdFVjZQdWY0TXU5OHkvL2YxL1RqY2xlMmdzQSJ9 -->
<div data-pagedtable="false">
<script data-pagedtable-source type="application/json">
{"columns":[{"label":[""],"name":["_rn_"],"type":[""],"align":["left"]},{"label":["publicationId"],"name":[1],"type":["chr"],"align":["left"]},{"label":["doi"],"name":[2],"type":["chr"],"align":["left"]},{"label":["journal"],"name":[3],"type":["chr"],"align":["left"]},{"label":["pubMedId"],"name":[4],"type":["int"],"align":["right"]},{"label":["pubMedUrl"],"name":[5],"type":["chr"],"align":["left"]},{"label":["pubMedLink"],"name":[6],"type":["chr"],"align":["left"]},{"label":["publicationTitle"],"name":[7],"type":["chr"],"align":["left"]},{"label":["publicationYear"],"name":[8],"type":["int"],"align":["right"]},{"label":["keywords"],"name":[9],"type":["chr"],"align":["left"]},{"label":["authors"],"name":[10],"type":["chr"],"align":["left"]},{"label":["assay"],"name":[11],"type":["chr"],"align":["left"]},{"label":["tumorType"],"name":[12],"type":["chr"],"align":["left"]},{"label":["tissue"],"name":[13],"type":["chr"],"align":["left"]},{"label":["themeId"],"name":[14],"type":["chr"],"align":["left"]},{"label":["theme"],"name":[15],"type":["chr"],"align":["left"]},{"label":["consortiumId"],"name":[16],"type":["chr"],"align":["left"]},{"label":["consortium"],"name":[17],"type":["chr"],"align":["left"]},{"label":["grantId"],"name":[18],"type":["chr"],"align":["left"]},{"label":["grant"],"name":[19],"type":["chr"],"align":["left"]},{"label":["grantName"],"name":[20],"type":["chr"],"align":["left"]},{"label":["datasetId"],"name":[21],"type":["chr"],"align":["left"]},{"label":["dataset"],"name":[22],"type":["chr"],"align":["left"]}],"data":[{"1":"syn21645444","2":"","3":"Mol Ther Methods Clin Dev","4":"28053997","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28053997","6":"[PMID:28053997](https://www.ncbi.nlm.nih.gov/pubmed/?term=28053997)","7":"\"Marker of Self\" CD47 on lentiviral vectors decreases macrophage-mediated clearance and increases delivery to SIRPA-expressing lung carcinoma tumors","8":"2016","9":"","10":"Sosale NG, Ivanovska II, Tsai RK, Swift J, Hsu JW, Alvey CM, Zoltick PW, Discher DE","11":"[\"Single Nucleotide Polymorphism Array\"]","12":"[]","13":"[\"Bone Marrow\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"1"},{"1":"syn21648836","2":"","3":"Cancer Prev Res (Phila)","4":"28408379","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28408379","6":"[PMID:28408379](https://www.ncbi.nlm.nih.gov/pubmed/?term=28408379)","7":"\"Obesity-Associated\" Breast Cancer in Lean Women: Metabolism and Inflammation as Critical Modifiers of Risk","8":"2017","9":"","10":"Denis GV, Palmer JR","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"2"},{"1":"syn21645625","2":"","3":"Mol Aspects Med","4":"23068072","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=23068072","6":"[PMID:23068072](https://www.ncbi.nlm.nih.gov/pubmed/?term=23068072)","7":"'Metabolically healthy obesity': origins and implications","8":"2013","9":"","10":"Denis GV, Obin MS","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"3"},{"1":"syn21681375","2":"","3":"Nat Genet","4":"29785014","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29785014","6":"[PMID:29785014](https://www.ncbi.nlm.nih.gov/pubmed/?term=29785014)","7":"3' UTR shortening represses tumor-suppressor genes in trans by disrupting ceRNA crosstalk","8":"2018","9":"","10":"Park HJ, Ji P, Kim S, Xia Z, Rodriguez B, Li L, Su J, Chen K, Masamha CP, Baillat D, Fontes-Garfias CR, Shyu AB, Neilson JR, Wagner EJ, Li W","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21792857","22":"PRJNA312905","_rn_":"4"},{"1":"syn21681803","2":"","3":"J Vis Exp","4":"31180367","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31180367","6":"[PMID:31180367](https://www.ncbi.nlm.nih.gov/pubmed/?term=31180367)","7":"3D Analysis of Multi-cellular Responses to Chemoattractant Gradients","8":"2019","9":"","10":"Kang TY, Ellison D, Lee SH, Ewald AJ, Levchenko A","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078, syn21630080","15":"[\"Metastasis\", \"Microenvironment\", \"Metabolism\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn7315810\",\"syn7349766\"]","19":"[\"CA209992\",\"CA210173\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\", \"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"5"},{"1":"syn21681526","2":"","3":"Adv Mater","4":"30663123","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30663123","6":"[PMID:30663123](https://www.ncbi.nlm.nih.gov/pubmed/?term=30663123)","7":"3D Bioprinted In Vitro Metastatic Models via Reconstruction of Tumor Microenvironments","8":"2019","9":"3D printing, bioprinting, cell migration, drug screening, metastatic cancer model, tumor microenvironment","10":"Meng F, Meyer CM, Joung D, Vallera DA, McAlpine MC, Panoskaltsis-Mortari A","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"6"},{"1":"syn21649088","2":"","3":"Adv Mater","4":"29484715","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29484715","6":"[PMID:29484715](https://www.ncbi.nlm.nih.gov/pubmed/?term=29484715)","7":"3D Jet Writing: Functional Microtissues Based on Tessellated Scaffold Architectures","8":"2018","9":"3D cell culture, cancer, electrospinning, microtissue, tissue engineering","10":"Jordahl JH, Solorio L, Sun H, Ramcharan S, Teeple CB, Haley HR, Lee KJ, Eyster TW, Luker GD, Krebsbach PH, Lahann J","11":"[\"Tissue Engineering\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"7"},{"1":"syn21649202","2":"","3":"Biomaterials","4":"30032046","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30032046","6":"[PMID:30032046](https://www.ncbi.nlm.nih.gov/pubmed/?term=30032046)","7":"3D self-organized microvascular model of the human blood-brain barrier with endothelial cells, pericytes and astrocytes","8":"2018","9":"Drug delivery test platform, Human blood-brain barrier, Induced pluripotent stem cell-derived endothelial cells, In vitro modeling, Microfluidic device, Self-assembled microvascular network","10":"Campisi M, Shin Y, Osaki T, Hajal C, Chiono V, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Head and Neck Carcinoma\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"8"},{"1":"syn21681366","2":"","3":"ALTEX","4":"29677694","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29677694","6":"[PMID:29677694](https://www.ncbi.nlm.nih.gov/pubmed/?term=29677694)","7":"3S - Systematic, systemic, and systems biology and toxicology","8":"2018","9":"evidence-based toxicology, systems biology, repeated-dose toxicity, carcinogenicity, DART","10":"Smirnova L, Kleinstreuer N, Corvi R, Levchenko A, Fitzpatrick SC, Hartung T","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"9"},{"1":"syn21681491","2":"","3":"Sci Rep","4":"30560881","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30560881","6":"[PMID:30560881](https://www.ncbi.nlm.nih.gov/pubmed/?term=30560881)","7":"A 3D microvascular network model to study the impact of hypoxia on the extravasation potential of breast cell lines","8":"2018","9":"","10":"Song J, Miermont A, Lim CT, Kamm RD","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"10"},{"1":"syn21681515","2":"","3":"Converg Sci Phys Oncol","4":"30627438","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30627438","6":"[PMID:30627438](https://www.ncbi.nlm.nih.gov/pubmed/?term=30627438)","7":"A Brownian dynamics tumor progression simulator with application to glioblastoma","8":"2018","9":"cancer, migration, modeling, proliferation, simulation","10":"Klank RL, Rosenfeld SS, Odde DJ","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"11"},{"1":"syn21648960","2":"","3":"Cell Stem Cell","4":"29625070","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29625070","6":"[PMID:29625070](https://www.ncbi.nlm.nih.gov/pubmed/?term=29625070)","7":"A CLK3-HMGA2 Alternative Splicing Axis Impacts Human Hematopoietic Stem Cell Molecular Identity throughout Development","8":"2018","9":"CLK3, HMGA2, RNA-seq, SRSF1, alternative splicing, human hematopoietic stem cells","10":"Cesana M, Guo MH, Cacchiarelli D, Wahlster L, Barragan J, Doulatov S, Vo LT, Salvatori B, Trapnell C, Clement K, Cahan P, Tsanov KM, Sousa PM, Tazon-Vega B, Bolondi A, Giorgi FM, Califano A, Rinn JL, Meissner A, Hirschhorn JN, Daley GQ","11":"[\"Whole Transcriptome Sequencing\", \"ChIP-Seq\", \"Flow Cytometry\"]","12":"[]","13":"[\"Blood\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21792798, syn21792787","22":"PRJNA429647, PRJNA429648","_rn_":"12"},{"1":"syn21681440","2":"","3":"J Am Chem Soc","4":"30351133","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30351133","6":"[PMID:30351133](https://www.ncbi.nlm.nih.gov/pubmed/?term=30351133)","7":"A Chemical Approach for Profiling Intracellular AKT Signaling Dynamics from Single Cells","8":"2018","9":"","10":"Shao S, Li Z, Cheng H, Wang S, Perkins NG, Sarkar P, Wei W, Xue M","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630077, syn21630080","15":"[\"Drug Resistance/Sensitivity\", \"Tumor-Immune\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083754\"]","19":"[\"CA217655\"]","20":"[\"Steady States and Cellular Transitions Associated with Carcinogenesis and Tumor Progression\"]","21":"","22":"","_rn_":"13"},{"1":"syn21645525","2":"","3":"Biophys J","4":"27705776","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27705776","6":"[PMID:27705776](https://www.ncbi.nlm.nih.gov/pubmed/?term=27705776)","7":"A Chemomechanical Model for Nuclear Morphology and Stresses during Cell Transendothelial Migration","8":"2016","9":"","10":"Cao X, Moeendarbary E, Isermann P, Davidson PM, Wang X, Chen MB, Burkart AK, Lammerding J, Kamm RD, Shenoy VB","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"14"},{"1":"syn21645447","2":"","3":"Biophys J","4":"26536258","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26536258","6":"[PMID:26536258](https://www.ncbi.nlm.nih.gov/pubmed/?term=26536258)","7":"A Chemomechanical Model of Matrix and Nuclear Rigidity Regulation of Focal Adhesion Size","8":"2015","9":"","10":"Cao X, Lin Y, Driscoll TP, Franco-Barraza J, Cukierman E, Mauck RL, Shenoy VB","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"15"},{"1":"syn21649074","2":"","3":"Biophys J","4":"27276271","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27276271","6":"[PMID:27276271](https://www.ncbi.nlm.nih.gov/pubmed/?term=27276271)","7":"A Computational Model of YAP/TAZ Mechanosensing","8":"2016","9":"","10":"Sun M, Spill F, Zaman MH","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"16"},{"1":"syn21648963","2":"","3":"Cell Rep","4":"29949764","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29949764","6":"[PMID:29949764](https://www.ncbi.nlm.nih.gov/pubmed/?term=29949764)","7":"A De Novo Mouse Model of C11orf95-RELA Fusion-Driven Ependymoma Identifies Driver Functions in Addition to NF-κB","8":"2018","9":"C11orf95, NF-κB signaling, RCAS/tv-a system, RELA, ependymoma, fusion gene, mouse model","10":"Ozawa T, Arora S, Szulzewsky F, Juric-Sekhar G, Miyajima Y, Bolouri H, Yasui Y, Barber J, Kupp R, Dalton J, Jones TS, Nakada M, Kumabe T, Ellison DW, Gilbertson RJ, Holland EC","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"syn21889737, syn21889813","22":"GSE93765, SRP096964","_rn_":"17"},{"1":"syn21681960","2":"","3":"J Digit Imaging","4":"31654174","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31654174","6":"[PMID:31654174](https://www.ncbi.nlm.nih.gov/pubmed/?term=31654174)","7":"A Deep Convolutional Neural Network for Annotation of Magnetic Resonance Imaging Sequence Type","8":"2019","9":"Artificial intelligence, Automated annotation, Deep learning, Image database, Magnetic resonance imaging, Sequence type","10":"Ranjbar S, Singleton KW, Jackson PR, Rickertsen CR, Whitmire SA, Clark-Swanson KR, Mitchell JR, Swanson KR, Hu LS","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084088\",\"syn7349764\"]","19":"[\"CA193489\",\"CA220378\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"18"},{"1":"syn21681643","2":"","3":"Cancer Res","4":"30975647","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30975647","6":"[PMID:30975647](https://www.ncbi.nlm.nih.gov/pubmed/?term=30975647)","7":"A Direct Podocalyxin-Dynamin-2 Interaction Regulates Cytoskeletal Dynamics to Promote Migration and Metastasis in Pancreatic Cancer Cells","8":"2019","9":"","10":"Wong BS, Shea DJ, Mistriotis P, Tuntithavornwat S, Law RA, Bieber JM, Zheng L, Konstantopoulos K","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"19"},{"1":"syn21649186","2":"","3":"Methods Mol Biol","4":"29030823","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29030823","6":"[PMID:29030823](https://www.ncbi.nlm.nih.gov/pubmed/?term=29030823)","7":"A Facile, In Vitro 384-Well Plate System to Model Disseminated Tumor Cells in the Bone Marrow Microenvironment","8":"2018","9":"Bioluminescence, Bone marrow, Breast cancer, Disseminated tumor cells, Dormancy, Spheroids","10":"Buschhaus JM, Luker KE, Luker GD","11":"[\"3D Cell Culture\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"20"},{"1":"syn21681567","2":"","3":"Cancer Res","4":"30777851","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30777851","6":"[PMID:30777851](https://www.ncbi.nlm.nih.gov/pubmed/?term=30777851)","7":"A Feedback Loop between Hypoxia and Matrix Stress Relaxation Increases Oxygen-Axis Migration and Metastasis in Sarcoma","8":"2019","9":"","10":"Lewis DM, Pruitt H, Jain N, Ciccaglione M, McCaffery JM, Xia Z, Weber K, Eisinger-Mathason TSK, Gerecht S","11":"[]","12":"[\"Sarcoma\", \"Lung Neoplasm\"]","13":"[\"Lung\", \"Connective and soft tissue\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"21"},{"1":"syn21645321","2":"","3":"PLoS One","4":"27936040","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27936040","6":"[PMID:27936040](https://www.ncbi.nlm.nih.gov/pubmed/?term=27936040)","7":"A High-Throughput Strategy for Dissecting Mammalian Genetic Interactions","8":"2016","9":"","10":"Stockman VB, Ghamsari L, Lasso G, Honig B, Shapira SD, Wang HH","11":"[\"CRISPR\"]","12":"[]","13":"[\"Kidney\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"22"},{"1":"syn21645405","2":"","3":"Mol Cell","4":"27477909","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27477909","6":"[PMID:27477909](https://www.ncbi.nlm.nih.gov/pubmed/?term=27477909)","7":"A Highly Sensitive and Robust Method for Genome-wide 5hmC Profiling of Rare Cell Populations","8":"2016","9":"","10":"Han D, Lu X, Shih AH, Nie J, You Q, Xu MM, Melnick AM, Levine RL, He C","11":"[\"Nm-seq\"]","12":"[\"Leukemia\", \"Unspecified\"]","13":"[\"Blood\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"syn21790756","22":"PRJNA312218","_rn_":"23"},{"1":"syn21681421","2":"","3":"Cell Rep","4":"30232014","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30232014","6":"[PMID:30232014](https://www.ncbi.nlm.nih.gov/pubmed/?term=30232014)","7":"A Human Adult Stem Cell Signature Marks Aggressive Variants across Epithelial Cancers","8":"2018","9":"adult stem cells, neuroendocrine prostate cancer, pan-cancer, small cell lung cancer, stem cell signature","10":"Smith BA, Balanis NG, Nanjundiah A, Sheu KM, Tsai BL, Zhang Q, Park JW, Thompson M, Huang J, Witte ON, Graeber TG","11":"[]","12":"[\"Lung Neoplasm\", \"Bladder Neoplasm\", \"Prostate Neoplasm\"]","13":"[\"Bladder\", \"Lung\", \"Prostate Gland\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"24"},{"1":"syn21649105","2":"","3":"Mol Cell","4":"30244832","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30244832","6":"[PMID:30244832](https://www.ncbi.nlm.nih.gov/pubmed/?term=30244832)","7":"A Loss of Epigenetic Control Can Promote Cell Death through Reversing the Balance of Pathways in a Signaling Network","8":"2018","9":"AKT, ERK, apoptosis, computational model, death plane, epigenetics, imprinting, kinase signaling, network rewiring, oncogene addiction","10":"Vanaja KG, Timp W, Feinberg AP, Levchenko A","11":"[\"Real Time PCR\"]","12":"[\"Carcinoma in situ of Colon\"]","13":"[\"Colon\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"25"},{"1":"syn21649102","2":"","3":"Proc IEEE Int Symp Biomed Imaging","4":"30364524","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30364524","6":"[PMID:30364524](https://www.ncbi.nlm.nih.gov/pubmed/?term=30364524)","7":"A METHOD FOR QUANTIFICATION OF CALPONIN EXPRESSION IN MYOEPITHELIAL CELLS IN IMMUNOHISTOCHEMICAL IMAGES OF DUCTAL CARCINOMA IN SITU","8":"2018","9":"DCIS, calponin, feature engineering, invasive breast cancer, myoepithelial cell","10":"Gray E, Mitchell E, Jindal S, Schedin P, Chang YH","11":"[\"IHC\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"26"},{"1":"syn21681852","2":"","3":"Cancer Discov","4":"31337617","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31337617","6":"[PMID:31337617](https://www.ncbi.nlm.nih.gov/pubmed/?term=31337617)","7":"A Mutation in Histone H2B Represents a New Class of Oncogenic Driver","8":"2019","9":"","10":"Bennett RL, Bele A, Small EC, Will CM, Nabet B, Oyer JA, Huang X, Ghosh RP, Grzybowski AT, Yu T, Zhang Q, Riva A, Lele TP, Schatz GC, Kelleher NL, Ruthenburg AJ, Liphardt J, Licht JD","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"27"},{"1":"syn21681836","2":"","3":"Mol Cell","4":"31303470","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31303470","6":"[PMID:31303470](https://www.ncbi.nlm.nih.gov/pubmed/?term=31303470)","7":"A Non-canonical Role of YAP/TEAD Is Required for Activation of Estrogen-Regulated Enhancers in Breast Cancer","8":"2019","9":"ERα, Hippo signaling, YAP/TEAD, breast cancer, enhancer, estrogen signaling, transcriptional regulation","10":"Zhu C, Li L, Zhang Z, Bi M, Wang H, Su W, Hernandez K, Liu P, Chen J, Chen M, Huang TH, Chen L, Liu Z","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21889626, syn21889899","22":"GSE125609, SRP181911","_rn_":"28"},{"1":"syn21649049","2":"","3":"Biophys J","4":"29590606","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29590606","6":"[PMID:29590606](https://www.ncbi.nlm.nih.gov/pubmed/?term=29590606)","7":"A Nonquiescent \"Idling\" Population State in Drug-Treated, BRAF-Mutated Melanoma","8":"2018","9":"","10":"Paudel BB, Harris LA, Hardeman KN, Abugable AA, Hayford CE, Tyson DR, Quaranta V","11":"[\"Microscopy\"]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"syn21792696","22":"PRJNA503257","_rn_":"29"},{"1":"syn21645300","2":"","3":"Theranostics","4":"29290791","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29290791","6":"[PMID:29290791](https://www.ncbi.nlm.nih.gov/pubmed/?term=29290791)","7":"A Novel DNA Aptamer for Dual Targeting of Polymorphonuclear Myeloid-derived Suppressor Cells and Tumor Cells","8":"2018","9":"DNA aptamer, active targeting, liposome, myeloid-derived suppressor cells (MDSCs), tumor microenvironment","10":"Liu H, Mai J, Shen J, Wolfram J, Li Z, Zhang G, Xu R, Li Y, Mu C, Zu Y, Li X, Lokesh GL, Thiviyanathan V, Volk DE, Gorenstein DG, Ferrari M, Hu Z, Shen H","11":"[\"Murine Model\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"30"},{"1":"syn21649153","2":"","3":"Mol Cancer Res","4":"29117939","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29117939","6":"[PMID:29117939](https://www.ncbi.nlm.nih.gov/pubmed/?term=29117939)","7":"A Novel Signaling Complex between TROY and EGFR Mediates Glioblastoma Cell Invasion","8":"2018","9":"","10":"Ding Z, Roos A, Kloss J, Dhruv H, Peng S, Pirrotte P, Eschbacher JM, Tran NL, Loftus JC","11":"[\"Expression Array\", \"Cell Migration Assay\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"31"},{"1":"syn21681409","2":"","3":"Nat Commun","4":"30082792","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30082792","6":"[PMID:30082792](https://www.ncbi.nlm.nih.gov/pubmed/?term=30082792)","7":"A PDGFRα-driven mouse model of glioblastoma reveals a stathmin1-mediated mechanism of sensitivity to vinblastine","8":"2018","9":"","10":"Jun HJ, Appleman VA, Wu HJ, Rose CM, Pineda JJ, Yeo AT, Delcuze B, Lee C, Gyuris A, Zhu H, Woolfenden S, Bronisz A, Nakano I, Chiocca EA, Bronson RT, Ligon KL, Sarkaria JN, Gygi SP, Michor F, Mitchison TJ, Charest A","11":"[]","12":"[\"Breast Tumor\", \"Glioblastoma\"]","13":"[\"Brain\", \"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"syn21889568","22":"GSE114438","_rn_":"32"},{"1":"syn21681565","2":"","3":"Cancer Cell","4":"30773340","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30773340","6":"[PMID:30773340](https://www.ncbi.nlm.nih.gov/pubmed/?term=30773340)","7":"A Platform of Synthetic Lethal Gene Interaction Networks Reveals that the GNAQ Uveal Melanoma Oncogene Controls the Hippo Pathway through FAK","8":"2019","9":"FAK, G protein, GNA11, GNAQ, Hippo, MOB1, PTK2, YAP, signal transduction, uveal melanoma","10":"Feng X, Arang N, Rigiracciolo DC, Lee JS, Yeerna H, Wang Z, Lubrano S, Kishore A, Pachter JA, K\"onig GM, Maggiolini M, Kostenis E, Schlaepfer DD, Tamayo P, Chen Q, Ruppin E, Gutkind JS","11":"[]","12":"[\"Melanoma\", \"Uveal Neoplasm\"]","13":"[\"Skin\", \"Eye\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"33"},{"1":"syn21681465","2":"","3":"iScience","4":"30466063","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30466063","6":"[PMID:30466063](https://www.ncbi.nlm.nih.gov/pubmed/?term=30466063)","7":"A Proteomics Approach to Profiling the Temporal Translational Response to Stress and Growth","8":"2018","9":"Functional Aspects of Cell Biology, Methodology in Biological Sciences, Proteomics","10":"Rothenberg DA, Taliaferro JM, Huber SM, Begley TJ, Dedon PC, White FM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"34"},{"1":"syn21648861","2":"","3":"Sci Rep","4":"29213056","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29213056","6":"[PMID:29213056](https://www.ncbi.nlm.nih.gov/pubmed/?term=29213056)","7":"A Random Categorization Model for Hierarchical Taxonomies","8":"2017","9":"","10":"D'Amico G, Rabadan R, Kleban M","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"35"},{"1":"syn21645609","2":"","3":"Neuron","4":"28735747","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28735747","6":"[PMID:28735747](https://www.ncbi.nlm.nih.gov/pubmed/?term=28735747)","7":"A Requirement for Mena, an Actin Regulator, in Local mRNA Translation in Developing Neurons","8":"2017","9":"Dyrk1a, ENAH, Ena/VASP, Mena, axon guidance, developing axon, growth cone, local translation, ribonucleoprotein","10":"Vidaki M, Drees F, Saxena T, Lanslots E, Taliaferro MJ, Tatarakis A, Burge CB, Wang ET, Gertler FB","11":"[\"Mass Spectrometry\", \"Cross-linking Immunoprecipitation High-throughput Sequencing\"]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"","22":"","_rn_":"36"},{"1":"syn21681546","2":"","3":"JCO Clin Cancer Inform","4":"30715927","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30715927","6":"[PMID:30715927](https://www.ncbi.nlm.nih.gov/pubmed/?term=30715927)","7":"A Review of Cell-Based Computational Modeling in Cancer Biology","8":"2019","9":"","10":"Metzcar J, Wang Y, Heiland R, Macklin P","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630078","15":"[\"Metabolism\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084099\"]","19":"[\"CA232137\"]","20":"[\"Multiscale systems biology modeling to exploit tumor-stromal metabolic crosstalk in colorectal cancer\"]","21":"","22":"","_rn_":"37"},{"1":"syn21645615","2":"","3":"Risk Anal","4":"27612302","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27612302","6":"[PMID:27612302](https://www.ncbi.nlm.nih.gov/pubmed/?term=27612302)","7":"A Systematic Approach to Determining the Identifiability of Multistage Carcinogenesis Models","8":"2017","9":"Continuous-time Markov process, differential algebra, identifiability, multistage clonal expansion model","10":"Brouwer AF, Meza R, Eisenberg MC","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"38"},{"1":"syn21681456","2":"","3":"Nat Immunol","4":"30420628","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30420628","6":"[PMID:30420628](https://www.ncbi.nlm.nih.gov/pubmed/?term=30420628)","7":"A TCR mechanotransduction signaling loop induces negative selection in the thymus","8":"2018","9":"","10":"Hong J, Ge C, Jothikumar P, Yuan Z, Liu B, Bai K, Li K, Rittase W, Shinzawa M, Zhang Y, Palin A, Love P, Yu X, Salaita K, Evavold BD, Singer A, Zhu C","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078","15":"[\"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083914\"]","19":"[\"CA214354\"]","20":"[\"Mechanisms of Impaired T-Cell Mechanosensing of Melanoma Antiagents\"]","21":"","22":"","_rn_":"39"},{"1":"syn21648967","2":"","3":"Clin Cancer Res","4":"30082477","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30082477","6":"[PMID:30082477](https://www.ncbi.nlm.nih.gov/pubmed/?term=30082477)","7":"A Visually Apparent and Quantifiable CT Imaging Feature Identifies Biophysical Subtypes of Pancreatic Ductal Adenocarcinoma","8":"2018","9":"","10":"Koay EJ, Lee Y, Cristini V, Lowengrub JS, Kang Y, Lucas FAS, Hobbs BP, Ye R, Elganainy D, Almahariq M, Amer AM, Chatterjee D, Yan H, Park PC, Rios Perez MV, Li D, Garg N, Reiss KA, Yu S, Chauhan A, Zaid M, Nikzad N, Wolff RA, Javle M, Varadhachary GR, Shroff RT, Das P, Lee JE, Ferrari M, Maitra A, Taniguchi CM, Kim MP, Crane CH, Katz MH, Wang H, Bhosale P, Tamm EP, Fleming JB","11":"[\"Computated Tomography\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"40"},{"1":"syn21649166","2":"","3":"Elife","4":"29266001","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29266001","6":"[PMID:29266001](https://www.ncbi.nlm.nih.gov/pubmed/?term=29266001)","7":"A bulky glycocalyx fosters metastasis formation by promoting G1 cell cycle progression","8":"2017","9":"biophysics, cancer biology, cell proliferation, glycocalyx, integrins, metastasis, mouse, mucins, structural biology","10":"Woods EC, Kai F, Barnes JM, Pedram K, Pickup MW, Hollander MJ, Weaver VM, Bertozzi CR","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"41"},{"1":"syn21681989","2":"","3":"Nat Commun","4":"31792216","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31792216","6":"[PMID:31792216](https://www.ncbi.nlm.nih.gov/pubmed/?term=31792216)","7":"A cancer rainbow mouse for visualizing the functional genomics of oncogenic clonal expansion","8":"2019","9":"","10":"Boone PG, Rochelle LK, Ginzel JD, Lubkov V, Roberts WL, Nicholls PJ, Bock C, Flowers ML, von Furstenberg RJ, Stripp BR, Agarwal P, Borowsky AD, Cardiff RD, Barak LS, Caron MG, Lyerly HK, Snyder JC","11":"[]","12":"[]","13":"[]","14":"syn21630074","15":"[\"Computational Resource\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7080714\"]","19":"[\"CA209923\"]","20":"[\"CSBC PS-ON Knowledge Portal\"]","21":"","22":"","_rn_":"42"},{"1":"syn21645555","2":"","3":"Interface Focus","4":"26855753","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26855753","6":"[PMID:26855753](https://www.ncbi.nlm.nih.gov/pubmed/?term=26855753)","7":"A chemo-mechanical free-energy-based approach to model durotaxis and extracellular stiffness-dependent contraction and polarization of cells","8":"2016","9":"cell mechanics, contractility, durotaxis","10":"Shenoy VB, Wang H, Wang X","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"43"},{"1":"syn21645290","2":"","3":"Sci Rep","4":"29062065","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29062065","6":"[PMID:29062065](https://www.ncbi.nlm.nih.gov/pubmed/?term=29062065)","7":"A chloroquine-induced macrophage-preconditioning strategy for improved nanodelivery","8":"2017","9":"","10":"Wolfram J, Nizzero S, Liu H, Li F, Zhang G, Li Z, Shen H, Blanco E, Ferrari M","11":"[\"Mass Spectrometry\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"44"},{"1":"syn21648825","2":"","3":"Cancer Causes Control","4":"24343304","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=24343304","6":"[PMID:24343304](https://www.ncbi.nlm.nih.gov/pubmed/?term=24343304)","7":"A collaborative study of the etiology of breast cancer subtypes in African American women: the AMBER consortium","8":"2014","9":"","10":"Palmer JR, Ambrosone CB, Olshan AF","11":"[\"Single Nucleotide Polymorphism Array\", \"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"45"},{"1":"syn21681485","2":"","3":"Oncotarget","4":"30546831","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30546831","6":"[PMID:30546831](https://www.ncbi.nlm.nih.gov/pubmed/?term=30546831)","7":"A combined microfluidic-transcriptomic approach to characterize the extravasation potential of cancer cells","8":"2018","9":"cancer cell extravasation, microarrays, microfluidics, organ-specific metastasis, tumor microenvironment","10":"Bersini S, Miermont A, Pavesi A, Kamm RD, Thiery JP, Moretti M, Adriani G","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"46"},{"1":"syn21681391","2":"","3":"Nat Methods","4":"29915189","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29915189","6":"[PMID:29915189](https://www.ncbi.nlm.nih.gov/pubmed/?term=29915189)","7":"A comparison of methods to assess cell mechanical properties","8":"2018","9":"","10":"Wu PH, Aroush DR, Asnacios A, Chen WC, Dokukin ME, Doss BL, Durand-Smet P, Ekpenyong A, Guck J, Guz NV, Janmey PA, Lee JSH, Moore NM, Ott A, Poh YC, Ros R, Sander M, Sokolov I, Staunton JR, Wang N, Whyte G, Wirtz D","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"47"},{"1":"syn21645299","2":"","3":"Comput Methods Appl Mech Eng","4":"29200531","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29200531","6":"[PMID:29200531](https://www.ncbi.nlm.nih.gov/pubmed/?term=29200531)","7":"A composite smeared finite element for mass transport in capillary systems and biological tissue","8":"2017","9":"biological tissue, capillary system, composite smeared finite element, convection, diffusion, partitioning, smeared model","10":"Kojic M, Milosevic M, Simic V, Koay EJ, Fleming JB, Nizzero S, Kojic N, Ziemys A, Ferrari M","11":"[\"Computational Modeling\"]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"48"},{"1":"syn21648826","2":"","3":"Hum Mol Genet","4":"24852375","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=24852375","6":"[PMID:24852375](https://www.ncbi.nlm.nih.gov/pubmed/?term=24852375)","7":"A comprehensive examination of breast cancer risk loci in African American women","8":"2014","9":"","10":"Feng Y, Stram DO, Rhie SK, Millikan RC, Ambrosone CB, John EM, Bernstein L, Zheng W, Olshan AF, Hu JJ, Ziegler RG, Nyante S, Bandera EV, Ingles SA, Press MF, Deming SL, Rodriguez-Gil JL, Palmer JR, Olopade OI, Huo D, Adebamowo CA, Ogundiran T, Chen GK, Stram A, Park K, Rand KA, Chanock SJ, Le Marchand L, Kolonel LN, Conti DV, Easton D, Henderson BE, Haiman CA","11":"[\"Genotyping\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"49"},{"1":"syn21645376","2":"","3":"Bioinformatics","4":"27531101","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27531101","6":"[PMID:27531101](https://www.ncbi.nlm.nih.gov/pubmed/?term=27531101)","7":"A computational strategy to adjust for copy number in tumor Hi-C data","8":"2016","9":"","10":"Wu HJ, Michor F","11":"[\"Computational Tool\", \"Hi-C\"]","12":"[\"Carcinoma in situ of Breast\", \"Chronic myeloid leukemia\"]","13":"[\"Breast\", \"Bone Marrow\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"50"},{"1":"syn21645325","2":"","3":"Nat Commun","4":"28429718","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28429718","6":"[PMID:28429718](https://www.ncbi.nlm.nih.gov/pubmed/?term=28429718)","7":"A computational systems approach identifies synergistic specification genes that facilitate lineage conversion to prostate tissue","8":"2017","9":"","10":"Talos F, Mitrofanova A, Bergren SK, Califano A, Shen MM","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21828913","22":"PRJNA325519","_rn_":"51"},{"1":"syn21648914","2":"","3":"J Theor Biol","4":"28733187","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28733187","6":"[PMID:28733187](https://www.ncbi.nlm.nih.gov/pubmed/?term=28733187)","7":"A confidence building exercise in data and identifiability: Modeling cancer chemotherapy as a case study","8":"2017","9":"Cancer, Chemotherapy model, Compartmental models, Identifiability, Parameter estimation","10":"Eisenberg MC, Jain HV","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"52"},{"1":"syn21681980","2":"","3":"Elife","4":"31742555","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31742555","6":"[PMID:31742555](https://www.ncbi.nlm.nih.gov/pubmed/?term=31742555)","7":"A curative combination cancer therapy achieves high fractional cell killing through low cross-resistance and drug additivity","8":"2019","9":"cancer, cancer biology, combination therapy, computational biology, drug resistance, human, systems biology, tumor heterogeneity","10":"Palmer AC, Chidley C, Sorger PK","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"53"},{"1":"syn21649120","2":"","3":"PLoS One","4":"29432467","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29432467","6":"[PMID:29432467](https://www.ncbi.nlm.nih.gov/pubmed/?term=29432467)","7":"A drift-diffusion checkpoint model predicts a highly variable and growth-factor-sensitive portion of the cell cycle G1 phase","8":"2018","9":"","10":"Jones ZW, Leander R, Quaranta V, Harris LA, Tyson DR","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\", \"NOS\"]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"54"},{"1":"syn21648894","2":"","3":"Nat Genet","4":"29610481","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29610481","6":"[PMID:29610481](https://www.ncbi.nlm.nih.gov/pubmed/?term=29610481)","7":"A global transcriptional network connecting noncoding mutations to changes in tumor gene expression","8":"2018","9":"","10":"Zhang W, Bojorquez-Gomez A, Velez DO, Xu G, Sanchez KS, Shen JP, Chen K, Licon K, Melton C, Olson KM, Yu MK, Huang JK, Carter H, Farley EK, Snyder M, Fraley SI, Kreisberg JF, Ideker T","11":"[\"Western Blotting\", \"Whole Genome Sequencing\", \"Whole Transcriptome Sequencing\"]","12":"[\"Pan-cancer\"]","13":"[\"Skin\", \"Breast\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"syn21792707","22":"PRJNA393881","_rn_":"55"},{"1":"syn21645317","2":"","3":"Protein Sci","4":"26178156","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26178156","6":"[PMID:26178156](https://www.ncbi.nlm.nih.gov/pubmed/?term=26178156)","7":"A hybrid method for protein-protein interface prediction","8":"2016","9":"Bayesian network, interface prediction, interface propensity, protein surface patch, structural similarity, template","10":"Hwang H, Petrey D, Honig B","11":"[\"Computational Tool\"]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"56"},{"1":"syn21648953","2":"","3":"Sci Rep","4":"29162910","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29162910","6":"[PMID:29162910](https://www.ncbi.nlm.nih.gov/pubmed/?term=29162910)","7":"A library of chemically defined human N-glycans synthesized from microbial oligosaccharide precursors","8":"2017","9":"","10":"Hamilton BS, Wilson JD, Shumakovich MA, Fisher AC, Brooks JC, Pontes A, Naran R, Heiss C, Gao C, Kardish R, Heimburg-Molinaro J, Azadi P, Cummings RD, Merritt JH, DeLisa MP","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"57"},{"1":"syn21648984","2":"","3":"PLoS Comput Biol","4":"28472054","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28472054","6":"[PMID:28472054](https://www.ncbi.nlm.nih.gov/pubmed/?term=28472054)","7":"A mathematical model coupling polarity signaling to cell adhesion explains diverse cell migration patterns","8":"2017","9":"","10":"Holmes WR, Park J, Levchenko A, Edelstein-Keshet L","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"58"},{"1":"syn21645562","2":"","3":"Nature","4":"29323298","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29323298","6":"[PMID:29323298](https://www.ncbi.nlm.nih.gov/pubmed/?term=29323298)","7":"A metabolic function of FGFR3-TACC3 gene fusions in cancer","8":"2018","9":"","10":"Frattini V, Pagnotta SM, Tala, Fan JJ, Russo MV, Lee SB, Garofano L, Zhang J, Shi P, Lewis G, Sanson H, Frederick V, Castano AM, Cerulo L, Rolland DCM, Mall R, Mokhtari K, Elenitoba-Johnson KSJ, Sanson M, Huang X, Ceccarelli M, Lasorella A, Iavarone A","11":"[\"Mass Spectrometry\", \"Expression Array\", \"Xenograft\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"59"},{"1":"syn21681723","2":"","3":"Nat Biomed Eng","4":"31061459","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31061459","6":"[PMID:31061459](https://www.ncbi.nlm.nih.gov/pubmed/?term=31061459)","7":"A microfluidic assay for the quantification of the metastatic propensity of breast cancer specimens","8":"2019","9":"","10":"Yankaskas CL, Thompson KN, Paul CD, Vitolo MI, Mistriotis P, Mahendra A, Bajpai VK, Shea DJ, Manto KM, Chai AC, Varadarajan N, Kontrogianni-Konstantopoulos A, Martin SS, Konstantopoulos K","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"syn21812634","22":"PRJNA527110","_rn_":"60"},{"1":"syn21681767","2":"","3":"Nat Biomed Eng","4":"31150010","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31150010","6":"[PMID:31150010](https://www.ncbi.nlm.nih.gov/pubmed/?term=31150010)","7":"A microphysiological model of the bronchial airways reveals the interplay of mechanical and biochemical signals in bronchospasm","8":"2019","9":"","10":"Kilic O, Yoon A, Shah SR, Yong HM, Ruiz-Valls A, Chang H, Panettieri RA Jr, Liggett SB, Qui~nones-Hinojosa A, An SS, Levchenko A","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"61"},{"1":"syn21681587","2":"","3":"Science","4":"30846600","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30846600","6":"[PMID:30846600](https://www.ncbi.nlm.nih.gov/pubmed/?term=30846600)","7":"A molecular assembly phase transition and kinetic proofreading modulate Ras activation by SOS","8":"2019","9":"","10":"Huang WYC, Alvarez S, Kondo Y, Lee YK, Chung JK, Lam HYM, Biswas KH, Kuriyan J, Groves JT","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"62"},{"1":"syn21681592","2":"","3":"J Biol Chem","4":"30858179","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30858179","6":"[PMID:30858179](https://www.ncbi.nlm.nih.gov/pubmed/?term=30858179)","7":"A multitargeted probe-based strategy to identify signaling vulnerabilities in cancers","8":"2019","9":"cancer biology, cancer therapy, cell signaling, chemical biology, chemical probe, drug discovery, kinase signaling, multi-targeting, polypharmacology, receptor tyrosine kinase, small molecule","10":"Rao S, Du G, Hafner M, Subramanian K, Sorger PK, Gray NS","11":"[]","12":"[\"Lung Non-Small Cell Carcinoma\"]","13":"[\"Lung\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"63"},{"1":"syn21648857","2":"","3":"Protein Eng Des Sel","4":"29228311","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29228311","6":"[PMID:29228311](https://www.ncbi.nlm.nih.gov/pubmed/?term=29228311)","7":"A new method for post-translationally labeling proteins in live cells for fluorescence imaging and tracking","8":"2017","9":"S. cerevisiae, SpyCatcher-SpyTag, membrane protein, protein engineering, single cell","10":"Hinrichsen M, Lenz M, Edwards JM, Miller OK, Mochrie SGJ, Swain PS, Schwarz-Linek U, Regan L","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"64"},{"1":"syn21648956","2":"","3":"J Exp Med","4":"29038367","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29038367","6":"[PMID:29038367](https://www.ncbi.nlm.nih.gov/pubmed/?term=29038367)","7":"A nonimmune function of T cells in promoting lung tumor progression","8":"2017","9":"","10":"Green JA, Arpaia N, Schizas M, Dobrin A, Rudensky AY","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\"]","14":"syn21630077, syn21630078, syn21630076, syn21630079","15":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315805\"]","19":"[\"CA209975\"]","20":"[\"CSBC Research Center for Cancer Systems Immunology at MSKCC\"]","21":"","22":"","_rn_":"65"},{"1":"syn21649214","2":"10.1126/science.aao6135","3":"Science","4":"29348367","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29348367","6":"[PMID:29348367](https://www.ncbi.nlm.nih.gov/pubmed/?term=29348367)","7":"A pathway for mitotic chromosome formation","8":"2018","9":"","10":"Gibcus JH, Samejima K, Goloborodko A, Samejima I, Naumova N, Nuebler J, Kanemaki MT, Xie L, Paulson JR, Earnshaw WC, Mirny LA, Dekker J","11":"[\"Fluorescent Antibody Procedure\", \"Hi-C\", \"LC-MSMS\", \"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"syn13857535","22":"PRJNA398543","_rn_":"66"},{"1":"syn21681392","2":"","3":"Nat Genet","4":"29915428","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29915428","6":"[PMID:29915428](https://www.ncbi.nlm.nih.gov/pubmed/?term=29915428)","7":"A precision oncology approach to the pharmacological targeting of mechanistic dependencies in neuroendocrine tumors","8":"2018","9":"","10":"Alvarez MJ, Subramaniam PS, Tang LH, Grunn A, Aburi M, Rieckhof G, Komissarova EV, Hagan EA, Bodei L, Clemons PA, Dela Cruz FS, Dhall D, Diolaiti D, Fraker DA, Ghavami A, Kaemmerer D, Karan C, Kidd M, Kim KM, Kim HC, Kunju LP, Langel \"U, Li Z, Lee J, Li H, LiVolsi V, Pfragner R, Rainey AR, Realubit RB, Remotti H, Regberg J, Roses R, Rustgi A, Sepulveda AR, Serra S, Shi C, Yuan X, Barberis M, Bergamaschi R, Chinnaiyan AM, Detre T, Ezzat S, Frilling A, Hommann M, Jaeger D, Kim MK, Knudsen BS, Kung AL, Leahy E, Metz DC, Milsom JW, Park YS, Reidy-Lagunes D, Schreiber S, Washington K, Wiedenmann B, Modlin I, Califano A","11":"[]","12":"[\"Intestinal Neoplasm\", \"Pancreatic Neoplasm\", \"Neuroendocrine Neoplasm\", \"Stomach Neoplasm\"]","13":"[\"Small Intestine\", \"Colon\", \"Pancreas\", \"Stomach\", \"Epithelium\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21796559","22":"PRJNA386518","_rn_":"67"},{"1":"syn21645630","2":"","3":"Cancer Epidemiol Biomarkers Prev","4":"25103823","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25103823","6":"[PMID:25103823](https://www.ncbi.nlm.nih.gov/pubmed/?term=25103823)","7":"A prospective study of physical activity and breast cancer incidence in African-American women","8":"2014","9":"","10":"Rosenberg L, Palmer JR, Bethea TN, Ban Y, Kipping-Ruane K, Adams-Campbell LL","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"68"},{"1":"syn21681422","2":"","3":"Biomaterials","4":"30236839","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30236839","6":"[PMID:30236839](https://www.ncbi.nlm.nih.gov/pubmed/?term=30236839)","7":"A self-healing hydrogel as an injectable instructive carrier for cellular morphogenesis","8":"2018","9":"Cell delivery, Endothelial progenitor cells, Hydrogels, Self-healing, Vasculogenesis","10":"Wei Z, Gerecht S","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"69"},{"1":"syn21648992","2":"","3":"J Struct Biol","4":"30017701","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30017701","6":"[PMID:30017701](https://www.ncbi.nlm.nih.gov/pubmed/?term=30017701)","7":"A simple and robust procedure for preparing graphene-oxide cryo-EM grids","8":"2018","9":"Cryo-EM, EM grids, Graphene-oxide, Motion correction","10":"Palovcak E, Wang F, Zheng SQ, Yu Z, Li S, Betegon M, Bulkley D, Agard DA, Cheng Y","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"70"},{"1":"syn21681434","2":"","3":"Gynecol Oncol Res Pract","4":"30305911","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30305911","6":"[PMID:30305911](https://www.ncbi.nlm.nih.gov/pubmed/?term=30305911)","7":"A small molecule inhibitor of the perinucleolar compartment, ML246, attenuates growth and spread of ovarian cancer","8":"2018","9":"ML246, Metarrestin, Ovarian cancer, Perinucleolar compartment","10":"Kanis MJ, Qiang W, Pineda M, Maniar KP, Kim JJ","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"71"},{"1":"syn21681503","2":"","3":"PLoS One","4":"30589908","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30589908","6":"[PMID:30589908](https://www.ncbi.nlm.nih.gov/pubmed/?term=30589908)","7":"A software tool for the quantification of metastatic colony growth dynamics and size distributions in vitro and in vivo","8":"2018","9":"","10":"Bhoyar S, Godet I, DiGiacomo JW, Gilkes DM","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"72"},{"1":"syn21681675","2":"","3":"Nat Commun","4":"31015433","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31015433","6":"[PMID:31015433](https://www.ncbi.nlm.nih.gov/pubmed/?term=31015433)","7":"A survival selection strategy for engineering synthetic binding proteins that specifically recognize post-translationally phosphorylated proteins","8":"2019","9":"","10":"Meksiriporn B, Ludwicki MB, Stephens EA, Jiang A, Lee HC, Waraho-Zhmayev D, Kummer L, Brandl F, Pl\"uckthun A, DeLisa MP","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"73"},{"1":"syn21681419","2":"","3":"Nat Cell Biol","4":"30202050","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30202050","6":"[PMID:30202050](https://www.ncbi.nlm.nih.gov/pubmed/?term=30202050)","7":"A tension-mediated glycocalyx-integrin feedback loop promotes mesenchymal-like glioblastoma","8":"2018","9":"","10":"Barnes JM, Kaushik S, Bainer RO, Sa JK, Woods EC, Kai F, Przybyla L, Lee M, Lee HW, Tung JC, Maller O, Barrett AS, Lu KV, Lakins JN, Hansen KC, Obernier K, Alvarez-Buylla A, Bergers G, Phillips JJ, Nam DH, Bertozzi CR, Weaver VM","11":"[]","12":"[\"Brain Neoplasm\", \"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"74"},{"1":"syn21649014","2":"","3":"Protein Sci","4":"30198622","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30198622","6":"[PMID:30198622](https://www.ncbi.nlm.nih.gov/pubmed/?term=30198622)","7":"A threonine zipper that mediates protein-protein interactions: Structure and prediction","8":"2018","9":"hard sphere plus stereochemical constraint model, molecular dynamics simulations, packing, protein structure, protein-protein interaction, steric interactions, threonine","10":"Oi C, Treado JD, Levine ZA, Lim CS, Knecht KM, Xiong Y, O'Hern CS, Regan L","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"75"},{"1":"syn21681799","2":"","3":"Elife","4":"31172946","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31172946","6":"[PMID:31172946](https://www.ncbi.nlm.nih.gov/pubmed/?term=31172946)","7":"A toolkit for studying cell surface shedding of diverse transmembrane receptors","8":"2019","9":"Notch, RTK, biochemistry, cadherin, chemical biology, human, proteolysis, shedding, signaling","10":"Hayward AN, Aird EJ, Gordon WR","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"76"},{"1":"syn21645333","2":"","3":"Nat Neurosci","4":"28805815","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28805815","6":"[PMID:28805815](https://www.ncbi.nlm.nih.gov/pubmed/?term=28805815)","7":"AAV-mediated direct in vivo CRISPR screen identifies functional suppressors in glioblastoma","8":"2017","9":"","10":"Chow RD, Guzman CD, Wang G, Schmidt F, Youngblood MW, Ye L, Errami Y, Dong MB, Martinez MA, Zhang S, Renauer P, Bilguvar K, Gunel M, Sharp PA, Zhang F, Platt RJ, Chen S","11":"[\"CRISPR\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"77"},{"1":"syn21645311","2":"","3":"Nat Commun","4":"28747635","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28747635","6":"[PMID:28747635](https://www.ncbi.nlm.nih.gov/pubmed/?term=28747635)","7":"AIM1 is an actin-binding protein that suppresses cell migration and micrometastatic dissemination","8":"2017","9":"","10":"Haffner MC, Esopi DM, Chaux A, G\"urel M, Ghosh S, Vaghasia AM, Tsai H, Kim K, Castagna N, Lam H, Hicks J, Wyhs N, Biswal Shinohara D, Hurley PJ, Simons BW, Schaeffer EM, Lotan TL, Isaacs WB, Netto GJ, De Marzo AM, Nelson WG, An SS, Yegnasubramanian S","11":"[\"Microscopy\", \"Cell Migration Assay\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"78"},{"1":"syn21648941","2":"","3":"BMC Syst Biol","4":"28950860","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28950860","6":"[PMID:28950860](https://www.ncbi.nlm.nih.gov/pubmed/?term=28950860)","7":"Accelerated parallel algorithm for gene network reverse engineering","8":"2017","9":"CUDA, GPU-ARACNE, Gene expression dataset, Mutual information, Parallel computing, Regulatory networks","10":"He J, Zhou Z, Reed M, Califano A","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"79"},{"1":"syn21645614","2":"","3":"J Glob Oncol","4":"29094082","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29094082","6":"[PMID:29094082](https://www.ncbi.nlm.nih.gov/pubmed/?term=29094082)","7":"Acceptability of Human Papillomavirus Self-Sampling for Cervical Cancer Screening in an Indigenous Community in Guatemala","8":"2017","9":"","10":"Gottschlich A, Rivera-Andrade A, Grajeda E, Alvarez C, Mendoza Montano C, Meza R","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Cervix Uteri\"]","13":"[\"Cervix Uteri\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"80"},{"1":"syn21681580","2":"","3":"AJNR Am J Neuroradiol","4":"30819771","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30819771","6":"[PMID:30819771](https://www.ncbi.nlm.nih.gov/pubmed/?term=30819771)","7":"Accurate Patient-Specific Machine Learning Models of Glioblastoma Invasion Using Transfer Learning","8":"2019","9":"","10":"Hu LS, Yoon H, Eschbacher JM, Baxter LC, Dueck AC, Nespodzany A, Smith KA, Nakaji P, Xu Y, Wang L, Karis JP, Hawkins-Daarud AJ, Singleton KW, Jackson PR, Anderies BJ, Bendok BR, Zimmerman RS, Quarles C, Porter-Umphrey AB, Mrugala MM, Sharma A, Hoxworth JM, Sattur MG, Sanai N, Koulemberis PE, Krishna C, Mitchell JR, Wu T, Tran NL, Swanson KR, Li J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"81"},{"1":"syn21681382","2":"","3":"Cell","4":"29861175","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29861175","6":"[PMID:29861175](https://www.ncbi.nlm.nih.gov/pubmed/?term=29861175)","7":"Acid Suspends the Circadian Clock in Hypoxia through Inhibition of mTOR","8":"2018","9":"RHEB, acidity, cancer, circadian, clock, hypoxia, hypoxia-inducible factor, lysosome, mTOR, pH","10":"Walton ZE, Patel CH, Brooks RC, Yu Y, Ibrahim-Hashim A, Riddle M, Porcu A, Jiang T, Ecker BL, Tameire F, Koumenis C, Weeraratna AT, Welsh DK, Gillies R, Alwine JC, Zhang L, Powell JD, Dang CV","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"syn21796537","22":"PRJNA396153","_rn_":"82"},{"1":"syn21681558","2":"","3":"Cancer Res","4":"30755444","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30755444","6":"[PMID:30755444](https://www.ncbi.nlm.nih.gov/pubmed/?term=30755444)","7":"Acidification of Tumor at Stromal Boundaries Drives Transcriptome Alterations Associated with Aggressive Phenotypes","8":"2019","9":"","10":"Rohani N, Hao L, Alexis MS, Joughin BA, Krismer K, Moufarrej MN, Soltis AR, Lauffenburger DA, Yaffe MB, Burge CB, Bhatia SN, Gertler FB","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"syn21889602, syn21889878","22":"GSE119646, SRP160142","_rn_":"83"},{"1":"syn21681608","2":"","3":"Proc Natl Acad Sci U S A","4":"30910979","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30910979","6":"[PMID:30910979](https://www.ncbi.nlm.nih.gov/pubmed/?term=30910979)","7":"Acquisition of a hybrid E/M state is essential for tumorigenicity of basal breast cancer cells","8":"2019","9":"E/M hybrid state, EMT, EMT-TFs, Wnt signaling, cancer stem cells","10":"Kr\"oger C, Afeyan A, Mraz J, Eaton EN, Reinhardt F, Khodor YL, Thiru P, Bierie B, Ye X, Burge CB, Weinberg RA","11":"[]","12":"[\"Breast Tumor\", \"Basal Cell Neoplasm\"]","13":"[\"Epithelium\", \"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"syn21889599, syn21889875","22":"GSE119149, SRP159023","_rn_":"84"},{"1":"syn21649004","2":"","3":"Cancer Res","4":"30389701","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30389701","6":"[PMID:30389701](https://www.ncbi.nlm.nih.gov/pubmed/?term=30389701)","7":"Activation of PP2A and Inhibition of mTOR Synergistically Reduce MYC Signaling and Decrease Tumor Growth in Pancreatic Ductal Adenocarcinoma","8":"2019","9":"","10":"Allen-Petersen BL, Risom T, Feng Z, Wang Z, Jenny ZP, Thoma MC, Pelz KR, Morton JP, Sansom OJ, Lopez CD, Sheppard B, Christensen DJ, Ohlmeyer M, Narla G, Sears RC","11":"[]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"85"},{"1":"syn21645430","2":"","3":"Science","4":"26940867","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26940867","6":"[PMID:26940867](https://www.ncbi.nlm.nih.gov/pubmed/?term=26940867)","7":"Activation of proto-oncogenes by disruption of chromosome neighborhoods","8":"2016","9":"","10":"Hnisz D, Weintraub AS, Day DS, Valton AL, Bak RO, Li CH, Goldmann J, Lajoie BR, Fan ZP, Sigova AA, Reddy J, Borges-Rivera D, Lee TI, Jaenisch R, Porteus MH, Dekker J, Young RA","11":"[\"ChIA-PET\", \"ChIP-Seq\", \"Whole Transcriptome Sequencing\"]","12":"[\"T Acute Lymphoblastic Leukemia\"]","13":"[\"Blood\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"syn21790688","22":"PRJNA309545","_rn_":"86"},{"1":"syn21648903","2":"","3":"Genome Med","4":"28446242","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28446242","6":"[PMID:28446242](https://www.ncbi.nlm.nih.gov/pubmed/?term=28446242)","7":"Activity of distinct growth factor receptor network components in breast tumors uncovers two biologically relevant subtypes","8":"2017","9":"Breast cancer, Cancer phenotypes, Gene expression signatures, Genomics, Growth factor receptor network, Targeted therapy","10":"Rahman M, MacNeil SM, Jenkins DF, Shrestha G, Wyatt SR, McQuerry JA, Piccolo SR, Heiser LM, Gray JW, Johnson WE, Bild AH","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"syn21790882","22":"PRJNA324703","_rn_":"87"},{"1":"syn21681737","2":"","3":"Cell Syst","4":"31078528","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31078528","6":"[PMID:31078528](https://www.ncbi.nlm.nih.gov/pubmed/?term=31078528)","7":"Adaptation of Human iPSC-Derived Cardiomyocytes to Tyrosine Kinase Inhibitors Reduces Acute Cardiotoxicity via Metabolic Reprogramming","8":"2019","9":"aerobic glycolysis, cardiotoxicity, drug adaptation, iPSC-derived cardiomyocytes, metabolic reprogramming, mitochondrial energetics, proteome, transcriptome, tyrosine kinase inhibitor","10":"Wang H, Sheehan RP, Palmer AC, Everley RA, Boswell SA, Ron-Harel N, Ringel AE, Holton KM, Jacobson CA, Erickson AR, Maliszewski L, Haigis MC, Sorger PK","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"syn21812642","22":"PRJNA472575","_rn_":"88"},{"1":"syn21681321","2":"","3":"Bull Math Biol","4":"28508297","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28508297","6":"[PMID:28508297](https://www.ncbi.nlm.nih.gov/pubmed/?term=28508297)","7":"Adaptation to Stochastic Temporal Variations in Intratumoral Blood Flow: The Warburg Effect as a Bet Hedging Strategy","8":"2018","9":"Bet hedging, Intermittent hypoxia, Tumor metabolism, Warburg effect","10":"Gravenmier CA, Siddique M, Gatenby RA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"89"},{"1":"syn21649057","2":"","3":"J Cell Sci","4":"29991514","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29991514","6":"[PMID:29991514](https://www.ncbi.nlm.nih.gov/pubmed/?term=29991514)","7":"Adaptive adhesion systems mediate glioma cell invasion in complex environments","8":"2018","9":"3D brain models, Adhesion plasticity, Glioma invasion, Integrins, Laminin","10":"Gritsenko PG, Friedl P","11":"[\"3D Cell Culture\", \"Microscopy\", \"Mass Spectrometry\"]","12":"[\"Malignant Neoplasm of Brain\"]","13":"[\"Brain\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"90"},{"1":"syn21681447","2":"","3":"Cancer Res","4":"30389702","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30389702","6":"[PMID:30389702](https://www.ncbi.nlm.nih.gov/pubmed/?term=30389702)","7":"Adipokines Deregulate Cellular Communication via Epigenetic Repression of Gap Junction Loci in Obese Endometrial Cancer","8":"2019","9":"","10":"Polusani SR, Huang YW, Huang G, Chen CW, Wang CM, Lin LL, Osmulski P, Lucio ND, Liu L, Hsu YT, Zhou Y, Lin CL, Aguilera-Barrantes I, Valente PT, Kost ER, Chen CL, Shim EY, Lee SE, Ruan J, Gaczynska ME, Yan P, Goodfellow PJ, Mutch DG, Jin VX, Nicholson BJ, Huang TH, Kirma NB","11":"[]","12":"[\"Endometrial Neoplasm\"]","13":"[\"Uterus\", \"Cervix Uteri\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21809588","22":"PRJNA400484","_rn_":"91"},{"1":"syn21645275","2":"","3":"Cancer Prev Res (Phila)","4":"29222346","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29222346","6":"[PMID:29222346](https://www.ncbi.nlm.nih.gov/pubmed/?term=29222346)","7":"Adiposity, Inflammation, and Breast Cancer Pathogenesis in Asian Women","8":"2018","9":"","10":"Iyengar NM, Chen IC, Zhou XK, Giri DD, Falcone DJ, Winston LA, Wang H, Williams S, Lu YS, Hsueh TH, Cheng AL, Hudis CA, Lin CH, Dannenberg AJ","11":"[\"Immunohistochemistry Staining Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"92"},{"1":"syn21645254","2":"","3":"Genes (Basel)","4":"28885554","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28885554","6":"[PMID:28885554](https://www.ncbi.nlm.nih.gov/pubmed/?term=28885554)","7":"Advances in Genomic Profiling and Analysis of 3D Chromatin Structure and Interaction","8":"2017","9":"3D chromatin, Hi-C, disease, single cell, structure interaction","10":"Tang B, Cheng X, Xi Y, Chen Z, Zhou Y, Jin VX","11":"[]","12":"[]","13":"[\"Unspecified\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"93"},{"1":"syn21649200","2":"","3":"Regen Med","4":"28318376","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28318376","6":"[PMID:28318376](https://www.ncbi.nlm.nih.gov/pubmed/?term=28318376)","7":"Advances in on-chip vascularization","8":"2017","9":"angiogenesis, microfluidics, microvasculature, organ-on-a-chip, permeability, regenerative medicine, tissue-engineering, vasculogenesis","10":"Haase K, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"94"},{"1":"syn21648838","2":"","3":"PLoS One","4":"28178278","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28178278","6":"[PMID:28178278](https://www.ncbi.nlm.nih.gov/pubmed/?term=28178278)","7":"Advances in the quantification of mitochondrial function in primary human immune cells through extracellular flux analysis","8":"2017","9":"","10":"Nicholas D, Proctor EA, Raval FM, Ip BC, Habib C, Ritou E, Grammatopoulos TN, Steenkamp D, Dooms H, Apovian CM, Lauffenburger DA, Nikolajczyk BS","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"95"},{"1":"syn21645616","2":"","3":"PLoS One","4":"26963717","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26963717","6":"[PMID:26963717](https://www.ncbi.nlm.nih.gov/pubmed/?term=26963717)","7":"Age Effects and Temporal Trends in HPV-Related and HPV-Unrelated Oral Cancer in the United States: A Multistage Carcinogenesis Modeling Analysis","8":"2016","9":"","10":"Brouwer AF, Eisenberg MC, Meza R","11":"[\"Mathematical Modeling\", \"Epidemiological Method\"]","12":"[\"Squamous Cell Carcinoma\"]","13":"[\"Throat\", \"Mouth\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"96"},{"1":"syn21645361","2":"","3":"IEEE Trans Biomed Eng","4":"28113286","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28113286","6":"[PMID:28113286](https://www.ncbi.nlm.nih.gov/pubmed/?term=28113286)","7":"Aggregation Effects and Population-Based Dynamics as a Source of Therapy Resistance in Cancer","8":"2017","9":"","10":"Brown JS, Cunningham JJ, Gatenby RA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"97"},{"1":"syn21645564","2":"","3":"Proc Natl Acad Sci U S A","4":"27357673","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27357673","6":"[PMID:27357673](https://www.ncbi.nlm.nih.gov/pubmed/?term=27357673)","7":"Algorithmic methods to infer the evolutionary trajectories in cancer progression","8":"2016","9":"Bayesian structural inference, cancer evolution, causality, next generation sequencing, selective advantage","10":"Caravagna G, Graudenzi A, Ramazzotti D, Sanz-Pamplona R, De Sano L, Mauri G, Moreno V, Antoniotti M, Mishra B","11":"[\"Computational Tool\"]","12":"[\"Carcinoma in situ of Colon\", \"Rectal Adenocarcinoma\"]","13":"[\"Colon\", \"Rectum\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"98"},{"1":"syn21649205","2":"","3":"Nature","4":"30135581","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30135581","6":"[PMID:30135581](https://www.ncbi.nlm.nih.gov/pubmed/?term=30135581)","7":"Allergic inflammatory memory in human respiratory epithelial progenitor cells","8":"2018","9":"","10":"Ordovas-Montanes J, Dwyer DF, Nyquist SK, Buchheit KM, Vukovic M, Deb C, Wadsworth MH 2nd, Hughes TK, Kazer SW, Yoshimoto E, Cahill KN, Bhattacharyya N, Katz HR, Berger B, Laidlaw TM, Boyce JA, Barrett NA, Shalek AK","11":"[\"ATAC-Seq\", \"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Nasal cavity\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"99"},{"1":"syn21649068","2":"","3":"J Am Chem Soc","4":"29182244","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29182244","6":"[PMID:29182244](https://www.ncbi.nlm.nih.gov/pubmed/?term=29182244)","7":"Allosteric Modulation of Grb2 Recruitment to the Intrinsically Disordered Scaffold Protein, LAT, by Remote Site Phosphorylation","8":"2017","9":"","10":"Huang WYC, Ditlev JA, Chiang HK, Rosen MK, Groves JT","11":"[\"Microscopy\", \"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"100"},{"1":"syn21681753","2":"","3":"Bioinformatics","4":"31116374","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31116374","6":"[PMID:31116374](https://www.ncbi.nlm.nih.gov/pubmed/?term=31116374)","7":"AlphaFold at CASP13","8":"2019","9":"","10":"AlQuraishi M","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"101"},{"1":"syn21681478","2":"","3":"Adv Mater","4":"30516861","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30516861","6":"[PMID:30516861](https://www.ncbi.nlm.nih.gov/pubmed/?term=30516861)","7":"Amorphous Quantum Nanomaterials","8":"2019","9":"amorphous silica nanoparticles, optical super-resolution microscopy, organic dyes, photodynamic therapy (PDT)","10":"Kohle FFE, Hinckley JA, Li S, Dhawan N, Katt WP, Erstling JA, Werner-Zwanziger U, Zwanziger J, Cerione RA, Wiesner UB","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"102"},{"1":"syn21645316","2":"","3":"Sci Rep","4":"27670648","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27670648","6":"[PMID:27670648](https://www.ncbi.nlm.nih.gov/pubmed/?term=27670648)","7":"An Automated Microwell Platform for Large-Scale Single Cell RNA-Seq","8":"2016","9":"","10":"Yuan J, Sims PA","11":"[\"Single Cell Sequencing\"]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21889721, syn21889798","22":"GSE85575, SRP081644","_rn_":"103"},{"1":"syn21645283","2":"","3":"Sci Rep","4":"29085021","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29085021","6":"[PMID:29085021](https://www.ncbi.nlm.nih.gov/pubmed/?term=29085021)","7":"An Effective Model of the Retinoic Acid Induced HL-60 Differentiation Program","8":"2017","9":"","10":"Tasseff R, Jensen HA, Congleton J, Dai D, Rogers KV, Sagar A, Bunaciu RP, Yen A, Varner JD","11":"[\"Mathematical Modeling\"]","12":"[\"Acute Myeloid Leukemia\"]","13":"[\"Blood\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"104"},{"1":"syn21645374","2":"","3":"PLoS Comput Biol","4":"26379039","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26379039","6":"[PMID:26379039](https://www.ncbi.nlm.nih.gov/pubmed/?term=26379039)","7":"An Evolutionary Approach for Identifying Driver Mutations in Colorectal Cancer","8":"2015","9":"","10":"Foo J, Liu LL, Leder K, Riester M, Iwasa Y, Lengauer C, Michor F","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Colon\", \"Rectal Adenocarcinoma\"]","13":"[\"Colon\", \"Rectum\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"105"},{"1":"syn21645359","2":"","3":"Cancer Res","4":"28400475","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28400475","6":"[PMID:28400475](https://www.ncbi.nlm.nih.gov/pubmed/?term=28400475)","7":"An Ex Vivo Platform for the Prediction of Clinical Response in Multiple Myeloma","8":"2017","9":"","10":"Silva A, Silva MC, Sudalagunta P, Distler A, Jacobson T, Collins A, Nguyen T, Song J, Chen DT, Chen L, Cubitt C, Baz R, Perez L, Rebatchouk D, Dalton W, Greene J, Gatenby R, Gillies R, Sontag E, Meads MB, Shain KH","11":"[\"Mathematical Modeling\", \"Imaging\"]","12":"[\"Multiple Myeloma\"]","13":"[\"Bone Marrow\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"106"},{"1":"syn21645340","2":"","3":"Cancer Res","4":"28611041","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28611041","6":"[PMID:28611041](https://www.ncbi.nlm.nih.gov/pubmed/?term=28611041)","7":"An Immunosuppressive Dendritic Cell Subset Accumulates at Secondary Sites and Promotes Metastasis in Pancreatic Cancer","8":"2017","9":"","10":"Kenkel JA, Tseng WW, Davidson MG, Tolentino LL, Choi O, Bhattacharya N, Seeley ES, Winer DA, Reticker-Flynn NE, Engleman EG","11":"[\"Fluorescent Antibody Procedure\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"107"},{"1":"syn21681750","2":"","3":"F1000Res","4":"31105932","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31105932","6":"[PMID:31105932](https://www.ncbi.nlm.nih.gov/pubmed/?term=31105932)","7":"An accessible GenePattern notebook for the copy number variation analysis of Illumina Infinium DNA methylation arrays","8":"2018","9":"DNA methylation, GenePattern Notebook, Illumina Infinium methylation arrays, Jupyter Notebook, R/Bioconductor, conumee, copy number variation, interactive, minfi, open-source, pre-processing, visualization","10":"Mah CK, Mesirov JP, Chavez L","11":"[]","12":"[]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"108"},{"1":"syn21648951","2":"","3":"Science","4":"29748285","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29748285","6":"[PMID:29748285](https://www.ncbi.nlm.nih.gov/pubmed/?term=29748285)","7":"An anatomic transcriptional atlas of human glioblastoma","8":"2018","9":"","10":"Puchalski RB, Shah N, Miller J, Dalley R, Nomura SR, Yoon JG, Smith KA, Lankerovich M, Bertagnolli D, Bickley K, Boe AF, Brouner K, Butler S, Caldejon S, Chapin M, Datta S, Dee N, Desta T, Dolbeare T, Dotson N, Ebbert A, Feng D, Feng X, Fisher M, Gee G, Goldy J, Gourley L, Gregor BW, Gu G, Hejazinia N, Hohmann J, Hothi P, Howard R, Joines K, Kriedberg A, Kuan L, Lau C, Lee F, Lee H, Lemon T, Long F, Mastan N, Mott E, Murthy C, Ngo K, Olson E, Reding M, Riley Z, Rosen D, Sandman D, Shapovalova N, Slaughterbeck CR, Sodt A, Stockdale G, Szafer A, Wakeman W, Wohnoutka PE, White SJ, Marsh D, Rostomily RC, Ng L, Dang C, Jones A, Keogh B, Gittleman HR, Barnholtz-Sloan JS, Cimino PJ, Uppin MS, Keene CD, Farrokhi FR, Lathia JD, Berens ME, Iavarone A, Bernard A, Lein E, Phillips JW, Rostad SW, Cobbs C, Hawrylycz MJ, Foltz GD","11":"[\"Hematoxylin and Eosin Staining Method\", \"Whole Transcriptome Sequencing\", \"In Situ Hybridization\"]","12":"[\"Glioblastoma\"]","13":"[\"Brian\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"syn21889537","22":"GSE107560","_rn_":"109"},{"1":"syn21681880","2":"","3":"Int J Numer Method Biomed Eng","4":"31441222","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31441222","6":"[PMID:31441222](https://www.ncbi.nlm.nih.gov/pubmed/?term=31441222)","7":"An approach for vascular tumor growth based on a hybrid embedded/homogenized treatment of the vasculature within a multiphase porous medium model","8":"2019","9":"1D-3D coupling, angiogenesis, multiscale models, nonconforming coupling, vascular tumor growth","10":"Kremheller J, Vuong AT, Schrefler BA, Wall WA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"110"},{"1":"syn21645397","2":"","3":"Anal Biochem","4":"27296635","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27296635","6":"[PMID:27296635](https://www.ncbi.nlm.nih.gov/pubmed/?term=27296635)","7":"An assay for 26S proteasome activity based on fluorescence anisotropy measurements of dye-labeled protein substrates","8":"2016","9":"26S proteasome, Fluorescence anisotropy, High-throughput degradation assay, Protein degradation, Ubiquitin proteasome system (UPS)","10":"Bhattacharyya S, Renn JP, Yu H, Marko JF, Matouschek A","11":"[\"Western Blotting\", \"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"111"},{"1":"syn21645421","2":"","3":"Nat Struct Mol Biol","4":"28414321","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28414321","6":"[PMID:28414321](https://www.ncbi.nlm.nih.gov/pubmed/?term=28414321)","7":"An orthogonal single-molecule experiment reveals multiple-attempt dynamics of type IA topoisomerases","8":"2017","9":"","10":"Gunn KH, Marko JF, Mondrag'on A","11":"[\"Microscopy\", \"Magnetic Tweezers\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"112"},{"1":"syn21682003","2":"","3":"Sci Rep","4":"31857650","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31857650","6":"[PMID:31857650](https://www.ncbi.nlm.nih.gov/pubmed/?term=31857650)","7":"An ultrasensitive fiveplex activity assay for cellular kinases","8":"2019","9":"","10":"Smolko CM, Janes KA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084062\"]","19":"[\"CA215794\"]","20":"[\"An Integrated Systems Approach for Incompletely Penetrant Onco-phenotypes\"]","21":"","22":"","_rn_":"113"},{"1":"syn21681414","2":"","3":"Nat Genet","4":"30158685","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30158685","6":"[PMID:30158685](https://www.ncbi.nlm.nih.gov/pubmed/?term=30158685)","7":"Analysis and visualization of linked molecular and clinical cancer data by using Oncoscape","8":"2018","9":"","10":"McFerrin LG, Zager M, Zhang J, Krenn G, McDermott R, Horse-Grant D, Silgard E, Colevas K, Shannon P, Bolouri H, Holland EC","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"114"},{"1":"syn21681451","2":"","3":"Cell Rep","4":"30404002","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30404002","6":"[PMID:30404002](https://www.ncbi.nlm.nih.gov/pubmed/?term=30404002)","7":"Analysis of Single-Cell RNA-Seq Identifies Cell-Cell Communication Associated with Tumor Characteristics","8":"2018","9":"cancer patient samples, cell-cell communication, computational analysis, ligand-receptor interaction, single-cell RNA sequencing, syngeneic mouse models, tumor microenvironment","10":"Kumar MP, Du J, Lagoudas G, Jiao Y, Sawyer A, Drummond DC, Lauffenburger DA, Raue A","11":"[]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"syn21809597","22":"PRJNA498671","_rn_":"115"},{"1":"syn21645264","2":"","3":"Nat Commun","4":"28401884","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28401884","6":"[PMID:28401884](https://www.ncbi.nlm.nih.gov/pubmed/?term=28401884)","7":"Anisotropic forces from spatially constrained focal adhesions mediate contact guidance directed cell migration","8":"2017","9":"","10":"Ray A, Lee O, Win Z, Edwards RM, Alford PW, Kim DH, Provenzano PP","11":"[\"Western Blotting\", \"Cell Migration Assay\", \"Imaging\", \"Fluorescent Antibody Procedure\", \"Microscopy\", \"Nanopatterning\"]","12":"[\"Malignant Neoplasm of Pancreas\", \"Carcinoma in situ of Breast\"]","13":"[\"Pancreas\", \"Breast\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"116"},{"1":"syn21681967","2":"","3":"BMC Bioinformatics","4":"31675914","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31675914","6":"[PMID:31675914](https://www.ncbi.nlm.nih.gov/pubmed/?term=31675914)","7":"Annot: a Django-based sample, reagent, and experiment metadata tracking system","8":"2019","9":"Annotamentum, Annotation, Controlled vocabulary, Metadata, Software","10":"Bucher E, Claunch CJ, Hee D, Smith RL, Devlin K, Thompson W, Korkola JE, Heiser LM","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"117"},{"1":"syn21681525","2":"","3":"Nat Commun","4":"30659188","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30659188","6":"[PMID:30659188](https://www.ncbi.nlm.nih.gov/pubmed/?term=30659188)","7":"Antibiotic collateral sensitivity is contingent on the repeatability of evolution","8":"2019","9":"","10":"Nichol D, Rutter J, Bryant C, Hujer AM, Lek S, Adams MD, Jeavons P, Anderson ARA, Bonomo RA, Scott JG","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"118"},{"1":"syn21681578","2":"","3":"Cancer Res","4":"30808675","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30808675","6":"[PMID:30808675](https://www.ncbi.nlm.nih.gov/pubmed/?term=30808675)","7":"Antibody-Mediated Endocytosis of Polysialic Acid Enables Intracellular Delivery and Cytotoxicity of a Glycan-Directed Antibody-Drug Conjugate","8":"2019","9":"","10":"Cox EC, Thornlow DN, Jones MA, Fuller JL, Merritt JH, Paszek MJ, Alabi CA, DeLisa MP","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"119"},{"1":"syn21681450","2":"","3":"Cancer Res","4":"30401713","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30401713","6":"[PMID:30401713](https://www.ncbi.nlm.nih.gov/pubmed/?term=30401713)","7":"Antifibrotic Therapy Disrupts Stromal Barriers and Modulates the Immune Landscape in Pancreatic Ductal Adenocarcinoma","8":"2019","9":"","10":"Elahi-Gedwillo KY, Carlson M, Zettervall J, Provenzano PP","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"120"},{"1":"syn21681538","2":"","3":"Adv Mater","4":"30698844","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30698844","6":"[PMID:30698844](https://www.ncbi.nlm.nih.gov/pubmed/?term=30698844)","7":"Antimicrobial Microwebs of DNA-Histone Inspired from Neutrophil Extracellular Traps","8":"2019","9":"DNA nanofiber networks, antibiotic resistance, bacteria E. coli, biomimetic materials, neutrophil extracellular traps","10":"Song Y, Kadiyala U, Weerappuli P, Valdez JJ, Yalavarthi S, Louttit C, Knight JS, Moon JJ, Weiss DS, VanEpps JS, Takayama S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"121"},{"1":"syn21645448","2":"","3":"Phys Rev E Stat Nonlin Soft Matter Phys","4":"26565280","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26565280","6":"[PMID:26565280](https://www.ncbi.nlm.nih.gov/pubmed/?term=26565280)","7":"Application of a free-energy-landscape approach to study tension-dependent bilayer tubulation mediated by curvature-inducing proteins","8":"2015","9":"","10":"Tourdot RW, Ramakrishnan N, Baumgart T, Radhakrishnan R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"122"},{"1":"syn21681949","2":"","3":"Biophys J","4":"31630809","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31630809","6":"[PMID:31630809](https://www.ncbi.nlm.nih.gov/pubmed/?term=31630809)","7":"Are the Effects of Independent Biophysical Factors Linearly Additive? A 3D Tumor Migration Model","8":"2019","9":"","10":"Li A, Sun M, Spill F, Sun R, Zaman MH","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"123"},{"1":"syn21681833","2":"","3":"JCI Insight","4":"31292299","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31292299","6":"[PMID:31292299](https://www.ncbi.nlm.nih.gov/pubmed/?term=31292299)","7":"Arming oHSV with ULBP3 drives abscopal immunity in lymphocyte-depleted glioblastoma","8":"2019","9":"Brain cancer, Oncology","10":"Wirsching HG, Zhang H, Szulzewsky F, Arora S, Grandi P, Cimino PJ, Amankulor N, Campbell JS, McFerrin L, Pattwell SS, Ene C, Hicks A, Ball M, Yan J, Zhang J, Kumasaka D, Pierce RH, Weller M, Finer M, Qu'eva C, Glorioso JC, Houghton AM, Holland EC","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"124"},{"1":"syn21681504","2":"","3":"Proc Natl Acad Sci U S A","4":"30591558","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30591558","6":"[PMID:30591558](https://www.ncbi.nlm.nih.gov/pubmed/?term=30591558)","7":"Arrestin-3 scaffolding of the JNK3 cascade suggests a mechanism for signal amplification","8":"2019","9":"arrestin, cell signaling, mitogen-activated protein kinase, protein scaffold, signal amplification","10":"Perry NA, Kaoud TS, Ortega OO, Kaya AI, Marcus DJ, Pleinis JM, Berndt S, Chen Q, Zhan X, Dalby KN, Lopez CF, Iverson TM, Gurevich VV","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"125"},{"1":"syn21681619","2":"","3":"J Am Chem Soc","4":"30943017","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30943017","6":"[PMID:30943017](https://www.ncbi.nlm.nih.gov/pubmed/?term=30943017)","7":"Arsenoplatin-1 Is a Dual Pharmacophore Anticancer Agent","8":"2019","9":"","10":"Miodragovi'c D, Merlino A, Swindell EP, Bogachkov A, Ahn RW, Abuhadba S, Ferraro G, Marzo T, Mazar AP, Messori L, O'Halloran TV","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"126"},{"1":"syn21645438","2":"","3":"Biophys J","4":"28341535","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28341535","6":"[PMID:28341535](https://www.ncbi.nlm.nih.gov/pubmed/?term=28341535)","7":"As a Nucleus Enters a Small Pore, Chromatin Stretches and Maintains Integrity, Even with DNA Breaks","8":"2017","9":"","10":"Irianto J, Xia Y, Pfeifer CR, Greenberg RA, Discher DE","11":"[\"Nuclear Deformation Assay\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"127"},{"1":"syn21681943","2":"","3":"Methods Enzymol","4":"31606083","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31606083","6":"[PMID:31606083](https://www.ncbi.nlm.nih.gov/pubmed/?term=31606083)","7":"Assays for tyrosine phosphorylation in human cells","8":"2019","9":"Abl kinase, Cell penetrating peptide, K562 cells, Kinase substrate, Tyrosine kinase assay","10":"Kruk M, Widstrom N, Jena S, Wolter NL, Blankenhorn JF, Abdalla I, Yang TY, Parker LL","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"128"},{"1":"syn21681480","2":"","3":"JAMA Oncol","4":"30520976","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30520976","6":"[PMID:30520976](https://www.ncbi.nlm.nih.gov/pubmed/?term=30520976)","7":"Association of Body Fat and Risk of Breast Cancer in Postmenopausal Women With Normal Body Mass Index: A Secondary Analysis of a Randomized Clinical Trial and Observational Study","8":"2019","9":"","10":"Iyengar NM, Arthur R, Manson JE, Chlebowski RT, Kroenke CH, Peterson L, Cheng TD, Feliciano EC, Lane D, Luo J, Nassir R, Pan K, Wassertheil-Smoller S, Kamensky V, Rohan TE, Dannenberg AJ","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"129"},{"1":"syn21648847","2":"","3":"BMC Cancer","4":"26900131","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26900131","6":"[PMID:26900131](https://www.ncbi.nlm.nih.gov/pubmed/?term=26900131)","7":"Associations between metabolic disorders and risk of cancer in Danish men and women--a nationwide cohort study","8":"2016","9":"","10":"Berger SM, Gislason G, Moore LL, Andersson C, Torp-Pedersen C, Denis GV, Schmiegelow MD","11":"[\"Epidemiological Method\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"130"},{"1":"syn21681755","2":"","3":"Sci Transl Med","4":"31118290","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31118290","6":"[PMID:31118290](https://www.ncbi.nlm.nih.gov/pubmed/?term=31118290)","7":"Augmentation of HIV-specific T cell function by immediate treatment of hyperacute HIV-1 infection","8":"2019","9":"","10":"Ndhlovu ZM, Kazer SW, Nkosi T, Ogunshola F, Muema DM, Anmole G, Swann SA, Moodley A, Dong K, Reddy T, Brockman MA, Shalek AK, Ndung'u T, Walker BD","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"131"},{"1":"syn21681968","2":"","3":"Nat Immunol","4":"31686010","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31686010","6":"[PMID:31686010](https://www.ncbi.nlm.nih.gov/pubmed/?term=31686010)","7":"Author Correction: Mechanosensing through immunoreceptors","8":"2019","9":"","10":"Zhu C, Chen W, Lou J, Rittase W, Li K","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078","15":"[\"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083914\"]","19":"[\"CA214354\"]","20":"[\"Mechanisms of Impaired T-Cell Mechanosensing of Melanoma Antiagents\"]","21":"","22":"","_rn_":"132"},{"1":"syn21648938","2":"","3":"PLoS One","4":"29649271","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29649271","6":"[PMID:29649271](https://www.ncbi.nlm.nih.gov/pubmed/?term=29649271)","7":"Automated analysis of cell migration and nuclear envelope rupture in confined environments","8":"2018","9":"","10":"Elacqua JJ, McGregor AL, Lammerding J","11":"[\"Computational Tool\"]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"133"},{"1":"syn21649149","2":"","3":"Sci Rep","4":"29593296","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29593296","6":"[PMID:29593296](https://www.ncbi.nlm.nih.gov/pubmed/?term=29593296)","7":"Automated brightfield morphometry of 3D organoid populations by OrganoSeg","8":"2018","9":"","10":"Borten MA, Bajikar SS, Sasaki N, Clevers H, Janes KA","11":"[\"Computational Tool\", \"3D Cell Culture\"]","12":"[\"Carcinoma in situ of Breast\", \"Carcinoma in situ of Colon\"]","13":"[\"Breast\", \"Colon\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084062\"]","19":"[\"CA215794\"]","20":"[\"An Integrated Systems Approach for Incompletely Penetrant Onco-phenotypes\"]","21":"","22":"","_rn_":"134"},{"1":"syn21681614","2":"","3":"Anal Chem","4":"30932478","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30932478","6":"[PMID:30932478](https://www.ncbi.nlm.nih.gov/pubmed/?term=30932478)","7":"Automatic 3D Nonlinear Registration of Mass Spectrometry Imaging and Magnetic Resonance Imaging Data","8":"2019","9":"","10":"Abdelmoula WM, Regan MS, Lopez BGC, Randall EC, Lawler S, Mladek AC, Nowicki MO, Marin BM, Agar JN, Swanson KR, Kapur T, Sarkaria JN, Wells W, Agar NYR","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"135"},{"1":"syn21681618","2":"","3":"JCI Insight","4":"30938713","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30938713","6":"[PMID:30938713](https://www.ncbi.nlm.nih.gov/pubmed/?term=30938713)","7":"Axl-mediated activation of TBK1 drives epithelial plasticity in pancreatic cancer","8":"2019","9":"Cancer, Oncology","10":"Cruz VH, Arner EN, Du W, Bremauntz AE, Brekken RA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"syn21812565","22":"PRJNA534328","_rn_":"136"},{"1":"syn21648824","2":"","3":"Proc Natl Acad Sci U S A","4":"23479618","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=23479618","6":"[PMID:23479618](https://www.ncbi.nlm.nih.gov/pubmed/?term=23479618)","7":"B cells promote inflammation in obesity and type 2 diabetes through regulation of T-cell function and an inflammatory cytokine profile","8":"2013","9":"","10":"DeFuria J, Belkina AC, Jagannathan-Bogdan M, Snyder-Cappione J, Carr JD, Nersesova YR, Markham D, Strissel KJ, Watkins AA, Zhu M, Allen J, Bouchard J, Toraldo G, Jasuja R, Obin MS, McDonnell ME, Apovian C, Denis GV, Nikolajczyk BS","11":"[\"Flow Cytometry\", \"Murine Model\"]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"137"},{"1":"syn21648846","2":"","3":"PLoS One","4":"27008626","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27008626","6":"[PMID:27008626](https://www.ncbi.nlm.nih.gov/pubmed/?term=27008626)","7":"BET Bromodomain Proteins Brd2, Brd3 and Brd4 Selectively Regulate Metabolic Pathways in the Pancreatic β-Cell","8":"2016","9":"","10":"Deeney JT, Belkina AC, Shirihai OS, Corkey BE, Denis GV","11":"[\"Expression Array\"]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"syn21889696","22":"GSE77450","_rn_":"138"},{"1":"syn21648832","2":"","3":"Mol Cancer Res","4":"29437854","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29437854","6":"[PMID:29437854](https://www.ncbi.nlm.nih.gov/pubmed/?term=29437854)","7":"BET Proteins Exhibit Transcriptional and Functional Opposition in the Epithelial-to-Mesenchymal Transition","8":"2018","9":"","10":"Andrieu GP, Denis GV","11":"[\"Real Time PCR\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"139"},{"1":"syn21648843","2":"","3":"Cell Mol Life Sci","4":"27491296","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27491296","6":"[PMID:27491296](https://www.ncbi.nlm.nih.gov/pubmed/?term=27491296)","7":"BET bromodomain proteins and epigenetic regulation of inflammation: implications for type 2 diabetes and breast cancer","8":"2017","9":"Chromatin reader, Metabolism","10":"Nicholas DA, Andrieu G, Strissel KJ, Nikolajczyk BS, Denis GV","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"140"},{"1":"syn21645622","2":"","3":"Nat Rev Cancer","4":"22722403","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=22722403","6":"[PMID:22722403](https://www.ncbi.nlm.nih.gov/pubmed/?term=22722403)","7":"BET domain co-regulators in obesity, inflammation and cancer","8":"2012","9":"","10":"Belkina AC, Denis GV","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"141"},{"1":"syn21645631","2":"","3":"J Immunol","4":"23420887","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=23420887","6":"[PMID:23420887](https://www.ncbi.nlm.nih.gov/pubmed/?term=23420887)","7":"BET protein function is required for inflammation: Brd2 genetic disruption and BET inhibitor JQ1 impair mouse macrophage inflammatory responses","8":"2013","9":"","10":"Belkina AC, Nikolajczyk BS, Denis GV","11":"[\"Murine Model\"]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"142"},{"1":"syn21681885","2":"","3":"Cancer Lett","4":"31473251","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31473251","6":"[PMID:31473251](https://www.ncbi.nlm.nih.gov/pubmed/?term=31473251)","7":"BET protein targeting suppresses the PD-1/PD-L1 pathway in triple-negative breast cancer and elicits anti-tumor immune response","8":"2019","9":"BET proteins, Immune exhaustion, Immunotherapy, PD-1, PD-L1, Triple-negative breast cancer","10":"Andrieu GP, Shafran JS, Smith CL, Belkina AC, Casey AN, Jafari N, Denis GV","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"143"},{"1":"syn21648862","2":"","3":"J Leukoc Biol","4":"29493812","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29493812","6":"[PMID:29493812](https://www.ncbi.nlm.nih.gov/pubmed/?term=29493812)","7":"BET proteins in abnormal metabolism, inflammation, and the breast cancer microenvironment","8":"2018","9":"BET proteins, Type 2 diabetes, breast cancer, chronic inflammation, metabolic disease","10":"Andrieu GP, Shafran JS, Deeney JT, Bharadwaj KR, Rangarajan A, Denis GV","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"144"},{"1":"syn21681667","2":"","3":"Breast Cancer Res","4":"30995943","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30995943","6":"[PMID:30995943](https://www.ncbi.nlm.nih.gov/pubmed/?term=30995943)","7":"BRCA1 mutations attenuate super-enhancer function and chromatin looping in haploinsufficient human breast epithelial cells","8":"2019","9":"BRCA1, Breast epithelial cells, Chromatin looping, Epigenetics, Super-enhancer, Transcription","10":"Zhang X, Wang Y, Chiang HC, Hsieh YP, Lu C, Park BH, Jatoi I, Jin VX, Hu Y, Li R","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21812579","22":"PRJNA496412","_rn_":"145"},{"1":"syn21648842","2":"","3":"Cancer Res","4":"27651315","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27651315","6":"[PMID:27651315](https://www.ncbi.nlm.nih.gov/pubmed/?term=27651315)","7":"BRD4 Regulates Breast Cancer Dissemination through Jagged1/Notch1 Signaling","8":"2016","9":"","10":"Andrieu G, Tran AH, Strissel KJ, Denis GV","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"146"},{"1":"syn21681752","2":"","3":"Mol Cancer Res","4":"31110158","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31110158","6":"[PMID:31110158](https://www.ncbi.nlm.nih.gov/pubmed/?term=31110158)","7":"BRD4 Regulates Metastatic Potential of Castration-Resistant Prostate Cancer through AHNAK","8":"2019","9":"","10":"Shafran JS, Andrieu GP, Gy\"orffy B, Denis GV","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"147"},{"1":"syn21649043","2":"","3":"Proc IEEE Int Symp Biomed Imaging","4":"30364881","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30364881","6":"[PMID:30364881](https://www.ncbi.nlm.nih.gov/pubmed/?term=30364881)","7":"BREAST CANCER HISTOPATHOLOGY IMAGE ANALYSIS PIPELINE FOR TUMOR PURITY ESTIMATION","8":"2017","9":"Histopathology, Quantitative Image Analysis","10":"Azimi V, Chang YH, Thibault G, Smith J, Tsujikawa T, Kukull B, Jensen B, Corless C, Margolin A, Gray JW","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"148"},{"1":"syn21681716","2":"","3":"PLoS Comput Biol","4":"31048903","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31048903","6":"[PMID:31048903](https://www.ncbi.nlm.nih.gov/pubmed/?term=31048903)","7":"Balance of mechanical forces drives endothelial gap formation and may facilitate cancer and immune-cell extravasation","8":"2019","9":"","10":"Escribano J, Chen MB, Moeendarbary E, Cao X, Shenoy V, Garcia-Aznar JM, Kamm RD, Spill F","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"149"},{"1":"syn21648968","2":"","3":"Pharm Res","4":"30003344","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30003344","6":"[PMID:30003344](https://www.ncbi.nlm.nih.gov/pubmed/?term=30003344)","7":"Barriers to Effective Drug Treatment for Brain Metastases: A Multifactorial Problem in the Delivery of Precision Medicine","8":"2018","9":"blood-brain barrier, brain metastases, drug delivery, efflux transporters, metastasize, molecularly-targeted anti-cancer agents","10":"Kim M, Kizilbash SH, Laramy JK, Gampa G, Parrish KE, Sarkaria JN, Elmquist WF","11":"[]","12":"[\"Malignant Neoplasm of Brain\"]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"150"},{"1":"syn21648844","2":"","3":"Clin Med Insights Womens Health","4":"27441007","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27441007","6":"[PMID:27441007](https://www.ncbi.nlm.nih.gov/pubmed/?term=27441007)","7":"Barriers to Obtaining Sera and Tissue Specimens of African-American Women for the Advancement of Cancer Research","8":"2016","9":"African-American women, cardiometabolic risk, inflammatory biomarkers, obesity","10":"Strissel KJ, Nicholas DA, Castagne-Charlotin M, Ko N, Denis GV","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"151"},{"1":"syn21649197","2":"","3":"Phys Rev Lett","4":"30192578","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30192578","6":"[PMID:30192578](https://www.ncbi.nlm.nih.gov/pubmed/?term=30192578)","7":"Bend-Induced Twist Waves and the Structure of Nucleosomal DNA","8":"2018","9":"","10":"Skoruppa E, Nomidis SK, Marko JF, Carlon E","11":"[\"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"152"},{"1":"syn21681425","2":"","3":"Expert Rev Proteomics","4":"30251554","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30251554","6":"[PMID:30251554](https://www.ncbi.nlm.nih.gov/pubmed/?term=30251554)","7":"Bidirectional Adaptive Signaling between cancer and stromal cells: mechanisms and therapeutics","8":"2018","9":"Cancer cells/stroma system, CellType specific labeling using Amino acids Precursors (CTAP), Drugs resistance, cell-communication, mass-spectrometry based proteomics","10":"Boutchueng-Djidjou M, Rix U, Haura EB","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084058\"]","19":"[\"CA215709\"]","20":"[\"Precision lung cancer therapy design through multiplexed adapter measurement\"]","21":"","22":"","_rn_":"153"},{"1":"syn21645620","2":"","3":"Cancer Causes Control","4":"24487726","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=24487726","6":"[PMID:24487726](https://www.ncbi.nlm.nih.gov/pubmed/?term=24487726)","7":"Bilateral oophorectomy and risk of cancer in African American women","8":"2014","9":"","10":"Boggs DA, Palmer JR, Rosenberg L","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\", \"Carcinoma in situ of Bronchus and Lung\", \"Carcinoma in situ of Colon\", \"Rectal Adenocarcinoma\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"154"},{"1":"syn21649061","2":"","3":"Nat Commun","4":"30459308","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30459308","6":"[PMID:30459308](https://www.ncbi.nlm.nih.gov/pubmed/?term=30459308)","7":"Bimodal sensing of guidance cues in mechanically distinct microenvironments","8":"2018","9":"","10":"Tabdanov ED, Puram VV, Win Z, Alamgir A, Alford PW, Provenzano PP","11":"[\"Imaging\", \"Microscopy\", \"Nanopatterning\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"155"},{"1":"syn21681825","2":"","3":"Biomaterials","4":"31247511","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31247511","6":"[PMID:31247511](https://www.ncbi.nlm.nih.gov/pubmed/?term=31247511)","7":"Bioinspired nucleic acid structures for immune modulation","8":"2019","9":"Hydrogels, Immune activation, Immunoengineering, Immunotherapy, Liposomes, Nanoparticles","10":"Louttit C, Park KS, Moon JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"156"},{"1":"syn21681471","2":"","3":"Blood","4":"30498064","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30498064","6":"[PMID:30498064](https://www.ncbi.nlm.nih.gov/pubmed/?term=30498064)","7":"Biomarker-driven strategy for MCL1 inhibition in T-cell lymphomas","8":"2019","9":"","10":"Koch R, Christie AL, Crombie JL, Palmer AC, Plana D, Shigemori K, Morrow SN, Van Scoyk A, Wu W, Brem EA, Secrist JP, Drew L, Schuller AG, Cidado J, Letai A, Weinstock DM","11":"[]","12":"[\"T-Cell Lymphoma\"]","13":"[\"Hematopoietic system\", \"Lymphatic system\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"157"},{"1":"syn21681327","2":"","3":"Adv Healthc Mater","4":"29205942","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29205942","6":"[PMID:29205942](https://www.ncbi.nlm.nih.gov/pubmed/?term=29205942)","7":"Biomaterials-Based Approaches to Tumor Spheroid and Organoid Modeling","8":"2018","9":"3D tumor models, natural materials, organoids, spheroids, synthetic materials","10":"Thakuri PS, Liu C, Luker GD, Tavana H","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"158"},{"1":"syn21681423","2":"","3":"Sci Rep","4":"30242256","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30242256","6":"[PMID:30242256](https://www.ncbi.nlm.nih.gov/pubmed/?term=30242256)","7":"Biomechanical interplay between anisotropic re-organization of cells and the surrounding matrix underlies transition to invasive cancer spread","8":"2018","9":"","10":"Kim DH, Ewald AJ, Park J, Kshitiz, Kwak M, Gray RS, Su CY, Seo J, An SS, Levchenko A","11":"[]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630079, syn21630078, syn21630080","15":"[\"Metastasis\", \"Microenvironment\", \"Metabolism\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn7315810\",\"syn7349766\"]","19":"[\"CA209992\",\"CA210173\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\", \"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"159"},{"1":"syn21681416","2":"","3":"Biophys J","4":"30177442","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30177442","6":"[PMID:30177442](https://www.ncbi.nlm.nih.gov/pubmed/?term=30177442)","7":"Biomembrane Adhesion to Substrates Topographically Patterned with Nanopits","8":"2018","9":"","10":"Agudo-Canalejo J, Discher DE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"160"},{"1":"syn21648902","2":"","3":"Trends Cancer","4":"29606310","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29606310","6":"[PMID:29606310](https://www.ncbi.nlm.nih.gov/pubmed/?term=29606310)","7":"Biophysical Properties of Extracellular Matrix: Linking Obesity and Cancer","8":"2018","9":"cancer, extracellular matrix, obesity","10":"Druso JE, Fischbach C","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"161"},{"1":"syn21682015","2":"","3":"Nat Methods","4":"31907444","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31907444","6":"[PMID:31907444](https://www.ncbi.nlm.nih.gov/pubmed/?term=31907444)","7":"Biophysical prediction of protein-peptide interactions and signaling networks using machine learning","8":"2020","9":"","10":"Cunningham JM, Koytiger G, Sorger PK, AlQuraishi M","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"162"},{"1":"syn21648962","2":"","3":"J Phys Condens Matter","4":"29786613","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29786613","6":"[PMID:29786613](https://www.ncbi.nlm.nih.gov/pubmed/?term=29786613)","7":"Biophysics of membrane curvature remodeling at molecular and mesoscopic lengthscales","8":"2018","9":"","10":"Ramakrishnan N, Bradley RP, Tourdot RW, Radhakrishnan R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"163"},{"1":"syn21645263","2":"","3":"Cell Rep","4":"28052252","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28052252","6":"[PMID:28052252](https://www.ncbi.nlm.nih.gov/pubmed/?term=28052252)","7":"Biphasic Dependence of Glioma Survival and Cell Migration on CD44 Expression Level","8":"2017","9":"CD44, biphasic migration, biphasic survival, glioma","10":"Klank RL, Decker Grunke SA, Bangasser BL, Forster CL, Price MA, Odde TJ, SantaCruz KS, Rosenfeld SS, Canoll P, Turley EA, McCarthy JB, Ohlfest JR, Odde DJ","11":"[\"Immunohistochemistry Staining Method\", \"Western Blotting\", \"Imaging\", \"Mathematical Modeling\", \"Murine Model\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"164"},{"1":"syn21649212","2":"10.1093/nar/gkx026","3":"Nucleic Acids Res","4":"28126923","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28126923","6":"[PMID:28126923](https://www.ncbi.nlm.nih.gov/pubmed/?term=28126923)","7":"Bisulfite-independent analysis of CpG island methylation enables genome-scale stratification of single cells","8":"2017","9":"","10":"Han L, Wu HJ, Zhu H, Kim KY, Marjani SL, Riester M, Euskirchen G, Zi X, Yang J, Han J, Snyder M, Park IH, Irizarry R, Weissman SM, Michor F, Fan R, Pan X","11":"[\"scCGIseq\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"syn12976746","22":"PRJNA303995","_rn_":"165"},{"1":"syn21681324","2":"","3":"Mol Cell Biol","4":"28923849","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28923849","6":"[PMID:28923849](https://www.ncbi.nlm.nih.gov/pubmed/?term=28923849)","7":"Bivalent Epigenetic Control of Oncofetal Gene Expression in Cancer","8":"2017","9":"bivalency, cancer, epigenetic control, nuclear structure, oncofetal gene expression","10":"Zaidi SK, Frietze SE, Gordon JA, Heath JL, Messier T, Hong D, Boyd JR, Kang M, Imbalzano AN, Lian JB, Stein JL, Stein GS","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"166"},{"1":"syn21681441","2":"","3":"J Clin Invest","4":"30352428","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30352428","6":"[PMID:30352428](https://www.ncbi.nlm.nih.gov/pubmed/?term=30352428)","7":"Blocking immunoinhibitory receptor LILRB2 reprograms tumor-associated myeloid cells and promotes antitumor immunity","8":"2018","9":"Cancer immunotherapy, Immunotherapy, Oncology, Therapeutics, Tumor suppressors","10":"Chen HM, van der Touw W, Wang YS, Kang K, Mai S, Zhang J, Alsina-Beauchamp D, Duty JA, Mungamuri SK, Zhang B, Moran T, Flavell R, Aaronson S, Hu HM, Arase H, Ramanathan S, Flores R, Pan PY, Chen SH","11":"[]","12":"[\"Lung Non-Small Cell Carcinoma\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"syn21809465","22":"PRJNA481786","_rn_":"167"},{"1":"syn21645435","2":"","3":"Bioessays","4":"25810145","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25810145","6":"[PMID:25810145](https://www.ncbi.nlm.nih.gov/pubmed/?term=25810145)","7":"Blood and immune cell engineering: Cytoskeletal contractility and nuclear rheology impact cell lineage and localization: Biophysical regulation of hematopoietic differentiation and trafficking","8":"2015","9":"hematopoiesis, lamin, matrix, mechanobiology, myosin","10":"Shin JW, Discher DE","11":"[\"Rheology\"]","12":"[]","13":"[\"Blood\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"168"},{"1":"syn21681445","2":"","3":"Nat Protoc","4":"30382243","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30382243","6":"[PMID:30382243](https://www.ncbi.nlm.nih.gov/pubmed/?term=30382243)","7":"Blood-brain-barrier organoids for investigating the permeability of CNS therapeutics","8":"2018","9":"","10":"Bergmann S, Lawler SE, Qu Y, Fadzen CM, Wolfe JM, Regan MS, Pentelute BL, Agar NYR, Cho CF","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"169"},{"1":"syn21645295","2":"","3":"J Control Release","4":"29042320","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29042320","6":"[PMID:29042320](https://www.ncbi.nlm.nih.gov/pubmed/?term=29042320)","7":"Bone-targeting nanoparticle to co-deliver decitabine and arsenic trioxide for effective therapy of myelodysplastic syndrome with low systemic toxicity","8":"2017","9":"Arsenic trioxide, Bone marrow, Decitabine, Delivery, Myelodysplastic syndrome, Nanoparticle","10":"Wu X, Hu Z, Nizzero S, Zhang G, Ramirez MR, Shi C, Zhou J, Ferrari M, Shen H","11":"[]","12":"[\"Leukemia\", \"Unspecified\"]","13":"[\"Bone Marrow\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"170"},{"1":"syn21645330","2":"","3":"Cell Rep","4":"29020634","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29020634","6":"[PMID:29020634](https://www.ncbi.nlm.nih.gov/pubmed/?term=29020634)","7":"Brachyury-YAP Regulatory Axis Drives Stemness and Growth in Cancer","8":"2017","9":"YAP, brachyury, chordoma, glioblastoma, growth, lung carcinoma, stremness","10":"Shah SR, David JM, Tippens ND, Mohyeldin A, Martinez-Gutierrez JC, Ganaha S, Schiapparelli P, Hamilton DH, Palena C, Levchenko A, Qui~nones-Hinojosa A","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"171"},{"1":"syn21681511","2":"","3":"J Pharmacol Exp Ther","4":"30622172","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30622172","6":"[PMID:30622172](https://www.ncbi.nlm.nih.gov/pubmed/?term=30622172)","7":"Brain Distribution and Active Efflux of Three panRAF Inhibitors: Considerations in the Treatment of Melanoma Brain Metastases","8":"2019","9":"","10":"Gampa G, Kim M, Mohammad AS, Parrish KE, Mladek AC, Sarkaria JN, Elmquist WF","11":"[]","12":"[\"Brain Neoplasm\", \"Melanoma\"]","13":"[\"Brain\", \"Skin\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"172"},{"1":"syn21681332","2":"","3":"Drug Metab Dispos","4":"29437873","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29437873","6":"[PMID:29437873](https://www.ncbi.nlm.nih.gov/pubmed/?term=29437873)","7":"Brain Distribution of a Novel MEK Inhibitor E6201: Implications in the Treatment of Melanoma Brain Metastases","8":"2018","9":"","10":"Gampa G, Kim M, Cook-Rostie N, Laramy JK, Sarkaria JN, Paradiso L, DePalatis L, Elmquist WF","11":"[]","12":"[\"Brain Neoplasm\", \"Melanoma\"]","13":"[\"Brain\", \"Skin\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"173"},{"1":"syn21681539","2":"","3":"Drug Metab Dispos","4":"30705084","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30705084","6":"[PMID:30705084](https://www.ncbi.nlm.nih.gov/pubmed/?term=30705084)","7":"Brain Distribution of a Panel of Epidermal Growth Factor Receptor Inhibitors Using Cassette Dosing in Wild-Type and Abcb1/Abcg2-Deficient Mice","8":"2019","9":"","10":"Kim M, Laramy JK, Mohammad AS, Talele S, Fisher J, Sarkaria JN, Elmquist WF","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630077, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\",\"syn7349764\"]","19":"[\"CA210181\",\"CA210180\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"174"},{"1":"syn21648873","2":"","3":"Handb Clin Neurol","4":"29478614","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29478614","6":"[PMID:29478614](https://www.ncbi.nlm.nih.gov/pubmed/?term=29478614)","7":"Brain cancer genomics and epigenomics","8":"2018","9":"ETMR, SWI/SNF, cancer genomics, embryonal tumors, epigenomics, glioma, medulloblastoma, primitive neuroectodermal tumors, rhabdoid tumors, von Hippel–Lindau disease","10":"Archer TC, Sengupta S, Pomeroy SL","11":"[]","12":"[\"Malignant Neoplasm of Brain\"]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"175"},{"1":"syn21645626","2":"","3":"Vitam Horm","4":"23374712","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=23374712","6":"[PMID:23374712](https://www.ncbi.nlm.nih.gov/pubmed/?term=23374712)","7":"Brd2 gene disruption causes \"metabolically healthy\" obesity: epigenetic and chromatin-based mechanisms that uncouple obesity from type 2 diabetes","8":"2013","9":"","10":"Wang F, Deeney JT, Denis GV","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"176"},{"1":"syn21649033","2":"","3":"Sci Rep","4":"28871147","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28871147","6":"[PMID:28871147](https://www.ncbi.nlm.nih.gov/pubmed/?term=28871147)","7":"Breast Cancer Spheroids Reveal a Differential Cancer Stem Cell Response to Chemotherapeutic Treatment","8":"2017","9":"","10":"Reynolds DS, Tevis KM, Blessing WA, Colson YL, Zaman MH, Grinstaff MW","11":"[\"Microscopy\", \"Fluorescent Antibody Procedure\", \"Immunocytochemistry\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"177"},{"1":"syn21648937","2":"","3":"Matrix Biol","4":"27503584","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27503584","6":"[PMID:27503584](https://www.ncbi.nlm.nih.gov/pubmed/?term=27503584)","7":"Breast cancer cells alter the dynamics of stromal fibronectin-collagen interactions","8":"2017","9":"Breast cancer, Cancer-associated fibroblasts, Collagen I, Extracellular matrix, Fibronectin, Pro-angiogenic signaling","10":"Wang K, Wu F, Seo BR, Fischbach C, Chen W, Hsu L, Gourdon D","11":"[\"Microscopy\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"178"},{"1":"syn21645270","2":"","3":"Matrix Biol","4":"27913195","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27913195","6":"[PMID:27913195](https://www.ncbi.nlm.nih.gov/pubmed/?term=27913195)","7":"Breast cancer-derived extracellular vesicles stimulate myofibroblast differentiation and pro-angiogenic behavior of adipose stem cells","8":"2017","9":"Adipose-derived stem cells, Angiogenesis, Extracellular matrix, Fibronectin, Myofibroblast, Tumor microvesicles","10":"Song YH, Warncke C, Choi SJ, Choi S, Chiou AE, Ling L, Liu HY, Daniel S, Antonyak MA, Cerione RA, Fischbach C","11":"[\"Fluorescent Antibody Procedure\", \"Microscopy\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"179"},{"1":"syn21649113","2":"","3":"Lab Chip","4":"28102402","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28102402","6":"[PMID:28102402](https://www.ncbi.nlm.nih.gov/pubmed/?term=28102402)","7":"Brillouin flow cytometry for label-free mechanical phenotyping of the nucleus","8":"2017","9":"","10":"Zhang J, Nou XA, Kim H, Scarcelli G","11":"[\"Microscopy\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"180"},{"1":"syn21649128","2":"","3":"Appl Phys Lett","4":"29713091","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29713091","6":"[PMID:29713091](https://www.ncbi.nlm.nih.gov/pubmed/?term=29713091)","7":"Brillouin micro-spectroscopy through aberrations via sensorless adaptive optics","8":"2018","9":"","10":"Edrei E, Scarcelli G","11":"[\"Microscopy\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"181"},{"1":"syn21645286","2":"","3":"Trends Cell Biol","4":"28285738","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28285738","6":"[PMID:28285738](https://www.ncbi.nlm.nih.gov/pubmed/?term=28285738)","7":"Bursting the Bubble - Nuclear Envelope Rupture as a Path to Genomic Instability?","8":"2017","9":"","10":"Shah P, Wolf K, Lammerding J","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"182"},{"1":"syn21648935","2":"","3":"Integr Biol (Camb)","4":"29450424","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29450424","6":"[PMID:29450424](https://www.ncbi.nlm.nih.gov/pubmed/?term=29450424)","7":"CD44v6 increases gastric cancer malignant phenotype by modulating adipose stromal cell-mediated ECM remodeling","8":"2018","9":"","10":"Lourenco BN, Springer NL, Ferreira D, Oliveira C, Granja PL, Fischbach C","11":"[\"Murine Model\"]","12":"[\"Gastric Adenocarcinoma\"]","13":"[\"Stomach\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"183"},{"1":"syn21681400","2":"","3":"Bioinformatics","4":"30032263","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30032263","6":"[PMID:30032263](https://www.ncbi.nlm.nih.gov/pubmed/?term=30032263)","7":"CIRCOAST: a statistical hypothesis test for cellular colocalization with network structures","8":"2019","9":"","10":"Corliss BA, Ray HC, Patrie JT, Mansour J, Kesting S, Park JH, Rohde G, Yates PA, Janes KA, Peirce SM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084062\"]","19":"[\"CA215794\"]","20":"[\"An Integrated Systems Approach for Incompletely Penetrant Onco-phenotypes\"]","21":"","22":"","_rn_":"184"},{"1":"syn21681970","2":"","3":"EBioMedicine","4":"31690542","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31690542","6":"[PMID:31690542](https://www.ncbi.nlm.nih.gov/pubmed/?term=31690542)","7":"CXCR3: Here to stay to enhance cancer immunotherapy?","8":"2019","9":"","10":"Rogava M, Izar B","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"185"},{"1":"syn21648954","2":"","3":"Trends Cancer","4":"29709259","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29709259","6":"[PMID:29709259](https://www.ncbi.nlm.nih.gov/pubmed/?term=29709259)","7":"Cancer CRISPR Screens In Vivo","8":"2018","9":"CRISPR screen, cancer, functional genomics, in vivo","10":"Chow RD, Chen S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"186"},{"1":"syn21649037","2":"","3":"ACS Nano","4":"29144730","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29144730","6":"[PMID:29144730](https://www.ncbi.nlm.nih.gov/pubmed/?term=29144730)","7":"Cancer Protrusions on a Tightrope: Nanofiber Curvature Contrast Quantitates Single Protrusion Dynamics","8":"2017","9":"aligned fibers, cell debris, cell migration, fiber curvature, nanofibers, protrusion branching, protrusions, vimentin","10":"Koons B, Sharma P, Ye Z, Mukherjee A, Lee MH, Wirtz D, Behkam B, Nain AS","11":"[]","12":"[\"Intraductal carcinoma in situ of Breast\", \"Glioblastoma\"]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"187"},{"1":"syn21648999","2":"","3":"Curr Protoc Stem Cell Biol","4":"29927064","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29927064","6":"[PMID:29927064](https://www.ncbi.nlm.nih.gov/pubmed/?term=29927064)","7":"Cancer Stem Cell Migration in Three-Dimensional Aligned Collagen Matrices","8":"2018","9":"3-D collagen matrices, cancer stem cell, cell migration, collagen alignment","10":"Ray A, Morford RK, Provenzano PP","11":"[\"Cell Migration Assay\", \"Tissue Engineering\", \"Microscopy\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"188"},{"1":"syn21681510","2":"","3":"Front Immunol","4":"30619286","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30619286","6":"[PMID:30619286](https://www.ncbi.nlm.nih.gov/pubmed/?term=30619286)","7":"Cancer Stem Cells and Immunosuppressive Microenvironment in Glioma","8":"2018","9":"cancer stem cell, glioma, immunosuppression, immunotherapy, tumor microenvironment","10":"Ma Q, Long W, Xing C, Chu J, Luo M, Wang HY, Liu Q, Wang RF","11":"[]","12":"[\"Brain Neoplasm\", \"Glioma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"189"},{"1":"syn21681862","2":"","3":"Science","4":"31371596","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31371596","6":"[PMID:31371596](https://www.ncbi.nlm.nih.gov/pubmed/?term=31371596)","7":"Cancer cell evolution through the ages","8":"2019","9":"","10":"Maley CC, Shibata D","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"190"},{"1":"syn21645308","2":"","3":"Nat Rev Cancer","4":"27909339","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27909339","6":"[PMID:27909339](https://www.ncbi.nlm.nih.gov/pubmed/?term=27909339)","7":"Cancer cell motility: lessons from migration in confined spaces","8":"2017","9":"","10":"Paul CD, Mistriotis P, Konstantopoulos K","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"191"},{"1":"syn21681399","2":"","3":"Semin Cell Dev Biol","4":"30009945","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30009945","6":"[PMID:30009945](https://www.ncbi.nlm.nih.gov/pubmed/?term=30009945)","7":"Cancer invasion into musculature: Mechanics, molecules and implications","8":"2019","9":"Cancer progression, Extracellular matrix, Guided cell migration, Smooth/skeletal muscle tissue, Tumour invasion","10":"Beunk L, Brown K, Nagtegaal I, Friedl P, Wolf K","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"192"},{"1":"syn21645561","2":"","3":"Oncotarget","4":"27275544","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27275544","6":"[PMID:27275544](https://www.ncbi.nlm.nih.gov/pubmed/?term=27275544)","7":"Cancer megafunds with in silico and in vitro validation: accelerating cancer drug discovery via financial engineering without financial crisis","8":"2016","9":"RBO, cancer megafund, in silico validation, megafund, research-backed obligation","10":"Yang X, Debonneuil E, Zhavoronkov A, Mishra B","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"193"},{"1":"syn21648932","2":"","3":"Sci Transl Med","4":"29794058","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29794058","6":"[PMID:29794058](https://www.ncbi.nlm.nih.gov/pubmed/?term=29794058)","7":"Cancer metabolism gets physical","8":"2018","9":"","10":"DelNero P, Hopkins BD, Cantley LC, Fischbach C","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"194"},{"1":"syn21645581","2":"","3":"Nat Commun","4":"27725631","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27725631","6":"[PMID:27725631](https://www.ncbi.nlm.nih.gov/pubmed/?term=27725631)","7":"Cancer-associated fibroblast-secreted CXCL16 attracts monocytes to promote stroma activation in triple-negative breast cancers","8":"2016","9":"","10":"Allaoui R, Bergenfelz C, Mohlin S, Hagerling C, Salari K, Werb Z, Anderson RL, Ethier SP, Jirstr\"om K, Pahlman S, Bexell D, Tahin B, Johansson ME, Larsson C, Leandersson K","11":"[\"PDX\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"","22":"","_rn_":"195"},{"1":"syn21648893","2":"","3":"J Clin Invest","4":"29251630","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29251630","6":"[PMID:29251630](https://www.ncbi.nlm.nih.gov/pubmed/?term=29251630)","7":"Cancer-associated fibroblasts regulate endothelial adhesion protein LPP to promote ovarian cancer chemoresistance","8":"2018","9":"Cancer, Cell Biology, Oncology","10":"Leung CS, Yeung TL, Yip KP, Wong KK, Ho SY, Mangala LS, Sood AK, Lopez-Berestein G, Sheng J, Wong ST, Birrer MJ, Mok SC","11":"[\"Murine Model\", \"Expression Array\"]","12":"[\"Malignant Neoplasm of Ovary\"]","13":"[\"Ovary\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"syn21791465","22":"PRJNA417079","_rn_":"196"},{"1":"syn21645309","2":"","3":"Sci Rep","4":"28974764","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28974764","6":"[PMID:28974764](https://www.ncbi.nlm.nih.gov/pubmed/?term=28974764)","7":"Cancer-associated fibroblasts support vascular growth through mechanical force","8":"2017","9":"","10":"Sewell-Loftin MK, Bayer SVH, Crist E, Hughes T, Joison SM, Longmore GD, George SC","11":"[\"3D Cell Culture\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"197"},{"1":"syn21645352","2":"","3":"Int J Cancer","4":"27888521","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27888521","6":"[PMID:27888521](https://www.ncbi.nlm.nih.gov/pubmed/?term=27888521)","7":"Cancer-associated mesenchymal stroma fosters the stemness of osteosarcoma cells in response to intratumoral acidosis via NF-κB activation","8":"2017","9":"cancer stemness, inflammation, mesenchymal stroma, tumor microenvironment","10":"Avnet S, Di Pompo G, Chano T, Errani C, Ibrahim-Hashim A, Gillies RJ, Donati DM, Baldini N","11":"[]","12":"[\"Sarcoma\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"198"},{"1":"syn21681404","2":"","3":"J Theor Biol","4":"30048718","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30048718","6":"[PMID:30048718](https://www.ncbi.nlm.nih.gov/pubmed/?term=30048718)","7":"Capitalizing on competition: An evolutionary model of competitive release in metastatic castration resistant prostate cancer treatment","8":"2018","9":"Adaptive control, Adaptive therapy, Chemotherapeutic resistance, Competitive release, Evolutionary dynamics, Evolutionary game theory, Metastatic castration-resistant prostate cancer, Prisoner’s dilemma, Replicator dynamics","10":"West J, Ma Y, Newton PK","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"199"},{"1":"syn21645382","2":"","3":"Analyst","4":"28765841","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28765841","6":"[PMID:28765841](https://www.ncbi.nlm.nih.gov/pubmed/?term=28765841)","7":"Capture, amplification, and global profiling of microRNAs from low quantities of whole cell lysate","8":"2017","9":"","10":"Wang N, Cheng J, Fan R, Lu J","11":"[\"MicroRNA Sequencing\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"200"},{"1":"syn21648831","2":"","3":"Breast Cancer Res Treat","4":"22710709","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=22710709","6":"[PMID:22710709](https://www.ncbi.nlm.nih.gov/pubmed/?term=22710709)","7":"Cardiometabolic factors and breast cancer risk in U.S. black women","8":"2012","9":"","10":"Bosco JL, Palmer JR, Boggs DA, Hatch EE, Rosenberg L","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"201"},{"1":"syn21648966","2":"","3":"Cancer Res","4":"29907681","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29907681","6":"[PMID:29907681](https://www.ncbi.nlm.nih.gov/pubmed/?term=29907681)","7":"Case Studies of Gastric, Lung, and Oral Cancer Connect Etiologic Agent Prevalence to Cancer Incidence","8":"2018","9":"","10":"Brouwer AF, Eisenberg MC, Meza R","11":"[]","12":"[\"Gastric Adenocarcinoma\", \"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Stomach\", \"Lung\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"202"},{"1":"syn21645492","2":"","3":"Phys Chem Chem Phys","4":"28569910","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28569910","6":"[PMID:28569910](https://www.ncbi.nlm.nih.gov/pubmed/?term=28569910)","7":"Cations induce shape remodeling of negatively charged phospholipid membranes","8":"2017","9":"","10":"Graber ZT, Shi Z, Baumgart T","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"203"},{"1":"syn21681609","2":"","3":"Cancer Metastasis Rev","4":"30911978","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30911978","6":"[PMID:30911978](https://www.ncbi.nlm.nih.gov/pubmed/?term=30911978)","7":"Causes, consequences, and therapy of tumors acidosis","8":"2019","9":"Anti-acidic therapy, Cancer, Exosomes, Microenvironment acidity","10":"Pillai SR, Damaghi M, Marunaka Y, Spugnini EP, Fais S, Gillies RJ","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"204"},{"1":"syn21681988","2":"","3":"Small","4":"31782912","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31782912","6":"[PMID:31782912](https://www.ncbi.nlm.nih.gov/pubmed/?term=31782912)","7":"Cell Mechanical and Physiological Behavior in the Regime of Rapid Mechanical Compressions that Lead to Cell Volume Change","8":"2020","9":"cell compression, cell mechanics, cell volume change, intracellular delivery, microfluidics","10":"Liu A, Yu T, Young K, Stone N, Hanasoge S, Kirby TJ, Varadarajan V, Colonna N, Liu J, Raj A, Lammerding J, Alexeev A, Sulchek T","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"205"},{"1":"syn21681448","2":"","3":"Cell","4":"30392960","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30392960","6":"[PMID:30392960](https://www.ncbi.nlm.nih.gov/pubmed/?term=30392960)","7":"Cell Membranes Resist Flow","8":"2018","9":"cell mechanics, membrane signaling, membrane tension, porous media, rheology","10":"Shi Z, Graber ZT, Baumgart T, Stone HA, Cohen AE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"206"},{"1":"syn21645265","2":"","3":"Ann Biomed Eng","4":"29150767","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29150767","6":"[PMID:29150767](https://www.ncbi.nlm.nih.gov/pubmed/?term=29150767)","7":"Cell Migration in 1D and 2D Nanofiber Microenvironments","8":"2018","9":"Displacement, Glioblastoma, Migration, Parameterization, Persistent random walk, Position, Random walk, Simulation","10":"Estabridis HM, Jana A, Nain A, Odde DJ","11":"[\"Mathematical Modeling\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"207"},{"1":"syn21649032","2":"","3":"Mol Biol Cell","4":"28684606","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28684606","6":"[PMID:28684606](https://www.ncbi.nlm.nih.gov/pubmed/?term=28684606)","7":"Cell and tissue mechanics: the new cell biology frontier","8":"2017","9":"","10":"Weaver VM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"208"},{"1":"syn21649117","2":"","3":"Proc Natl Acad Sci U S A","4":"29618614","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29618614","6":"[PMID:29618614](https://www.ncbi.nlm.nih.gov/pubmed/?term=29618614)","7":"Cell contraction induces long-ranged stress stiffening in the extracellular matrix","8":"2018","9":"biopolymer networks, cell mechanics, cell–matrix interactions, microrheology, nonlinear elasticity","10":"Han YL, Ronceray P, Xu G, Malandrino A, Kamm RD, Lenz M, Broedersz CP, Guo M","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"209"},{"1":"syn21645402","2":"","3":"Nature","4":"27362225","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27362225","6":"[PMID:27362225](https://www.ncbi.nlm.nih.gov/pubmed/?term=27362225)","7":"Cell division: A sticky problem for chromosomes","8":"2016","9":"","10":"Brangwynne CP, Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"210"},{"1":"syn21645594","2":"","3":"Sci Rep","4":"27146274","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27146274","6":"[PMID:27146274](https://www.ncbi.nlm.nih.gov/pubmed/?term=27146274)","7":"Cell freezing protocol suitable for ATAC-Seq on motor neurons derived from human induced pluripotent stem cells","8":"2016","9":"","10":"Milani P, Escalante-Chong R, Shelley BC, Patel-Murray NL, Xin X, Adam M, Mandefro B, Sareen D, Svendsen CN, Fraenkel E","11":"[\"ATAC-Seq\"]","12":"[]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"syn21790743, syn21889770","22":"PRJNA312393, phs001231.v2.p1","_rn_":"211"},{"1":"syn21645314","2":"","3":"Rep Prog Phys","4":"28129208","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28129208","6":"[PMID:28129208](https://www.ncbi.nlm.nih.gov/pubmed/?term=28129208)","7":"Cell mechanics: a dialogue","8":"2017","9":"","10":"Tao J, Li Y, Vig DK, Sun SX","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"212"},{"1":"syn21681873","2":"","3":"Philos Trans R Soc Lond B Biol Sci","4":"31431171","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31431171","6":"[PMID:31431171](https://www.ncbi.nlm.nih.gov/pubmed/?term=31431171)","7":"Cell migration through three-dimensional confining pores: speed accelerations by deformation and recoil of the nucleus","8":"2019","9":"cell cycle, chromatin condensation, migration in confinement, nuclear shape change, speed oscillation, tumour cell","10":"Krause M, Yang FW, Te Lindert M, Isermann P, Schepens J, Maas RJA, Venkataraman C, Lammerding J, Madzvamuse A, Hendriks W, Te Riet J, Wolf K","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"213"},{"1":"syn21645436","2":"","3":"Blood","4":"25411427","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25411427","6":"[PMID:25411427](https://www.ncbi.nlm.nih.gov/pubmed/?term=25411427)","7":"Cell rigidity and shape override CD47's \"self\"-signaling in phagocytosis by hyperactivating myosin-II","8":"2015","9":"","10":"Sosale NG, Rouhiparkouhi T, Bradshaw AM, Dimova R, Lipowsky R, Discher DE","11":"[\"Phagocytosis Assay\"]","12":"[]","13":"[\"Bone Marrow\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"214"},{"1":"syn21681857","2":"","3":"Sci Adv","4":"31355337","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31355337","6":"[PMID:31355337](https://www.ncbi.nlm.nih.gov/pubmed/?term=31355337)","7":"Cell sensing and decision-making in confinement: The role of TRPM7 in a tug of war between hydraulic pressure and cross-sectional area","8":"2019","9":"","10":"Zhao R, Afthinos A, Zhu T, Mistriotis P, Li Y, Serra SA, Zhang Y, Yankaskas CL, He S, Valverde MA, Sun SX, Konstantopoulos K","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"215"},{"1":"syn21649126","2":"","3":"Proc Natl Acad Sci U S A","4":"28973866","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28973866","6":"[PMID:28973866](https://www.ncbi.nlm.nih.gov/pubmed/?term=28973866)","7":"Cell volume change through water efflux impacts cell stiffness and stem cell fate","8":"2017","9":"cell mechanics, cell volume, gene expression, molecular crowding, stem cell fate","10":"Guo M, Pegoraro AF, Mao A, Zhou EH, Arany PR, Han Y, Burnette DT, Jensen MH, Kasza KE, Moore JR, Mackintosh FC, Fredberg JJ, Mooney DJ, Lippincott-Schwartz J, Weitz DA","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"216"},{"1":"syn21645458","2":"","3":"Nano Lett","4":"29178811","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29178811","6":"[PMID:29178811](https://www.ncbi.nlm.nih.gov/pubmed/?term=29178811)","7":"Cell-Extracellular Matrix Mechanobiology: Forceful Tools and Emerging Needs for Basic and Translational Research","8":"2018","9":"","10":"Holle AW, Young JL, Van Vliet KJ, Kamm RD, Discher D, Janmey P, Spatz JP, Saif T","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"217"},{"1":"syn21645446","2":"","3":"Nat Mater","4":"26461445","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26461445","6":"[PMID:26461445](https://www.ncbi.nlm.nih.gov/pubmed/?term=26461445)","7":"Cell-mediated fibre recruitment drives extracellular matrix mechanosensing in engineered fibrillar microenvironments","8":"2015","9":"","10":"Baker BM, Trappmann B, Wang WY, Sakar MS, Kim IL, Shenoy VB, Burdick JA, Chen CS","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"218"},{"1":"syn21649034","2":"","3":"Trends Pharmacol Sci","4":"26651416","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26651416","6":"[PMID:26651416](https://www.ncbi.nlm.nih.gov/pubmed/?term=26651416)","7":"Cellular Biomechanics in Drug Screening and Evaluation: Mechanopharmacology","8":"2016","9":"drug screening, mechanobiology, stiffness, strain, stress, traction","10":"Krishnan R, Park JA, Seow CY, Lee PV, Stewart AG","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"219"},{"1":"syn21645313","2":"","3":"Biophys J","4":"28978451","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28978451","6":"[PMID:28978451](https://www.ncbi.nlm.nih.gov/pubmed/?term=28978451)","7":"Cellular Contraction Can Drive Rapid Epithelial Flows","8":"2017","9":"","10":"Vig DK, Hamby AE, Wolgemuth CW","11":"[\"Microscopy\"]","12":"[]","13":"[\"Kidney\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"220"},{"1":"syn21649194","2":"","3":"Biophys J","4":"27332131","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27332131","6":"[PMID:27332131](https://www.ncbi.nlm.nih.gov/pubmed/?term=27332131)","7":"Cellular Contraction and Polarization Drive Collective Cellular Motion","8":"2016","9":"","10":"Notbohm J, Banerjee S, Utuje KJC, Gweon B, Jang H, Park Y, Shin J, Butler JP, Fredberg JJ, Marchetti MC","11":"[]","12":"[]","13":"[\"Lung\", \"NOS\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"221"},{"1":"syn21681851","2":"","3":"JCI Insight","4":"31335328","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31335328","6":"[PMID:31335328](https://www.ncbi.nlm.nih.gov/pubmed/?term=31335328)","7":"Cellular heterogeneity during mouse pancreatic ductal adenocarcinoma progression at single-cell resolution","8":"2019","9":"Cancer, Gastroenterology, Oncology","10":"Hosein AN, Huang H, Wang Z, Parmar K, Du W, Huang J, Maitra A, Olson E, Verma U, Brekken RA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"syn21813759","22":"PRJNA516878","_rn_":"222"},{"1":"syn21681367","2":"","3":"Endocr Relat Cancer","4":"29700012","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29700012","6":"[PMID:29700012](https://www.ncbi.nlm.nih.gov/pubmed/?term=29700012)","7":"Cellular kinetics of MED12-mutant uterine leiomyoma growth and regression in vivo","8":"2018","9":"MAPK, PI3K, apoptosis, fibroids, insulin-like growth factor, patient-derived xenograft","10":"Serna VA, Wu X, Qiang W, Thomas J, Blumenfeld ML, Kurita T","11":"[]","12":"[\"Leiomyoma\"]","13":"[\"Connective and soft tissue\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"223"},{"1":"syn21645306","2":"","3":"Mol Cancer Ther","4":"28830985","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28830985","6":"[PMID:28830985](https://www.ncbi.nlm.nih.gov/pubmed/?term=28830985)","7":"Characterization of In Vivo Resistance to Osimertinib and JNJ-61186372, an EGFR/Met Bispecific Antibody, Reveals Unique and Consensus Mechanisms of Resistance","8":"2017","9":"","10":"Emdal KB, Dittmann A, Reddy RJ, Lescarbeau RS, Moores SL, Laquerre S, White FM","11":"[\"Mass Spectrometry\", \"Murine Model\"]","12":"[\"Lung Non-Small Cell Carcinoma\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"224"},{"1":"syn21648878","2":"","3":"J Biol Chem","4":"29317493","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29317493","6":"[PMID:29317493](https://www.ncbi.nlm.nih.gov/pubmed/?term=29317493)","7":"Characterization of the interactions of potent allosteric inhibitors with glutaminase C, a key enzyme in cancer cell glutamine metabolism","8":"2018","9":"BPTES, CB-839, anticancer drug, cancer, crystallography, glutaminase, metabolism","10":"Huang Q, Stalnecker C, Zhang C, McDermott LA, Iyer P, O'Neill J, Reimer S, Cerione RA, Katt WP","11":"[\"Murine Model\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"225"},{"1":"syn21649055","2":"","3":"Integr Biol (Camb)","4":"29620778","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29620778","6":"[PMID:29620778](https://www.ncbi.nlm.nih.gov/pubmed/?term=29620778)","7":"Characterization of the mechanical properties of cancer cells in 3D matrices in response to collagen concentration and cytoskeletal inhibitors","8":"2018","9":"","10":"Kim JE, Reynolds DS, Zaman MH, Mak M","11":"[\"Microscopy\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"226"},{"1":"syn21681584","2":"","3":"Cell Chem Biol","4":"30827936","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30827936","6":"[PMID:30827936](https://www.ncbi.nlm.nih.gov/pubmed/?term=30827936)","7":"Characterization, Dynamics, and Mechanism of CXCR4 Antagonists on a Constitutively Active Mutant","8":"2019","9":"CXCL12, CXCR4, G protein-coupled receptor (GPCR), constitutively active mutant (CAM), molecular dynamics (MD), small molecule ligands","10":"Rosenberg EM Jr, Harrison RES, Tsou LK, Drucker N, Humphries B, Rajasekaran D, Luker KE, Wu CH, Song JS, Wang CJ, Murphy JW, Cheng YC, Shia KS, Luker GD, Morikis D, Lolis EJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"227"},{"1":"syn21681749","2":"","3":"Front Pharmacol","4":"31105571","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31105571","6":"[PMID:31105571](https://www.ncbi.nlm.nih.gov/pubmed/?term=31105571)","7":"Characterizing ABC-Transporter Substrate-Likeness Using a Clean-Slate Genetic Background","8":"2019","9":"ABC transport protein, cheminformatics, drug structure, machine learning, membrane transport","10":"Sokolov A, Ashenden S, Sahin N, Lewis R, Erdem N, Ozaltan E, Bender A, Roth FP, Cokol M","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"228"},{"1":"syn21648837","2":"","3":"Cancer Epidemiol Biomarkers Prev","4":"28377418","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28377418","6":"[PMID:28377418](https://www.ncbi.nlm.nih.gov/pubmed/?term=28377418)","7":"Characterizing Genetic Susceptibility to Breast Cancer in Women of African Ancestry","8":"2017","9":"","10":"Feng Y, Rhie SK, Huo D, Ruiz-Narvaez EA, Haddad SA, Ambrosone CB, John EM, Bernstein L, Zheng W, Hu JJ, Ziegler RG, Nyante S, Bandera EV, Ingles SA, Press MF, Deming SL, Rodriguez-Gil JL, Zheng Y, Yao S, Han YJ, Ogundiran TO, Rebbeck TR, Adebamowo C, Ojengbede O, Falusi AG, Hennis A, Nemesure B, Ambs S, Blot W, Cai Q, Signorello L, Nathanson KL, Lunetta KL, Sucheston-Campbell LE, Bensen JT, Chanock SJ, Marchand LL, Olshan AF, Kolonel LN, Conti DV, Coetzee GA, Stram DO, Olopade OI, Palmer JR, Haiman CA","11":"[\"Genotyping\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"229"},{"1":"syn21645593","2":"","3":"Nat Biotechnol","4":"27088724","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27088724","6":"[PMID:27088724](https://www.ncbi.nlm.nih.gov/pubmed/?term=27088724)","7":"Characterizing genomic alterations in cancer by complementary functional associations","8":"2016","9":"","10":"Kim JW, Botvinnik OB, Abudayyeh O, Birger C, Rosenbluh J, Shrestha Y, Abazeed ME, Hammerman PS, DiCara D, Konieczkowski DJ, Johannessen CM, Liberzon A, Alizad-Rahvar AR, Alexe G, Aguirre A, Ghandi M, Greulich H, Vazquez F, Weir BA, Van Allen EM, Tsherniak A, Shao DD, Zack TI, Noble M, Getz G, Beroukhim R, Garraway LA, Ardakani M, Romualdi C, Sales G, Barbie DA, Boehm JS, Hahn WC, Mesirov JP, Tamayo P","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"230"},{"1":"syn21681548","2":"","3":"Lab Chip","4":"30720811","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30720811","6":"[PMID:30720811](https://www.ncbi.nlm.nih.gov/pubmed/?term=30720811)","7":"Chemical-PDMS binding kinetics and implications for bioavailability in microfluidic devices","8":"2019","9":"","10":"Auner AW, Tasneem KM, Markov DA, McCawley LJ, Hutson MS","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"231"},{"1":"syn21648961","2":"","3":"Clin Cancer Res","4":"29921732","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29921732","6":"[PMID:29921732](https://www.ncbi.nlm.nih.gov/pubmed/?term=29921732)","7":"Chemotherapy Sensitizes Therapy-Resistant Cells to Mild Hyperthermia by Suppressing Heat Shock Protein 27 Expression in Triple-Negative Breast Cancer","8":"2018","9":"","10":"Mu C, Wu X, Zhou X, Wolfram J, Shen J, Zhang D, Mai J, Xia X, Holder AM, Ferrari M, Liu X, Shen H","11":"[\"Murine Model\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"232"},{"1":"syn21648945","2":"","3":"J Mol Evol","4":"29725703","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29725703","6":"[PMID:29725703](https://www.ncbi.nlm.nih.gov/pubmed/?term=29725703)","7":"Chiral Monomers Ensure Orientational Specificity of Monomer Binding During Polymer Self-Replication","8":"2018","9":"Biomolecular chirality, DNA strand directionality, Monomer rotation and reflection symmetries, Orientational specificity","10":"Subramanian H, Gatenby RA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"233"},{"1":"syn21681393","2":"","3":"Pharmacol Ther","4":"29932886","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29932886","6":"[PMID:29932886](https://www.ncbi.nlm.nih.gov/pubmed/?term=29932886)","7":"Chloroquine and nanoparticle drug delivery: A promising combination","8":"2018","9":"Autophagy, Cancer, Chloroquine, Liver, Nanomedicine, Vasculature","10":"Pelt J, Busatto S, Ferrari M, Thompson EA, Mody K, Wolfram J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"234"},{"1":"syn21645424","2":"","3":"Mol Biol Cell","4":"28057760","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28057760","6":"[PMID:28057760](https://www.ncbi.nlm.nih.gov/pubmed/?term=28057760)","7":"Chromatin and lamin A determine two different mechanical response regimes of the cell nucleus","8":"2017","9":"","10":"Stephens AD, Banigan EJ, Adam SA, Goldman RD, Marko JF","11":"[\"Molecular Simulations\", \"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"235"},{"1":"syn21645395","2":"","3":"Mol Biol Cell","4":"29142071","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29142071","6":"[PMID:29142071](https://www.ncbi.nlm.nih.gov/pubmed/?term=29142071)","7":"Chromatin histone modifications and rigidity affect nuclear morphology independent of lamins","8":"2018","9":"","10":"Stephens AD, Liu PZ, Banigan EJ, Almassalha LM, Backman V, Adam SA, Goldman RD, Marko JF","11":"[\"Fluorescent Antibody Procedure\", \"Western Blotting\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"236"},{"1":"syn21681395","2":"","3":"Proc Natl Acad Sci U S A","4":"29967174","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29967174","6":"[PMID:29967174](https://www.ncbi.nlm.nih.gov/pubmed/?term=29967174)","7":"Chromatin organization by an interplay of loop extrusion and compartmental segregation","8":"2018","9":"Hi-C, active matter, chromatin, genome architecture, polymer physics","10":"Nuebler J, Fudenberg G, Imakaev M, Abdennur N, Mirny LA","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"237"},{"1":"syn21645338","2":"","3":"Nature","4":"28514453","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28514453","6":"[PMID:28514453](https://www.ncbi.nlm.nih.gov/pubmed/?term=28514453)","7":"Chromatin states define tumour-specific T cell dysfunction and reprogramming","8":"2017","9":"","10":"Philip M, Fairchild L, Sun L, Horste EL, Camara S, Shakiba M, Scott AC, Viale A, Lauer P, Merghoub T, Hellmann MD, Wolchok JD, Leslie CS, Schietinger A","11":"[\"ATAC-Seq\", \"Whole Transcriptome Sequencing\"]","12":"[\"Melanoma\", \"Lung Non-Small Cell Carcinoma\"]","13":"[\"Skin\", \"Lung\"]","14":"syn21630077, syn21630078, syn21630076, syn21630079","15":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315805\"]","19":"[\"CA209975\"]","20":"[\"CSBC Research Center for Cancer Systems Immunology at MSKCC\"]","21":"syn21832111, syn21832136, syn21889771","22":"PRJNA351717, PRJNA351718, phs001680.v1.p1","_rn_":"238"},{"1":"syn21645269","2":"","3":"Nature","4":"29342134","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29342134","6":"[PMID:29342134](https://www.ncbi.nlm.nih.gov/pubmed/?term=29342134)","7":"Chromosomal instability drives metastasis through a cytosolic DNA response","8":"2018","9":"","10":"Bakhoum SF, Ngo B, Laughney AM, Cavallo JA, Murphy CJ, Ly P, Shah P, Sriram RK, Watkins TBK, Taunk NK, Duran M, Pauli C, Shaw C, Chadalavada K, Rajasekhar VK, Genovese G, Venkatesan S, Birkbak NJ, McGranahan N, Lundquist M, LaPlant Q, Healey JH, Elemento O, Chung CH, Lee NY, Imielenski M, Nanjangud G, Pe'er D, Cleveland DW, Powell SN, Lammerding J, Swanton C, Cantley LC","11":"[\"Fluorescent Antibody Procedure\", \"Immunohistochemistry Staining Method\", \"Real Time PCR\", \"Western Blotting\", \"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"syn21791499","22":"PRJNA384217","_rn_":"239"},{"1":"syn21645386","2":"","3":"Biophys J","4":"27224481","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27224481","6":"[PMID:27224481](https://www.ncbi.nlm.nih.gov/pubmed/?term=27224481)","7":"Chromosome Compaction by Active Loop Extrusion","8":"2016","9":"","10":"Goloborodko A, Marko JF, Mirny LA","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"240"},{"1":"syn21645369","2":"","3":"Mol Oncol","4":"28085223","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28085223","6":"[PMID:28085223](https://www.ncbi.nlm.nih.gov/pubmed/?term=28085223)","7":"Circulating and disseminated tumor cells: harbingers or initiators of metastasis?","8":"2017","9":"chemoresistance, circulating tumor cells, disseminated tumor cells, dormancy, metastatic microenvironment, perivascular niche","10":"Dasgupta A, Lim AR, Ghajar CM","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"241"},{"1":"syn21645366","2":"","3":"Nat Rev Cancer","4":"28912577","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28912577","6":"[PMID:28912577](https://www.ncbi.nlm.nih.gov/pubmed/?term=28912577)","7":"Classifying the evolutionary and ecological features of neoplasms","8":"2017","9":"","10":"Maley CC, Aktipis A, Graham TA, Sottoriva A, Boddy AM, Janiszewska M, Silva AS, Gerlinger M, Yuan Y, Pienta KJ, Anderson KS, Gatenby R, Swanton C, Posada D, Wu CI, Schiffman JD, Hwang ES, Polyak K, Anderson ARA, Brown JS, Greaves M, Shibata D","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Heterogeneity\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn9775704\",\"syn7349757\",\"syn7349753\"]","19":"[\"CA195469\",\"CA193461\",\"CA193489\"]","20":"[\"Intratumor heterogeneity underlying treatment resistance in HER2+ breast tumors\", \"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\", \"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"242"},{"1":"syn21648990","2":"","3":"Bioinformatics","4":"29949979","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29949979","6":"[PMID:29949979](https://www.ncbi.nlm.nih.gov/pubmed/?term=29949979)","7":"Classifying tumors by supervised network propagation","8":"2018","9":"","10":"Zhang W, Ma J, Ideker T","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"243"},{"1":"syn21681859","2":"","3":"Nano Today","4":"31360214","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31360214","6":"[PMID:31360214](https://www.ncbi.nlm.nih.gov/pubmed/?term=31360214)","7":"Clinical Cancer Nanomedicine","8":"2019","9":"drug delivery, extracellular vesicle, multifunctional, nanomedicine, nanoparticle","10":"Wolfram J, Ferrari M","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"244"},{"1":"syn21645573","2":"","3":"Haematologica","4":"26819056","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26819056","6":"[PMID:26819056](https://www.ncbi.nlm.nih.gov/pubmed/?term=26819056)","7":"Clinical impact of small subclones harboring NOTCH1, SF3B1 or BIRC3 mutations in chronic lymphocytic leukemia","8":"2016","9":"BIRC3, NOTCH1, SF3B1, TP53, chronic lymphocytic leukemia, evolution, frequency, prognostic impact, subclones","10":"Rasi S, Khiabanian H, Ciardullo C, Terzi-di-Bergamo L, Monti S, Spina V, Bruscaggin A, Cerri M, Deambrogi C, Martuscelli L, Biasi A, Spaccarotella E, De Paoli L, Gattei V, Fo`a R, Rabadan R, Gaidano G, Rossi D","11":"[\"Targeted Genome Sequencing\"]","12":"[\"Chronic Lymphocytic Leukemia\"]","13":"[\"Blood\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"245"},{"1":"syn21648841","2":"","3":"Drug Discov Today Technol","4":"27769357","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27769357","6":"[PMID:27769357](https://www.ncbi.nlm.nih.gov/pubmed/?term=27769357)","7":"Clinical trials for BET inhibitors run ahead of the science","8":"2016","9":"","10":"Andrieu G, Belkina AC, Denis GV","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"246"},{"1":"syn21648877","2":"","3":"J Clin Oncol","4":"28068180","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28068180","6":"[PMID:28068180](https://www.ncbi.nlm.nih.gov/pubmed/?term=28068180)","7":"Clonal Hematopoiesis Associated With Adverse Outcomes After Autologous Stem-Cell Transplantation for Lymphoma","8":"2017","9":"","10":"Gibson CJ, Lindsley RC, Tchekmedyian V, Mar BG, Shi J, Jaiswal S, Bosworth A, Francisco L, He J, Bansal A, Morgan EA, Lacasce AS, Freedman AS, Fisher DC, Jacobsen E, Armand P, Alyea EP, Koreth J, Ho V, Soiffer RJ, Antin JH, Ritz J, Nikiforow S, Forman SJ, Michor F, Neuberg D, Bhatia R, Bhatia S, Ebert BL","11":"[\"Whole Exome Sequencing\", \"Targeted Genome Sequencing\"]","12":"[\"Hodgkin Lymphoma\", \"Myelodysplastic syndromes\", \"Acute Myeloblastic Leukemia\", \"Non-Hodgkin Lymphoma\"]","13":"[\"Blood\", \"Bone Marrow\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"247"},{"1":"syn21648868","2":"","3":"Nature","4":"29342136","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29342136","6":"[PMID:29342136](https://www.ncbi.nlm.nih.gov/pubmed/?term=29342136)","7":"Clonal evolution mechanisms in NT5C2 mutant-relapsed acute lymphoblastic leukaemia","8":"2018","9":"","10":"Tzoneva G, Dieck CL, Oshima K, Ambesi-Impiombato A, S'anchez-Mart'in M, Madubata CJ, Khiabanian H, Yu J, Waanders E, Iacobucci I, Sulis ML, Kato M, Koh K, Paganin M, Basso G, Gastier-Foster JM, Loh ML, Kirschner-Schwabe R, Mullighan CG, Rabadan R, Ferrando AA","11":"[]","12":"[\"Leukemia\", \"Unspecified\"]","13":"[\"Blood\"]","14":"syn21630075, syn21630076, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn7315802\",\"syn7349759\"]","19":"[\"CA209997\",\"CA193313\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\", \"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"248"},{"1":"syn21645568","2":"","3":"Nat Genet","4":"27270107","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27270107","6":"[PMID:27270107](https://www.ncbi.nlm.nih.gov/pubmed/?term=27270107)","7":"Clonal evolution of glioblastoma under therapy","8":"2016","9":"","10":"Wang J, Cazzato E, Ladewig E, Frattini V, Rosenbloom DI, Zairis S, Abate F, Liu Z, Elliott O, Shin YJ, Lee JK, Lee IH, Park WY, Eoli M, Blumberg AJ, Lasorella A, Nam DH, Finocchiaro G, Iavarone A, Rabadan R","11":"[\"Whole Exome Sequencing\", \"Whole Transcriptome Sequencing\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"249"},{"1":"syn21681689","2":"","3":"PLoS Comput Biol","4":"31026273","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31026273","6":"[PMID:31026273](https://www.ncbi.nlm.nih.gov/pubmed/?term=31026273)","7":"Clonal hematopoiesis of indeterminate potential and its impact on patient trajectories after stem cell transplantation","8":"2019","9":"","10":"Park DS, Akuffo AA, Muench DE, Grimes HL, Epling-Burnette PK, Maini PK, Anderson ARA, Bonsall MB","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084109\"]","19":"[\"CA193489\",\"CA232382\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Eco-Evolutionary dynamics of NSCLC to immunotherapy - Response and Resistance\"]","21":"","22":"","_rn_":"250"},{"1":"syn21645301","2":"","3":"J Control Release","4":"29325699","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29325699","6":"[PMID:29325699](https://www.ncbi.nlm.nih.gov/pubmed/?term=29325699)","7":"Co-delivery of tumor antigen and dual toll-like receptor ligands into dendritic cell by silicon microparticle enables efficient immunotherapy against melanoma","8":"2018","9":"Cancer vaccine, Dual TLR signaling, Melanoma immunotherapy, Mesoporous silicon microparticles, TRP2 peptide","10":"Zhu M, Ding X, Zhao R, Liu X, Shen H, Cai C, Ferrari M, Wang HY, Wang RF","11":"[\"IHC\", \"Murine Model\", \"Microscopy\", \"ELISA\"]","12":"[\"Carcinoma in situ of Skin\"]","13":"[\"Skin\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"251"},{"1":"syn21681890","2":"","3":"Cell Stem Cell","4":"31495782","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782","6":"[PMID:31495782](https://www.ncbi.nlm.nih.gov/pubmed/?term=31495782)","7":"Cohesin Members Stag1 and Stag2 Display Distinct Roles in Chromatin Accessibility and Topological Control of HSC Self-Renewal and Differentiation","8":"2019","9":"Cohesin, Stag1, Stag2, chromatin, hematopoietic stem cells, mouse models, myelodysplasia, nuclear topology","10":"Viny AD, Bowman RL, Liu Y, Lavall'ee VP, Eisman SE, Xiao W, Durham BH, Navitski A, Park J, Braunstein S, Alija B, Karzai A, Csete IS, Witkin M, Azizi E, Baslan T, Ott CJ, Pe'er D, Dekker J, Koche R, Levine RL","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"syn21813804","22":"PRJNA574138","_rn_":"252"},{"1":"syn21681566","2":"","3":"Matrix Biol","4":"30776427","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30776427","6":"[PMID:30776427](https://www.ncbi.nlm.nih.gov/pubmed/?term=30776427)","7":"Collagen fiber structure guides 3D motility of cytotoxic T lymphocytes","8":"2019","9":"Collagen, Fiber alignment, Myosin light chain kinase, T cells","10":"Pruitt HC, Lewis D, Ciccaglione M, Connor S, Smith Q, Hickey JW, Schneck JP, Gerecht S","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"253"},{"1":"syn21649097","2":"","3":"J Cell Sci","4":"27550520","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27550520","6":"[PMID:27550520](https://www.ncbi.nlm.nih.gov/pubmed/?term=27550520)","7":"Collective migration and cell jamming in asthma, cancer and development","8":"2016","9":"Cell jamming, Cell shape, Cell unjamming, Collective cellular migration, Epithelial cell","10":"Park JA, Atia L, Mitchel JA, Fredberg JJ, Butler JP","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[\"Lung\", \"NOS\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"254"},{"1":"syn21645387","2":"","3":"J Biophotonics","4":"27111884","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27111884","6":"[PMID:27111884](https://www.ncbi.nlm.nih.gov/pubmed/?term=27111884)","7":"Colocalization of cellular nanostructure using confocal fluorescence and partial wave spectroscopy","8":"2017","9":"chromatin, confocal microscopy, hyperspectral microscopy, mitochondria, nanocytology","10":"Chandler JE, Stypula-Cyrus Y, Almassalha L, Bauer G, Bowen L, Subramanian H, Szleifer I, Backman V","11":"[\"Partial Wave Spectroscopy\", \"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"255"},{"1":"syn21645337","2":"","3":"Nat Commun","4":"29093439","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29093439","6":"[PMID:29093439](https://www.ncbi.nlm.nih.gov/pubmed/?term=29093439)","7":"Combating subclonal evolution of resistant cancer phenotypes","8":"2017","9":"","10":"Brady SW, McQuerry JA, Qiao Y, Piccolo SR, Shrestha G, Jenkins DF, Layer RM, Pedersen BS, Miller RH, Esch A, Selitsky SR, Parker JS, Anderson LA, Dalley BK, Factor RE, Reddy CB, Boltax JP, Li DY, Moos PJ, Gray JW, Heiser LM, Buys SS, Cohen AL, Johnson WE, Quinlan AR, Marth G, Werner TL, Bild AH","11":"[\"Whole Genome Sequencing\", \"Whole Transcriptome Sequencing\", \"Whole Exome Sequencing\", \"Single Cell DNA-Sequencing\", \"Single Nucleotide Polymorphism Array\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"syn21791225","22":"PRJNA297451","_rn_":"256"},{"1":"syn21681348","2":"","3":"Mol Cell","4":"29452643","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29452643","6":"[PMID:29452643](https://www.ncbi.nlm.nih.gov/pubmed/?term=29452643)","7":"Combinatorial CRISPR-Cas9 Metabolic Screens Reveal Critical Redox Control Points Dependent on the KEAP1-NRF2 Regulatory Axis","8":"2018","9":"KEAP1, NADPH, NRF2, combinatorial CRISPR screening, genetic interactions, glycolysis, metabolic enzyme compensation, metabolic enzyme essentiality, metabolic flux analysis, redox metabolism","10":"Zhao D, Badur MG, Luebeck J, Maga~na JH, Birmingham A, Sasik R, Ahn CS, Ideker T, Metallo CM, Mali P","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"257"},{"1":"syn21645347","2":"","3":"Nat Methods","4":"28319113","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28319113","6":"[PMID:28319113](https://www.ncbi.nlm.nih.gov/pubmed/?term=28319113)","7":"Combinatorial CRISPR-Cas9 screens for de novo mapping of genetic interactions","8":"2017","9":"","10":"Shen JP, Zhao D, Sasik R, Luebeck J, Birmingham A, Bojorquez-Gomez A, Licon K, Klepper K, Pekin D, Beckett AN, Sanchez KS, Thomas A, Kuo CC, Du D, Roguev A, Lewis NE, Chang AN, Kreisberg JF, Krogan N, Qi L, Ideker T, Mali P","11":"[\"CRISPR\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\", \"NOS\", \"Kidney\", \"Ovary\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"syn20826577","22":"Combinatorial CRISPR-Cas9 screens for de novo mapping of genetic interactions","_rn_":"258"},{"1":"syn21648979","2":"","3":"Proc Natl Acad Sci U S A","4":"28500274","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28500274","6":"[PMID:28500274](https://www.ncbi.nlm.nih.gov/pubmed/?term=28500274)","7":"Combined HMG-COA reductase and prenylation inhibition in treatment of CCM","8":"2017","9":"cerebral cavernous malformations, fluvastatin, high-throughput screen, mevalonate pathway, zoledronic acid","10":"Nishimura S, Mishra-Gorur K, Park J, Surovtseva YV, Sebti SM, Levchenko A, Louvi A, Gunel M","11":"[]","12":"[\"Central Nervous System Cavernous Hemangioma\"]","13":"[\"Brain\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"259"},{"1":"syn21648904","2":"","3":"J Biomed Opt","4":"29086544","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29086544","6":"[PMID:29086544](https://www.ncbi.nlm.nih.gov/pubmed/?term=29086544)","7":"Combining deep learning and coherent anti-Stokes Raman scattering imaging for automated differential diagnosis of lung cancer","8":"2017","9":"artificial intelligence, classification, deep learning, lung cancer, medical imaging, nonlinear microscopy","10":"Weng S, Xu X, Li J, Wong STC","11":"[]","12":"[\"Lung Carcinoma\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"260"},{"1":"syn21645432","2":"","3":"Elife","4":"27192037","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27192037","6":"[PMID:27192037](https://www.ncbi.nlm.nih.gov/pubmed/?term=27192037)","7":"Compaction and segregation of sister chromatids via active loop extrusion","8":"2016","9":"biophysics, chromosome, chromosomes, compaction, genes, molecular dynamics, none, polymer, simulations, structural biology","10":"Goloborodko A, Imakaev MV, Marko JF, Mirny L","11":"[\"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"261"},{"1":"syn21645331","2":"","3":"Proteins","4":"29427530","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29427530","6":"[PMID:29427530](https://www.ncbi.nlm.nih.gov/pubmed/?term=29427530)","7":"Comparing side chain packing in soluble proteins, protein-protein interfaces, and transmembrane proteins","8":"2018","9":"hydrophobic amino acids, protein design, protein interfaces, protein structure prediction, protein-peptide interactions, protein-protein interactions, rotamer prediction, side chain dihedral angles, side chain repacking, transmembrane proteins","10":"Gaines JC, Acebes S, Virrueta A, Butler M, Regan L, O'Hern CS","11":"[]","12":"[]","13":"[\"Unspecified\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"262"},{"1":"syn21649141","2":"","3":"Proc Natl Acad Sci U S A","4":"26392530","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26392530","6":"[PMID:26392530](https://www.ncbi.nlm.nih.gov/pubmed/?term=26392530)","7":"Competition and allostery govern substrate selectivity of cyclooxygenase-2","8":"2015","9":"Bayesian inference, allosteric regulation, chemical kinetics, cyclooxygenase, endocannabinoids","10":"Mitchener MM, Hermanson DJ, Shockley EM, Brown HA, Lindsley CW, Reese J, Rouzer CA, Lopez CF, Marnett LJ","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"263"},{"1":"syn21681640","2":"","3":"Cancer Cell","4":"30975481","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30975481","6":"[PMID:30975481](https://www.ncbi.nlm.nih.gov/pubmed/?term=30975481)","7":"Complete Regression of Advanced Pancreatic Ductal Adenocarcinomas upon Combined Inhibition of EGFR and C-RAF","8":"2019","9":"Cdk4, EGFR, Erlotinib, PDX tumor models, Pancreatic cancer, c-Raf, therapeutic mouse models, transcriptional profiles, tumor regression","10":"Blasco MT, Navas C, Mart'in-Serrano G, Gra~na-Castro O, Lechuga CG, Mart'in-D'iaz L, Djurec M, Li J, Morales-Cacho L, Esteban-Burgos L, Perales-Pat'on J, Bousquet-Mur E, Castellano E, Jacob HKC, Cabras L, Musteanu M, Drosten M, Ortega S, Mulero F, Sainz B Jr, Dusetti N, Iovanna J, S'anchez-Bueno F, Hidalgo M, Khiabanian H, Rabad'an R, Al-Shahrour F, Guerra C, Barbacid M","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21889550, syn21889852","22":"GSE112434, SRP136624","_rn_":"264"},{"1":"syn21649040","2":"","3":"Extreme Mech Lett","4":"30135864","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30135864","6":"[PMID:30135864](https://www.ncbi.nlm.nih.gov/pubmed/?term=30135864)","7":"Complex mechanics of the heterogeneous extracellular matrix in cancer","8":"2018","9":"","10":"Malandrino A, Mak M, Kamm RD, Moeendarbary E","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"265"},{"1":"syn21648871","2":"","3":"Gut","4":"29440233","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29440233","6":"[PMID:29440233](https://www.ncbi.nlm.nih.gov/pubmed/?term=29440233)","7":"Comprehensive characterisation of compartment-specific long non-coding RNAs associated with pancreatic ductal adenocarcinoma","8":"2018","9":"RNA expression, cancer genetics, epithelial cells, gene regulation, pancreatic cancer","10":"Arnes L, Liu Z, Wang J, Maurer C, Sagalovskiy I, Sanchez-Martin M, Bommakanti N, Garofalo DC, Balderes DA, Sussel L, Olive KP, Rabadan R","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21889745, syn21889815","22":"GSE96931, SRP102315","_rn_":"266"},{"1":"syn21649064","2":"","3":"Nat Commun","4":"29540687","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29540687","6":"[PMID:29540687](https://www.ncbi.nlm.nih.gov/pubmed/?term=29540687)","7":"Compression force sensing regulates integrin αIIbβ3 adhesive function on diabetic platelets","8":"2018","9":"","10":"Ju L, McFadyen JD, Al-Daher S, Alwis I, Chen Y, Tonnesen LL, Maiocchi S, Coulter B, Calkin AC, Felner EI, Cohen N, Yuan Y, Schoenwaelder SM, Cooper ME, Zhu C, Jackson SP","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078","15":"[\"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083914\"]","19":"[\"CA214354\"]","20":"[\"Mechanisms of Impaired T-Cell Mechanosensing of Melanoma Antiagents\"]","21":"","22":"","_rn_":"267"},{"1":"syn21681981","2":"","3":"Sci Rep","4":"31748563","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31748563","6":"[PMID:31748563](https://www.ncbi.nlm.nih.gov/pubmed/?term=31748563)","7":"Compressive Remodeling Alters Fluid Transport Properties of Collagen Networks - Implications for Tumor Growth","8":"2019","9":"","10":"Ferruzzi J, Sun M, Gkousioudi A, Pilvar A, Roblyer D, Zhang Y, Zaman MH","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"268"},{"1":"syn21681426","2":"","3":"Mol Biol Cell","4":"30256731","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30256731","6":"[PMID:30256731](https://www.ncbi.nlm.nih.gov/pubmed/?term=30256731)","7":"Compressive force induces reversible chromatin condensation and cell geometry dependent transcriptional response","8":"2018","9":"","10":"Damodaran K, Venkatachalapathy S, Alisafaei F, Radhakrishnan AV, Sharma Jokhun D, Shenoy VB, Shivashankar GV","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"269"},{"1":"syn21681620","2":"","3":"Nat Biomed Eng","4":"30948817","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30948817","6":"[PMID:30948817](https://www.ncbi.nlm.nih.gov/pubmed/?term=30948817)","7":"Compressive tumours cause neuronal damage","8":"2019","9":"","10":"Janmey PA, Pogoda K","11":"[]","12":"[\"Brain Neoplasm\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"270"},{"1":"syn21681595","2":"","3":"Pac Symp Biocomput","4":"30864318","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30864318","6":"[PMID:30864318](https://www.ncbi.nlm.nih.gov/pubmed/?term=30864318)","7":"Computational KIR copy number discovery reveals interaction between inhibitory receptor burden and survival","8":"2019","9":"","10":"Pyke RM, Genolet R, Harari A, Coukos G, Gfeller D, Carter H","11":"[]","12":"[\"Uterine Cervical Neoplasm\"]","13":"[\"Cervix Uteri\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"271"},{"1":"syn21681522","2":"","3":"JCO Clin Cancer Inform","4":"30652561","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30652561","6":"[PMID:30652561](https://www.ncbi.nlm.nih.gov/pubmed/?term=30652561)","7":"Computational Model of Progression to Multiple Myeloma Identifies Optimum Screening Strategies","8":"2018","9":"","10":"Altrock PM, Ferlic J, Galla T, Tomasson MH, Michor F","11":"[]","12":"[\"Monoclonal Gammopathy of Undetermined Significance\", \"Multiple Myeloma\"]","13":"[\"Hematopoietic system\", \"Lymphatic system\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"272"},{"1":"syn21681650","2":"","3":"Cell Mol Life Sci","4":"30982079","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30982079","6":"[PMID:30982079](https://www.ncbi.nlm.nih.gov/pubmed/?term=30982079)","7":"Computational algorithms for in silico profiling of activating mutations in cancer","8":"2019","9":"Driver mutations, Machine learning, Molecular dynamics, Passenger mutations, Structural bioinformatics","10":"Jordan EJ, Patil K, Suresh K, Park JH, Mosse YP, Lemmon MA, Radhakrishnan R","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn17084095\",\"syn7349747\"]","19":"[\"CA227550\",\"CA193417\"]","20":"[\"A plasticity and reprogramming paradigm for therapy resistance at the single cell level\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"273"},{"1":"syn21649077","2":"","3":"Sci Rep","4":"30224753","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30224753","6":"[PMID:30224753](https://www.ncbi.nlm.nih.gov/pubmed/?term=30224753)","7":"Computational measurement of tumor immune microenvironment in gastric adenocarcinomas","8":"2018","9":"","10":"Chang YH, Heo YJ, Cho J, Song SY, Lee J, Kim KM","11":"[\"Quantitative Multiplex Immunofluorescence\"]","12":"[\"Gastric Adenocarcinoma\"]","13":"[\"Stomach\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"274"},{"1":"syn21649189","2":"","3":"Integr Biol (Camb)","4":"30206629","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30206629","6":"[PMID:30206629](https://www.ncbi.nlm.nih.gov/pubmed/?term=30206629)","7":"Computational model of wound healing: EGF secreted by fibroblasts promotes delayed re-epithelialization of epithelial keratinocytes","8":"2018","9":"","10":"Andasari V, L\"u D, Swat M, Feng S, Spill F, Chen L, Luo X, Zaman M, Long M","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"275"},{"1":"syn21645252","2":"","3":"Bioinformatics","4":"28334224","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28334224","6":"[PMID:28334224](https://www.ncbi.nlm.nih.gov/pubmed/?term=28334224)","7":"Computational modeling of in vivo and in vitro protein-DNA interactions by multiple instance learning","8":"2017","9":"","10":"Gao Z, Ruan J","11":"[\"ChIP-Seq\", \"Computational Modeling\"]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"276"},{"1":"syn21649110","2":"","3":"Chromosome Res","4":"30143891","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30143891","6":"[PMID:30143891](https://www.ncbi.nlm.nih.gov/pubmed/?term=30143891)","7":"Condensin controls mitotic chromosome stiffness and stability without forming a structurally contiguous scaffold","8":"2018","9":"cell division, chromosome compaction, chromosome mechanics, chromosome stretching, colchicine, condensin, mechanobiology, metaphase chromosome, mitosis, non-histone proteins, structural maintenance of chromosome protein","10":"Sun M, Biggs R, Hornick J, Marko JF","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"277"},{"1":"syn21681860","2":"","3":"Cancer Res","4":"31366587","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31366587","6":"[PMID:31366587](https://www.ncbi.nlm.nih.gov/pubmed/?term=31366587)","7":"Connecting Students with Patients and Survivors to Enhance Cancer Research Training","8":"2019","9":"","10":"Riter RN, Weiss RS","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"278"},{"1":"syn21645277","2":"","3":"Nucleus","4":"28287898","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28287898","6":"[PMID:28287898](https://www.ncbi.nlm.nih.gov/pubmed/?term=28287898)","7":"Consequences of a tight squeeze: Nuclear envelope rupture and repair","8":"2017","9":"DNA damage, ESCRT, confined migration, lamina, nuclear envelope rupture","10":"Isermann P, Lammerding J","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"279"},{"1":"syn21649063","2":"","3":"Mol Biol Cell","4":"29742017","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29742017","6":"[PMID:29742017](https://www.ncbi.nlm.nih.gov/pubmed/?term=29742017)","7":"Constricted migration increases DNA damage and independently represses cell cycle","8":"2018","9":"","10":"Pfeifer CR, Xia Y, Zhu K, Liu D, Irianto J, Garc'ia VMM, Mill'an LMS, Niese B, Harding S, Deviri D, Greenberg RA, Discher DE","11":"[\"Micropipette Aspiration\", \"Cell Migration Assay\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Liver\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"280"},{"1":"syn21681808","2":"","3":"Mol Biol Cell","4":"31188712","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31188712","6":"[PMID:31188712](https://www.ncbi.nlm.nih.gov/pubmed/?term=31188712)","7":"Constricted migration modulates stem cell differentiation","8":"2019","9":"","10":"Smith LR, Irianto J, Xia Y, Pfeifer CR, Discher DE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"281"},{"1":"syn21649052","2":"","3":"Connect Tissue Res","4":"28945485","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28945485","6":"[PMID:28945485](https://www.ncbi.nlm.nih.gov/pubmed/?term=28945485)","7":"Contact guidance and collective migration in the advancing epithelial monolayer","8":"2018","9":"collective cell migration, contact guidance, epithelial monolayer, monolayer biology, wound healing","10":"Lee G, Atia L, Lan B, Sharma Y, Nissim L, Wu MR, Pery E, Lu TK, Park CY, Butler JP, Fredberg JJ","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"282"},{"1":"syn21645287","2":"","3":"Colloids Surf B Biointerfaces","4":"28719856","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28719856","6":"[PMID:28719856](https://www.ncbi.nlm.nih.gov/pubmed/?term=28719856)","7":"Contribution of Kupffer cells to liposome accumulation in the liver","8":"2017","9":"Kupffer cells, Liver, Macrophages, Mononuclear phagocyte system, Nanoparticles, Pegylation","10":"Samuelsson E, Shen H, Blanco E, Ferrari M, Wolfram J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"283"},{"1":"syn21645415","2":"","3":"Phys Rev X","4":"26451275","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26451275","6":"[PMID:26451275](https://www.ncbi.nlm.nih.gov/pubmed/?term=26451275)","7":"Control of Stochastic and Induced Switching in Biophysical Networks","8":"2015","9":"Biological Physics, Complex Systems, Nonlinear Dynamics","10":"Wells DK, Kath WL, Motter AE","11":"[\"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"284"},{"1":"syn21645409","2":"","3":"Sci Rep","4":"27032966","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27032966","6":"[PMID:27032966](https://www.ncbi.nlm.nih.gov/pubmed/?term=27032966)","7":"Controlled rotation mechanism of DNA strand exchange by the Hin serine recombinase","8":"2016","9":"","10":"Xiao B, McLean MM, Lei X, Marko JF, Johnson RC","11":"[\"Western Blotting\", \"Magnetic Tweezers\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"285"},{"1":"syn21681572","2":"","3":"Cell Syst","4":"30797773","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30797773","6":"[PMID:30797773](https://www.ncbi.nlm.nih.gov/pubmed/?term=30797773)","7":"Convergent Identification and Interrogation of Tumor-Intrinsic Factors that Modulate Cancer Immunity In Vivo","8":"2019","9":"Prkar1a, cancer genomics, cancer immunology, in vivo CRISPR screen, transformation","10":"Codina A, Renauer PA, Wang G, Chow RD, Park JJ, Ye H, Zhang K, Dong MB, Gassaway B, Ye L, Errami Y, Shen L, Chang A, Jain D, Herbst RS, Bosenberg M, Rinehart J, Fan R, Chen S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"286"},{"1":"syn21681467","2":"","3":"Nat Rev Cancer","4":"30470829","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30470829","6":"[PMID:30470829](https://www.ncbi.nlm.nih.gov/pubmed/?term=30470829)","7":"Cooperation among cancer cells: applying game theory to cancer","8":"2019","9":"","10":"Archetti M, Pienta KJ","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"287"},{"1":"syn21681431","2":"","3":"PLoS Comput Biol","4":"30273354","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30273354","6":"[PMID:30273354](https://www.ncbi.nlm.nih.gov/pubmed/?term=30273354)","7":"Cooperation of dual modes of cell motility promotes epithelial stress relaxation to accelerate wound healing","8":"2018","9":"","10":"Staddon MF, Bi D, Tabatabai AP, Ajeti V, Murrell MP, Banerjee S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"288"},{"1":"syn21681430","2":"","3":"Dis Model Mech","4":"30266798","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30266798","6":"[PMID:30266798](https://www.ncbi.nlm.nih.gov/pubmed/?term=30266798)","7":"Cooperation of loss of NKX3.1 and inflammation in prostate cancer initiation","8":"2018","9":"Cancer initiation, Differentiation, Inflammation, NKX3.1, Prostate cancer","10":"Le Magnen C, Virk RK, Dutta A, Kim JY, Panja S, Lopez-Bujanda ZA, Califano A, Drake CG, Mitrofanova A, Abate-Shen C","11":"[]","12":"[\"Prostate Neoplasm\"]","13":"[\"Prostate Gland\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"289"},{"1":"syn21645454","2":"","3":"Mol Biol Cell","4":"28931598","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28931598","6":"[PMID:28931598](https://www.ncbi.nlm.nih.gov/pubmed/?term=28931598)","7":"Coordinated increase of nuclear tension and lamin-A with matrix stiffness outcompetes lamin-B receptor that favors soft tissue phenotypes","8":"2017","9":"","10":"Buxboim A, Irianto J, Swift J, Athirasala A, Shin JW, Rehfeldt F, Discher DE","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"290"},{"1":"syn21648950","2":"","3":"Dev Cell","4":"29634937","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29634937","6":"[PMID:29634937](https://www.ncbi.nlm.nih.gov/pubmed/?term=29634937)","7":"Coordination of Receptor Tyrosine Kinase Signaling and Interfacial Tension Dynamics Drives Radial Intercalation and Tube Elongation","8":"2018","9":"branching morphogenesis, cell migration, cellular force inference toolkit (CellFIT), epithelial biology, finite element modeling, interfacial tension, mammary gland, mechanical signaling, radial intercalation","10":"Neumann NM, Perrone MC, Veldhuis JH, Huebner RJ, Zhan H, Devreotes PN, Brodland GW, Ewald AJ","11":"[\"Organoid\", \"Microscopy\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"291"},{"1":"syn21681488","2":"","3":"Comput Methods Appl Mech Eng","4":"30555187","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30555187","6":"[PMID:30555187](https://www.ncbi.nlm.nih.gov/pubmed/?term=30555187)","7":"Correction function for accuracy improvement of the Composite Smeared Finite Element for diffusive transport in biological tissue systems","8":"2018","9":"capillary-tissue system, composite smeared finite element, correction function, diffusion, smeared model","10":"Milosevic M, Simic V, Milicevic B, Koay EJ, Ferrari M, Ziemys A, Kojic M","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"292"},{"1":"syn21681598","2":"","3":"ACS Nano","4":"30883087","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30883087","6":"[PMID:30883087](https://www.ncbi.nlm.nih.gov/pubmed/?term=30883087)","7":"Correction to Soft Hyaluronic Gels Promote Cell Spreading, Stress Fibers, Focal Adhesion, and Membrane Tension by Phosphoinositide Signaling, Not Traction Force","8":"2019","9":"","10":"Mandal K, Aroush DR, Graber ZT, Wu B, Park CY, Fredberg JJ, Guo W, Baumgart T, Janmey PA","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"293"},{"1":"syn21648896","2":"","3":"J Struct Biol","4":"29221896","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29221896","6":"[PMID:29221896](https://www.ncbi.nlm.nih.gov/pubmed/?term=29221896)","7":"Correlative imaging reveals physiochemical heterogeneity of microcalcifications in human breast carcinomas","8":"2018","9":"Biogenic whitlockite, Dystrophic mineralization, Label-free nondestructive chemical imaging, Multimodal imaging, Pathological mineralization, Raman microscopy","10":"Kunitake JAMR, Choi S, Nguyen KX, Lee MM, He F, Sudilovsky D, Morris PG, Jochelson MS, Hudis CA, Muller DA, Fratzl P, Fischbach C, Masic A, Estroff LA","11":"[\"Imaging\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"294"},{"1":"syn21681607","2":"","3":"Biomed Microdevices","4":"30906958","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30906958","6":"[PMID:30906958](https://www.ncbi.nlm.nih.gov/pubmed/?term=30906958)","7":"Coupling tumor growth and bio distribution models","8":"2019","9":"Angiogenesis, Biodistribution, Code coupling, Modeling, Multiphase, Smearded finite element","10":"Santagiuliana R, Milosevic M, Milicevic B, Scium`e G, Simic V, Ziemys A, Kojic M, Schrefler BA","11":"[]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"295"},{"1":"syn21649107","2":"","3":"J Am Chem Soc","4":"26812279","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26812279","6":"[PMID:26812279](https://www.ncbi.nlm.nih.gov/pubmed/?term=26812279)","7":"Covalent Ras Dimerization on Membrane Surfaces through Photosensitized Oxidation","8":"2016","9":"","10":"Chung JK, Lee YK, Lam HY, Groves JT","11":"[\"Spectroscopy\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"296"},{"1":"syn21681870","2":"","3":"Radiat Oncol","4":"31426824","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31426824","6":"[PMID:31426824](https://www.ncbi.nlm.nih.gov/pubmed/?term=31426824)","7":"Creating customized oral stents for head and neck radiotherapy using 3D scanning and printing","8":"2019","9":"3D printing, 3D scanning, Head and neck cancer, Oral stents, Radiation therapy","10":"Zaid M, Bajaj N, Burrows H, Mathew R, Dai A, Wilke CT, Palasi S, Hergenrother R, Chung C, Fuller CD, Phan J, Gunn GB, Morrison WH, Garden AS, Frank SJ, Rosenthal DI, Andersen M, Otun A, Chambers MS, Koay EJ","11":"[]","12":"[\"Head and Neck Neoplasm\"]","13":"[\"Head and neck\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"297"},{"1":"syn21648926","2":"","3":"Cancer Discov","4":"29510988","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29510988","6":"[PMID:29510988](https://www.ncbi.nlm.nih.gov/pubmed/?term=29510988)","7":"Cross-Cohort Analysis Identifies a TEAD4-MYCN Positive Feedback Loop as the Core Regulatory Element of High-Risk Neuroblastoma","8":"2018","9":"","10":"Rajbhandari P, Lopez G, Capdevila C, Salvatori B, Yu J, Rodriguez-Barrueco R, Martinez D, Yarmarkovich M, Weichert-Leahey N, Abraham BJ, Alvarez MJ, Iyer A, Harenza JL, Oldridge D, De Preter K, Koster J, Asgharzadeh S, Seeger RC, Wei JS, Khan J, Vandesompele J, Mestdagh P, Versteeg R, Look AT, Young RA, Iavarone A, Lasorella A, Silva JM, Maris JM, Califano A","11":"[\"Mathematical Modeling\", \"Unspecified\"]","12":"[]","13":"[\"Nervous system\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21792538","22":"PRJNA336020","_rn_":"298"},{"1":"syn21681814","2":"","3":"Cancer Discov","4":"31197017","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31197017","6":"[PMID:31197017](https://www.ncbi.nlm.nih.gov/pubmed/?term=31197017)","7":"Cross-Species Single-Cell Analysis of Pancreatic Ductal Adenocarcinoma Reveals Antigen-Presenting Cancer-Associated Fibroblasts","8":"2019","9":"","10":"Elyada E, Bolisetty M, Laise P, Flynn WF, Courtois ET, Burkhart RA, Teinor JA, Belleau P, Biffi G, Lucito MS, Sivajothi S, Armstrong TD, Engle DD, Yu KH, Hao Y, Wolfgang CL, Park Y, Preall J, Jaffee EM, Califano A, Robson P, Tuveson DA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21813525","22":"PRJNA531464","_rn_":"299"},{"1":"syn21645489","2":"","3":"Mol Biol Cell","4":"28566555","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28566555","6":"[PMID:28566555](https://www.ncbi.nlm.nih.gov/pubmed/?term=28566555)","7":"Cross-linked matrix rigidity and soluble retinoids synergize in nuclear lamina regulation of stem cell differentiation","8":"2017","9":"","10":"Ivanovska IL, Swift J, Spinler K, Dingal D, Cho S, Discher DE","11":"[\"Proteomics Assay\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"300"},{"1":"syn21681337","2":"","3":"Cancer Res","4":"29440171","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29440171","6":"[PMID:29440171](https://www.ncbi.nlm.nih.gov/pubmed/?term=29440171)","7":"Cross-talk Signaling between HER3 and HPV16 E6 and E7 Mediates Resistance to PI3K Inhibitors in Head and Neck Cancer","8":"2018","9":"","10":"Brand TM, Hartmann S, Bhola NE, Li H, Zeng Y, O'Keefe RA, Ranall MV, Bandyopadhyay S, Soucheray M, Krogan NJ, Kemp C, Duvvuri U, LaVallee T, Johnson DE, Ozbun MA, Bauman JE, Grandis JR","11":"[]","12":"[\"Head and Neck Neoplasm\"]","13":"[\"Head and neck\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"301"},{"1":"syn21681435","2":"","3":"Sci Adv","4":"30306128","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30306128","6":"[PMID:30306128](https://www.ncbi.nlm.nih.gov/pubmed/?term=30306128)","7":"Cross-talk among writers, readers, and erasers of m6A regulates cancer growth and progression","8":"2018","9":"","10":"Panneerdoss S, Eedunuri VK, Yadav P, Timilsina S, Rajamanickam S, Viswanadhapalli S, Abdelfattah N, Onyeagucha BC, Cui X, Lai Z, Mohammad TA, Gupta YK, Huang TH, Huang Y, Chen Y, Rao MK","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21809435","22":"PRJNA320762","_rn_":"302"},{"1":"syn21645404","2":"","3":"Nucleic Acids Res","4":"27550179","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27550179","6":"[PMID:27550179](https://www.ncbi.nlm.nih.gov/pubmed/?term=27550179)","7":"Crossover-site sequence and DNA torsional stress control strand interchanges by the Bxb1 site-specific serine recombinase","8":"2016","9":"","10":"Keenholtz RA, Grindley ND, Hatfull GF, Marko JF","11":"[\"Western Blotting\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"303"},{"1":"syn21649180","2":"","3":"Ann Pancreat Cancer","4":"30198024","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30198024","6":"[PMID:30198024](https://www.ncbi.nlm.nih.gov/pubmed/?term=30198024)","7":"Current and emerging radiotherapy strategies for pancreatic adenocarcinoma: stereotactic, intensity modulated and particle radiotherapy","8":"2018","9":"Stereotactic body radiotherapy (SBRT), carbon ions, intensity modulated radiation therapy (IMRT), pancreatic cancer, protons","10":"Ng SP, Koay EJ","11":"[\"Radiotherapy\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"304"},{"1":"syn21681444","2":"","3":"Nat Genet","4":"30374067","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30374067","6":"[PMID:30374067](https://www.ncbi.nlm.nih.gov/pubmed/?term=30374067)","7":"Currently available bulk sequencing data do not necessarily support a model of neutral tumor evolution","8":"2018","9":"","10":"McDonald TO, Chakrabarti S, Michor F","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"305"},{"1":"syn21645480","2":"","3":"Proc Natl Acad Sci U S A","4":"27531962","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27531962","6":"[PMID:27531962](https://www.ncbi.nlm.nih.gov/pubmed/?term=27531962)","7":"Curvature-undulation coupling as a basis for curvature sensing and generation in bilayer membranes","8":"2016","9":"coarse-grained molecular dynamics, curvature-inducing proteins, equipartition, fluctuation analysis, membrane undulations","10":"Bradley RP, Radhakrishnan R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"306"},{"1":"syn21681901","2":"","3":"Methods Mol Biol","4":"31502168","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31502168","6":"[PMID:31502168](https://www.ncbi.nlm.nih.gov/pubmed/?term=31502168)","7":"Cyclic Multiplexed-Immunofluorescence (cmIF), a Highly Multiplexed Method for Single-Cell Analysis","8":"2020","9":"Breast cancer, Cyclic IF, Cyclic immunofluorescence, Cyclic multiplexed-immunofluorescence (cmIF), Immunotherapy, Tumor infiltrating lymphocytes (TILs)","10":"Eng J, Thibault G, Luoh SW, Gray JW, Chang YH, Chin K","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"307"},{"1":"syn21649071","2":"","3":"Mol Cancer Res","4":"30333153","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30333153","6":"[PMID:30333153](https://www.ncbi.nlm.nih.gov/pubmed/?term=30333153)","7":"Cyclooxygenase-2 Inhibition Potentiates the Efficacy of Vascular Endothelial Growth Factor Blockade and Promotes an Immune Stimulatory Microenvironment in Preclinical Models of Pancreatic Cancer","8":"2019","9":"","10":"Zhang Y, Kirane A, Huang H, Sorrelle NB, Burrows FJ, Dellinger MT, Brekken RA","11":"[]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"308"},{"1":"syn21681764","2":"","3":"Elife","4":"31144616","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31144616","6":"[PMID:31144616](https://www.ncbi.nlm.nih.gov/pubmed/?term=31144616)","7":"DDR2 controls breast tumor stiffness and metastasis by regulating integrin mediated mechanotransduction in CAFs","8":"2019","9":"DDR2, Integrins, cancer biology, cell biology, collagen, mechanotransduction, metastasis, mouse","10":"Bayer SV, Grither WR, Brenot A, Hwang PY, Barcus CE, Ernst M, Pence P, Walter C, Pathak A, Longmore GD","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"309"},{"1":"syn21681579","2":"","3":"Bioinformatics","4":"30816920","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30816920","6":"[PMID:30816920](https://www.ncbi.nlm.nih.gov/pubmed/?term=30816920)","7":"DIFFpop: a stochastic computational approach to simulate differentiation hierarchies with single cell barcoding","8":"2019","9":"","10":"Ferlic J, Shi J, McDonald TO, Michor F","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"310"},{"1":"syn21645556","2":"","3":"Curr Biol","4":"27989676","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27989676","6":"[PMID:27989676](https://www.ncbi.nlm.nih.gov/pubmed/?term=27989676)","7":"DNA Damage Follows Repair Factor Depletion and Portends Genome Variation in Cancer Cells after Pore Migration","8":"2017","9":"DNA damage, DNA repair, cancer, copy number variation, extracellular matrix, lamina, migration, motility, nuclear envelope, rupture","10":"Irianto J, Xia Y, Pfeifer CR, Athirasala A, Ji J, Alvey C, Tewari M, Bennett RR, Harding SM, Liu AJ, Greenberg RA, Discher DE","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[\"Brain\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"311"},{"1":"syn21645414","2":"","3":"Cell","4":"26317460","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26317460","6":"[PMID:26317460](https://www.ncbi.nlm.nih.gov/pubmed/?term=26317460)","7":"DNA Methylation Inhibitors in Cancer Therapy: The Immunity Dimension","8":"2015","9":"","10":"Licht JD","11":"[\"Hi-C\"]","12":"[\"Leukemia\", \"Unspecified\"]","13":"[\"Blood\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"312"},{"1":"syn21645258","2":"","3":"Genes (Basel)","4":"28505145","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28505145","6":"[PMID:28505145](https://www.ncbi.nlm.nih.gov/pubmed/?term=28505145)","7":"DNA Methylation Targets Influenced by Bisphenol A and/or Genistein Are Associated with Survival Outcomes in Breast Cancer Patients","8":"2017","9":"Bisphenol A, DNA-methylation, genistein","10":"Jadhav RR, Santucci-Pereira J, Wang YV, Liu J, Nguyen TD, Wang J, Jenkins S, Russo J, Huang TH, Jin VX, Lamartiniere CA","11":"[\"Methyl Binding Domain Sequencing\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Mammary Gland\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn12576666","22":"PRJNA350299","_rn_":"313"},{"1":"syn21681356","2":"","3":"Mol Pharm","4":"29537266","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29537266","6":"[PMID:29537266](https://www.ncbi.nlm.nih.gov/pubmed/?term=29537266)","7":"DNA Thioaptamer with Homing Specificity to Lymphoma Bone Marrow Involvement","8":"2018","9":"bone, in vivo SELEX, lymphoma, thioaptamer","10":"Mai J, Li X, Zhang G, Huang Y, Xu R, Shen Q, Lokesh GL, Thiviyanathan V, Chen L, Liu H, Zu Y, Ma X, Volk DE, Gorenstein DG, Ferrari M, Shen H","11":"[]","12":"[\"Lymphoma\"]","13":"[\"Hematopoietic system\", \"Lymphatic system\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"314"},{"1":"syn21648986","2":"","3":"Int J Cancer","4":"29978468","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29978468","6":"[PMID:29978468](https://www.ncbi.nlm.nih.gov/pubmed/?term=29978468)","7":"DNA concentration from self samples for HPV testing","8":"2018","9":"","10":"Meza R, Lau YK, Thomas TB, Carey TE, Walline HM, Eisenberg MC","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"315"},{"1":"syn21681477","2":"","3":"Adv Healthc Mater","4":"30516349","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30516349","6":"[PMID:30516349](https://www.ncbi.nlm.nih.gov/pubmed/?term=30516349)","7":"DNA-Based Biomaterials for Immunoengineering","8":"2019","9":"DNA, NETs, biomaterials, eDNA, immunoregulation","10":"Maeda M, Kojima T, Song Y, Takayama S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"316"},{"1":"syn21645411","2":"","3":"J Mol Biol","4":"26220077","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26220077","6":"[PMID:26220077](https://www.ncbi.nlm.nih.gov/pubmed/?term=26220077)","7":"DNA-Segment-Facilitated Dissociation of Fis and NHP6A from DNA Detected via Single-Molecule Mechanical Response","8":"2015","9":"affinity, binding kinetics, biomolecule interactions, off-rate, unbinding","10":"Giuntoli RD, Linzer NB, Banigan EJ, Sing CE, de la Cruz MO, Graham JS, Johnson RC, Marko JF","11":"[\"Magnetic Tweezers\", \"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"317"},{"1":"syn21648909","2":"","3":"Proc Natl Acad Sci U S A","4":"29654148","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29654148","6":"[PMID:29654148](https://www.ncbi.nlm.nih.gov/pubmed/?term=29654148)","7":"DRUG-NEM: Optimizing drug combinations using single-cell perturbation response to account for intratumoral heterogeneity","8":"2018","9":"combination therapy, intratumor heterogeneity, leukemia, nested effects models, single-cell analysis","10":"Anchang B, Davis KL, Fienberg HG, Williamson BD, Bendall SC, Karacosta LG, Tibshirani R, Nolan GP, Plevritis SK","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"318"},{"1":"syn21645353","2":"","3":"Cancer Res","4":"27009166","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27009166","6":"[PMID:27009166](https://www.ncbi.nlm.nih.gov/pubmed/?term=27009166)","7":"Darwinian Dynamics of Intratumoral Heterogeneity: Not Solely Random Mutations but Also Variable Environmental Selection Forces","8":"2016","9":"","10":"Lloyd MC, Cunningham JJ, Bui MM, Gillies RJ, Brown JS, Gatenby RA","11":"[\"Immunohistochemistry Staining Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"319"},{"1":"syn21681570","2":"","3":"Mol Syst Biol","4":"30796088","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30796088","6":"[PMID:30796088](https://www.ncbi.nlm.nih.gov/pubmed/?term=30796088)","7":"De novo gene signature identification from single-cell RNA-seq with hierarchical Poisson factorization","8":"2019","9":"dimensionality reduction, gene signature discovery, glioma, single‐cell RNA‐seq","10":"Levitin HM, Yuan J, Cheng YL, Ruiz FJ, Bush EC, Bruce JN, Canoll P, Iavarone A, Lasorella A, Blei DM, Sims PA","11":"[]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"320"},{"1":"syn21681436","2":"","3":"Reprod Sci","4":"30309298","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30309298","6":"[PMID:30309298](https://www.ncbi.nlm.nih.gov/pubmed/?term=30309298)","7":"Decidualization of Human Endometrial Stromal Fibroblasts is a Multiphasic Process Involving Distinct Transcriptional Programs","8":"2019","9":"decidual stromal cells, decidualization, endometrium","10":"Rytk\"onen KT, Erkenbrack EM, Poutanen M, Elo LL, Pavlicev M, Wagner GP","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"syn21809444","22":"PRJNA470821","_rn_":"321"},{"1":"syn21645584","2":"","3":"PLoS One","4":"26181325","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26181325","6":"[PMID:26181325](https://www.ncbi.nlm.nih.gov/pubmed/?term=26181325)","7":"Decoupling of the PI3K Pathway via Mutation Necessitates Combinatorial Treatment in HER2+ Breast Cancer","8":"2015","9":"","10":"Korkola JE, Collisson EA, Heiser M, Oates C, Bayani N, Itani S, Esch A, Thompson W, Griffith OL, Wang NJ, Kuo WL, Cooper B, Billig J, Ziyad S, Hung JL, Jakkula L, Feiler H, Lu Y, Mills GB, Spellman PT, Tomlin C, Mukherjee S, Gray JW","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630075","15":"[\"Evolution\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775704\"]","19":"[\"CA195469\"]","20":"[\"Intratumor heterogeneity underlying treatment resistance in HER2+ breast tumors\"]","21":"","22":"","_rn_":"322"},{"1":"syn21648980","2":"","3":"Cell","4":"30078711","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30078711","6":"[PMID:30078711](https://www.ncbi.nlm.nih.gov/pubmed/?term=30078711)","7":"Deep Profiling of Mouse Splenic Architecture with CODEX Multiplexed Imaging","8":"2018","9":"CODEX, autoimmunity, immune tissue, microenvironment, multidimensional imaging, multiplexed imaging, niche, tissue architecture","10":"Goltsev Y, Samusik N, Kennedy-Darling J, Bhate S, Hale M, Vazquez G, Black S, Nolan GP","11":"[\"Flow Cytometry\", \"Mass Cytometry\"]","12":"[]","13":"[\"Lymph node\", \"NOS\"]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"323"},{"1":"syn21648911","2":"","3":"Phys Rev E","4":"29548184","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29548184","6":"[PMID:29548184](https://www.ncbi.nlm.nih.gov/pubmed/?term=29548184)","7":"Defect-facilitated buckling in supercoiled double-helix DNA","8":"2018","9":"","10":"Brahmachari S, Dittmore A, Takagi Y, Neuman KC, Marko JF","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"324"},{"1":"syn21645364","2":"","3":"Cancer Res","4":"28249898","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28249898","6":"[PMID:28249898](https://www.ncbi.nlm.nih.gov/pubmed/?term=28249898)","7":"Defining Cancer Subpopulations by Adaptive Strategies Rather Than Molecular Properties Provides Novel Insights into Intratumoral Evolution","8":"2017","9":"","10":"Ibrahim-Hashim A, Robertson-Tessi M, Enriquez-Navas PM, Damaghi M, Balagurunathan Y, Wojtkowiak JW, Russell S, Yoonseok K, Lloyd MC, Bui MM, Brown JS, Anderson ARA, Gillies RJ, Gatenby RA","11":"[\"Immunohistochemistry Staining Method\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"325"},{"1":"syn21649177","2":"","3":"Neurosurgery","4":"27509070","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27509070","6":"[PMID:27509070](https://www.ncbi.nlm.nih.gov/pubmed/?term=27509070)","7":"Defining Glioblastoma Resectability Through the Wisdom of the Crowd: A Proof-of-Principle Study","8":"2017","9":"Crowdsourcing, EOR, Extent of resection, Glioblastoma, Glioma, Resectability","10":"Sonabend AM, Zacharia BE, Cloney MB, Sonabend A, Showers C, Ebiana V, Nazarian M, Swanson KR, Baldock A, Brem H, Bruce JN, Butler W, Cahill DP, Carter B, Orringer DA, Roberts DW, Sagher O, Sanai N, Schwartz TH, Silbergeld DL, Sisti MB, Thompson RC, Waziri AE, Ghogawala Z, McKhann G 2nd","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"326"},{"1":"syn21645506","2":"","3":"Cancer Cell","4":"27070691","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27070691","6":"[PMID:27070691](https://www.ncbi.nlm.nih.gov/pubmed/?term=27070691)","7":"Deletion Mutations Keep Kinase Inhibitors in the Loop","8":"2016","9":"","10":"Freed DM, Park JH, Radhakrishnan R, Lemmon MA","11":"[\"Dideoxy Chain Termination DNA Sequencing\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"327"},{"1":"syn21681930","2":"","3":"Pigment Cell Melanoma Res","4":"31562697","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31562697","6":"[PMID:31562697](https://www.ncbi.nlm.nih.gov/pubmed/?term=31562697)","7":"Delineating the role of MITF isoforms in pigmentation and tissue homeostasis","8":"2019","9":"MITF\\n, CRISPR/CAS9, alternative promoters, choroid, isoforms, melanogenesis, microphthalmia-associated transcription factor, retinal pigment epithelium, retinoids","10":"Flesher JL, Paterson-Coleman EK, Vasudeva P, Ruiz-Vega R, Marshall M, Pearlman E, MacGregor GR, Neumann J, Ganesan AK","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18145018\"]","19":"[\"CA217378\"]","20":"[\"Cancer Systems Biology at UC Irvine\"]","21":"","22":"","_rn_":"328"},{"1":"syn21645390","2":"","3":"Chromosome Res","4":"27145786","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27145786","6":"[PMID:27145786](https://www.ncbi.nlm.nih.gov/pubmed/?term=27145786)","7":"Dependence of the structure and mechanics of metaphase chromosomes on oxidized cysteines","8":"2016","9":"Chromosome structure, Cysteine, Disulfide, Metaphase chromosome","10":"Eastland A, Hornick J, Kawamura R, Nanavati D, Marko JF","11":"[\"Microscopy\", \"Mass Spectrometry\", \"Western Blotting\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"329"},{"1":"syn21681985","2":"","3":"J Clin Invest","4":"31763993","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31763993","6":"[PMID:31763993](https://www.ncbi.nlm.nih.gov/pubmed/?term=31763993)","7":"Deregulating MYC in a model of HER2+ breast cancer mimics human intertumoral heterogeneity","8":"2020","9":"Breast cancer, Cell Biology, Mouse models, Oncogenes, Oncology","10":"Risom T, Wang X, Liang J, Zhang X, Pelz C, Campbell LG, Eng J, Chin K, Farrington C, Narla G, Langer EM, Sun XX, Su Y, Daniel CJ, Dai MS, L\"ohr CV, Sears RC","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"330"},{"1":"syn21649091","2":"","3":"J Nanomater","4":"27398083","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27398083","6":"[PMID:27398083](https://www.ncbi.nlm.nih.gov/pubmed/?term=27398083)","7":"Design of Nanoparticle-Based Carriers for Targeted Drug Delivery","8":"2016","9":"cancer, multiscale modeling, nanoparticle design, self-assembly of nanoparticles, targeted drug delivery","10":"Yu X, Trase I, Ren M, Duval K, Guo X, Chen Z","11":"[\"Microscopy\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"331"},{"1":"syn21645245","2":"","3":"Nat Commun","4":"29151572","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29151572","6":"[PMID:29151572](https://www.ncbi.nlm.nih.gov/pubmed/?term=29151572)","7":"Determining therapeutic susceptibility in multiple myeloma by single-cell mass accumulation","8":"2017","9":"","10":"Cetin AE, Stevens MM, Calistri NL, Fulciniti M, Olcum S, Kimmerling RJ, Munshi NC, Manalis SR","11":"[\"Unspecified\"]","12":"[]","13":"[\"Bone Marrow\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"332"},{"1":"syn21648892","2":"","3":"Sci Rep","4":"29386574","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29386574","6":"[PMID:29386574](https://www.ncbi.nlm.nih.gov/pubmed/?term=29386574)","7":"Development of an Immune-Pathology Informed Radiomics Model for Non-Small Cell Lung Cancer","8":"2018","9":"","10":"Tang C, Hobbs B, Amer A, Li X, Behrens C, Canales JR, Cuentas EP, Villalobos P, Fried D, Chang JY, Hong DS, Welsh JW, Sepesi B, Court L, Wistuba II, Koay EJ","11":"[\"IHC\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\", \"NOS\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"333"},{"1":"syn21681453","2":"","3":"Front Oncol","4":"30406029","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30406029","6":"[PMID:30406029](https://www.ncbi.nlm.nih.gov/pubmed/?term=30406029)","7":"Developments in Blood-Brain Barrier Penetrance and Drug Repurposing for Improved Treatment of Glioblastoma","8":"2018","9":"Blood-brain barrier, GBM, glioblastoma, pharmacotherapy, recurrent GBM, repurposed drugs","10":"Harder BG, Blomquist MR, Wang J, Kim AJ, Woodworth GF, Winkles JA, Loftus JC, Tran NL","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"334"},{"1":"syn21648839","2":"","3":"Cancer Causes Control","4":"27995352","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27995352","6":"[PMID:27995352](https://www.ncbi.nlm.nih.gov/pubmed/?term=27995352)","7":"Diabetes and breast cancer mortality in Black women","8":"2017","9":"Black women, Breast cancer, Diabetes, Mortality","10":"Charlot M, Castro-Webb N, Bethea TN, Bertrand K, Boggs DA, Denis GV, Adams-Campbell LL, Rosenberg L, Palmer JR","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"335"},{"1":"syn21681976","2":"","3":"Cancer Res","4":"31704888","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31704888","6":"[PMID:31704888](https://www.ncbi.nlm.nih.gov/pubmed/?term=31704888)","7":"Differential Contributions of Pre- and Post-EMT Tumor Cells in Breast Cancer Metastasis","8":"2020","9":"","10":"Lourenco AR, Ban Y, Crowley MJ, Lee SB, Ramchandani D, Du W, Elemento O, George JT, Jolly MK, Levine H, Sheng J, Wong ST, Altorki NK, Gao D","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"336"},{"1":"syn21649154","2":"","3":"Cell Rep","4":"30044986","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30044986","6":"[PMID:30044986](https://www.ncbi.nlm.nih.gov/pubmed/?term=30044986)","7":"Differential HDAC6 Activity Modulates Ciliogenesis and Subsequent Mechanosensing of Endothelial Cells Derived from Pluripotent Stem Cells","8":"2018","9":"endothelial cells, human induced pluripotent stem cells, microfluidics, primary cilia, shear stress, tissue engineering","10":"Smith Q, Macklin B, Chan XY, Jones H, Trempel M, Yoder MC, Gerecht S","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"syn21797922","22":"PRJNA476340","_rn_":"337"},{"1":"syn21648827","2":"","3":"Cancer Epidemiol Biomarkers Prev","4":"27756774","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27756774","6":"[PMID:27756774](https://www.ncbi.nlm.nih.gov/pubmed/?term=27756774)","7":"Differential Patterns of Risk Factors for Early-Onset Breast Cancer by ER Status in African American Women","8":"2017","9":"","10":"Bertrand KA, Bethea TN, Adams-Campbell LL, Rosenberg L, Palmer JR","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"338"},{"1":"syn21681518","2":"","3":"Sci Rep","4":"30643202","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30643202","6":"[PMID:30643202](https://www.ncbi.nlm.nih.gov/pubmed/?term=30643202)","7":"Differential expression of p120-catenin 1 and 3 isoforms in epithelial tissues","8":"2019","9":"","10":"Venhuizen JH, Sommer S, Span PN, Friedl P, Zegers MM","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"339"},{"1":"syn21649175","2":"","3":"J Neurooncol","4":"29453678","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29453678","6":"[PMID:29453678](https://www.ncbi.nlm.nih.gov/pubmed/?term=29453678)","7":"Differential expression of the TWEAK receptor Fn14 in IDH1 wild-type and mutant gliomas","8":"2018","9":"DNA methylation, Fn14, Glioblastoma, IDH, TWEAK, Tumor subtypes","10":"Hersh DS, Peng S, Dancy JG, Galisteo R, Eschbacher JM, Castellani RJ, Heath JE, Legesse T, Kim AJ, Woodworth GF, Tran NL, Winkles JA","11":"[]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"340"},{"1":"syn21649001","2":"","3":"Nat Commun","4":"30232459","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30232459","6":"[PMID:30232459](https://www.ncbi.nlm.nih.gov/pubmed/?term=30232459)","7":"Differentiation-state plasticity is a targetable resistance mechanism in basal-like breast cancer","8":"2018","9":"","10":"Risom T, Langer EM, Chapman MP, Rantala J, Fields AJ, Boniface C, Alvarez MJ, Kendsersky ND, Pelz CR, Johnson-Camacho K, Dobrolecki LE, Chin K, Aswani AJ, Wang NJ, Califano A, Lewis MT, Tomlin CJ, Spellman PT, Adey A, Gray JW, Sears RC","11":"[\"PDX\", \"Image Cytometry\", \"Mass Cytometry\", \"Whole Transcriptome Sequencing\", \"High-throughput Drug Screen\", \"Whole Genome Sequencing\", \"Whole Exome Sequencing\", \"Single-cell ATAC-Seq\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630075, syn21630076, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775704\",\"syn9773345\",\"syn7315802\"]","19":"[\"CA195469\",\"CA209988\",\"CA209997\"]","20":"[\"Intratumor heterogeneity underlying treatment resistance in HER2+ breast tumors\", \"Measuring, Modeling and Controlling Heterogeneity (M2CH)\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn18425364","22":"PRJNA521411","_rn_":"341"},{"1":"syn21649023","2":"","3":"Mol Biol Cell","4":"26378258","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26378258","6":"[PMID:26378258](https://www.ncbi.nlm.nih.gov/pubmed/?term=26378258)","7":"Diffusion of GPI-anchored proteins is influenced by the activity of dynamic cortical actin","8":"2015","9":"","10":"Saha S, Lee IH, Polley A, Groves JT, Rao M, Mayor S","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"342"},{"1":"syn21649059","2":"","3":"Adv Mater","4":"29210480","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29210480","6":"[PMID:29210480](https://www.ncbi.nlm.nih.gov/pubmed/?term=29210480)","7":"Dimeric Drug Polymeric Micelles with Acid-Active Tumor Targeting and FRET-Traceable Drug Release","8":"2018","9":"FRET, acid-active tumor targetting, drug delivery, reduction sensitive, tumor targeting","10":"Guo X, Wang L, Duval K, Fan J, Zhou S, Chen Z","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"343"},{"1":"syn21681615","2":"","3":"Phys Rev Lett","4":"30932682","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30932682","6":"[PMID:30932682](https://www.ncbi.nlm.nih.gov/pubmed/?term=30932682)","7":"Direct Three-Dimensional Measurement of Refractive Index via Dual Photon-Phonon Scattering","8":"2019","9":"","10":"Fiore A, Bevilacqua C, Scarcelli G","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"344"},{"1":"syn21648927","2":"","3":"Genes Dev","4":"29483153","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29483153","6":"[PMID:29483153](https://www.ncbi.nlm.nih.gov/pubmed/?term=29483153)","7":"Discoidin domain receptor 1 (DDR1) ablation promotes tissue fibrosis and hypoxia to induce aggressive basal-like breast cancers","8":"2018","9":"DDR1, basal-like phenotype, breast cancer, mammary development, necrosis/hypoxia","10":"Takai K, Drain AP, Lawson DA, Littlepage LE, Karpuj M, Kessenbrock K, Le A, Inoue K, Weaver VM, Werb Z","11":"[\"Microscopy\", \"3D Cell Culture\", \"Murine Model\"]","12":"[\"Intraductal carcinoma in situ of Breast\", \"Lung Carcinoma\"]","13":"[\"Breast\", \"Lung\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"345"},{"1":"syn21649042","2":"","3":"Methods Mol Biol","4":"29344883","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29344883","6":"[PMID:29344883](https://www.ncbi.nlm.nih.gov/pubmed/?term=29344883)","7":"Discovering Altered Regulation and Signaling Through Network-based Integration of Transcriptomic, Epigenomic, and Proteomic Tumor Data","8":"2018","9":"Computational biology, Data integration, High-throughput data, Network biology","10":"Kedaigle AJ, Fraenkel E","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"346"},{"1":"syn21681997","2":"","3":"Epigenomes","4":"31815011","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31815011","6":"[PMID:31815011](https://www.ncbi.nlm.nih.gov/pubmed/?term=31815011)","7":"Disruption of Broad Epigenetic Domains in PDAC Cells by HAT Inhibitors","8":"2019","9":"epigenomics, pancreatic cancer, super-enhancers","10":"Gerrard DL, Boyd JR, Stein GS, Jin VX, Frietze S","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"347"},{"1":"syn21648985","2":"","3":"Mol Cancer Ther","4":"29636367","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29636367","6":"[PMID:29636367](https://www.ncbi.nlm.nih.gov/pubmed/?term=29636367)","7":"Disruption of NSD1 in Head and Neck Cancer Promotes Favorable Chemotherapeutic Responses Linked to Hypomethylation","8":"2018","9":"","10":"Bui N, Huang JK, Bojorquez-Gomez A, Licon K, Sanchez KS, Tang SN, Beckett AN, Wang T, Zhang W, Shen JP, Kreisberg JF, Ideker T","11":"[\"Bisulfite Sequencing\", \"Colorimetric Cell Viability Assay\", \"Dideoxy Chain Termination DNA Sequencing\", \"Whole Exome Sequencing\", \"Whole Transcriptome Sequencing\"]","12":"[\"Head and Neck Carcinoma\"]","13":"[\"Nasal cavity\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"348"},{"1":"syn21681443","2":"","3":"Semin Cell Dev Biol","4":"30359779","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30359779","6":"[PMID:30359779](https://www.ncbi.nlm.nih.gov/pubmed/?term=30359779)","7":"Dissecting cellular mechanics: Implications for aging, cancer, and immunity","8":"2019","9":"Cancer, Cell mechanics, Cell microenvironment, Cellular viscoelasticity, Immunology","10":"Harris MJ, Wirtz D, Wu PH","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"349"},{"1":"syn21645610","2":"","3":"Mol Cell","4":"26907613","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26907613","6":"[PMID:26907613](https://www.ncbi.nlm.nih.gov/pubmed/?term=26907613)","7":"Distal Alternative Last Exons Localize mRNAs to Neural Projections","8":"2016","9":"","10":"Taliaferro JM, Vidaki M, Oliveira R, Olson S, Zhan L, Saxena T, Wang ET, Graveley BR, Gertler FB, Swanson MS, Burge CB","11":"[\"Whole Transcriptome Sequencing\"]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"syn21889680, syn21889780","22":"GSE67828, SRP057123","_rn_":"350"},{"1":"syn21648870","2":"","3":"PLoS One","4":"28333954","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28333954","6":"[PMID:28333954](https://www.ncbi.nlm.nih.gov/pubmed/?term=28333954)","7":"Distance in cancer gene expression from stem cells predicts patient survival","8":"2017","9":"","10":"Riester M, Wu HJ, Zehir A, G\"onen M, Moreira AL, Downey RJ, Michor F","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"351"},{"1":"syn21648957","2":"","3":"Trends Cancer","4":"29860988","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29860988","6":"[PMID:29860988](https://www.ncbi.nlm.nih.gov/pubmed/?term=29860988)","7":"Distant Relations: Macrophage Functions in the Metastatic Niche","8":"2018","9":"cancer, extravasation, macrophage, metastasis, metastatic niche","10":"Doak GR, Schwertfeger KL, Wood DK","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"352"},{"1":"syn21645606","2":"","3":"Nature","4":"26331542","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26331542","6":"[PMID:26331542](https://www.ncbi.nlm.nih.gov/pubmed/?term=26331542)","7":"Distinct EMT programs control normal mammary stem cells and tumour-initiating cells","8":"2015","9":"","10":"Ye X, Tam WL, Shibue T, Kaygusuz Y, Reinhardt F, Ng Eaton E, Weinberg RA","11":"[\"ChIP-Seq\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"syn21889669, syn21889775","22":"GSE61198, SRP046313","_rn_":"353"},{"1":"syn21681521","2":"","3":"JCO Clin Cancer Inform","4":"30652553","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30652553","6":"[PMID:30652553](https://www.ncbi.nlm.nih.gov/pubmed/?term=30652553)","7":"Distinct Phenotypic Clusters of Glioblastoma Growth and Response Kinetics Predict Survival","8":"2018","9":"","10":"Rayfield CA, Grady F, De Leon G, Rockne R, Carrasco E, Jackson P, Vora M, Johnston SK, Hawkins-Daarud A, Clark-Swanson KR, Whitmire S, Gamez ME, Porter A, Hu L, Gonzalez-Cuyar L, Bendok B, Vora S, Swanson KR","11":"[]","12":"[\"Brain Neoplasm\", \"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084088\",\"syn7349764\"]","19":"[\"CA193489\",\"CA220378\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"354"},{"1":"syn21649073","2":"","3":"Proc Natl Acad Sci U S A","4":"29844167","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29844167","6":"[PMID:29844167](https://www.ncbi.nlm.nih.gov/pubmed/?term=29844167)","7":"Diverse AR-V7 cistromes in castration-resistant prostate cancer are governed by HoxB13","8":"2018","9":"AR-V7, HoxB13, castration-resistant prostate cancer, motif-resolution cistromes","10":"Chen Z, Wu D, Thomas-Ahner JM, Lu C, Zhao P, Zhang Q, Geraghty C, Yan PS, Hankey W, Sunkel B, Cheng X, Antonarakis ES, Wang QE, Liu Z, Huang TH, Jin VX, Clinton SK, Luo J, Huang J, Wang Q","11":"[\"ChIP-Seq\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21796402","22":"PRJNA388315","_rn_":"355"},{"1":"syn21649002","2":"","3":"ACS Chem Biol","4":"29121460","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29121460","6":"[PMID:29121460](https://www.ncbi.nlm.nih.gov/pubmed/?term=29121460)","7":"Diverse Class 2 CRISPR-Cas Effector Proteins for Genome Engineering Applications","8":"2018","9":"","10":"Pyzocha NK, Chen S","11":"[]","12":"[]","13":"[\"Unspecified\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"356"},{"1":"syn21649101","2":"","3":"Expert Opin Ther Targets","4":"30244621","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30244621","6":"[PMID:30244621](https://www.ncbi.nlm.nih.gov/pubmed/?term=30244621)","7":"Does Axl have potential as a therapeutic target in pancreatic cancer?","8":"2018","9":"Axl, epithelial plasticity, immunosuppression, metastasis, pancreatic cancer, therapy resistance","10":"Du W, Brekken RA","11":"[\"CRISPR\", \"Murine Model\", \"Flow Cytometry\", \"IHC\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"357"},{"1":"syn21649139","2":"","3":"Cancer Med","4":"30152073","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30152073","6":"[PMID:30152073](https://www.ncbi.nlm.nih.gov/pubmed/?term=30152073)","7":"Dose escalation of radiotherapy in unresectable extrahepatic cholangiocarcinoma","8":"2018","9":"dose escalation, extrahepatic cholangiocarcinoma, radiation therapy, toxicity, unresectable extrahepatic cholangiocarcinoma","10":"Elganainy D, Holliday EB, Taniguchi CM, Smith GL, Shroff R, Javle M, Raghav K, Kaseb A, Aloia TA, Vauthey JN, Tzeng CD, Herman JM, Koong AC, Krishnan SX, Minsky BD, Crane CH, Das P, Koay EJ","11":"[]","12":"[\"Liver and Intrahepatic Bile Duct Carcinoma\"]","13":"[\"Liver\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"358"},{"1":"syn21649048","2":"","3":"Neoplasia","4":"30144784","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30144784","6":"[PMID:30144784](https://www.ncbi.nlm.nih.gov/pubmed/?term=30144784)","7":"Downregulation of Rap1Gap: A Switch from DCIS to Invasive Breast Carcinoma via ERK/MAPK Activation","8":"2018","9":"","10":"Shah S, Brock EJ, Jackson RM, Ji K, Boerner JL, Sloane BF, Mattingly RR","11":"[\"Immunohistochemistry Staining Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"359"},{"1":"syn21681564","2":"","3":"Bioinformatics","4":"30768150","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30768150","6":"[PMID:30768150](https://www.ncbi.nlm.nih.gov/pubmed/?term=30768150)","7":"Driver network as a biomarker: systematic integration and network modeling of multi-omics data to derive driver signaling pathways for drug combination prediction","8":"2019","9":"","10":"Huang L, Brunell D, Stephan C, Mancuso J, Yu X, He B, Thompson TC, Zinner R, Kim J, Davies P, Wong STC","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"360"},{"1":"syn21681827","2":"","3":"Drug Metab Dispos","4":"31266753","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31266753","6":"[PMID:31266753](https://www.ncbi.nlm.nih.gov/pubmed/?term=31266753)","7":"Drug Concentration Asymmetry in Tissues and Plasma for Small Molecule-Related Therapeutic Modalities","8":"2019","9":"","10":"Zhang D, Hop CECA, Patilea-Vrana G, Gampa G, Seneviratne HK, Unadkat JD, Kenny JR, Nagapudi K, Di L, Zhou L, Zak M, Wright MR, Bumpus NN, Zang R, Liu X, Lai Y, Khojasteh SC","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"361"},{"1":"syn21645307","2":"","3":"Pharmacol Res","4":"28634084","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28634084","6":"[PMID:28634084](https://www.ncbi.nlm.nih.gov/pubmed/?term=28634084)","7":"Drug delivery to melanoma brain metastases: Can current challenges lead to new opportunities?","8":"2017","9":"Active efflux, Blood-brain barrier, Drug delivery, Drug resistance, Melanoma brain metastases, Molecularly-targeted agents","10":"Gampa G, Vaidhyanathan S, Sarkaria JN, Elmquist WF","11":"[]","12":"[\"Malignant Neoplasm of Brain\", \"Melanoma\"]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"362"},{"1":"syn21649162","2":"","3":"Methods Mol Biol","4":"29858782","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29858782","6":"[PMID:29858782](https://www.ncbi.nlm.nih.gov/pubmed/?term=29858782)","7":"Dual Reporter Bioluminescence Imaging with NanoLuc and Firefly Luciferase","8":"2018","9":"Bioluminescence imaging, Firefly luciferase, NanoLuc, Oplophorus gracilirostris","10":"Gibbons AE, Luker KE, Luker GD","11":"[\"Imaging\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"363"},{"1":"syn21649116","2":"","3":"Biophys J","4":"29045874","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29045874","6":"[PMID:29045874](https://www.ncbi.nlm.nih.gov/pubmed/?term=29045874)","7":"Dynamic Scaling Analysis of Molecular Motion within the LAT:Grb2:SOS Protein Network on Membranes","8":"2017","9":"","10":"Huang WYC, Chiang HK, Groves JT","11":"[\"Single-molecule tracking\", \"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"364"},{"1":"syn21681601","2":"","3":"Front Physiol","4":"30890944","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30890944","6":"[PMID:30890944](https://www.ncbi.nlm.nih.gov/pubmed/?term=30890944)","7":"Dynamic Targeting in Cancer Treatment","8":"2019","9":"drug discovery, mathematical modeling, network medicine, signaling pathway, therapeutic target, translational research","10":"Wang Z, Deisboeck TS","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"365"},{"1":"syn21681933","2":"","3":"Curr Opin Chem Biol","4":"31563813","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31563813","6":"[PMID:31563813](https://www.ncbi.nlm.nih.gov/pubmed/?term=31563813)","7":"Dynamic bonds and their roles in mechanosensing","8":"2019","9":"","10":"Zhu C, Chen Y, Ju LA","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078","15":"[\"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083914\"]","19":"[\"CA214354\"]","20":"[\"Mechanisms of Impaired T-Cell Mechanosensing of Melanoma Antiagents\"]","21":"","22":"","_rn_":"366"},{"1":"syn21681674","2":"","3":"Nat Commun","4":"31015429","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31015429","6":"[PMID:31015429](https://www.ncbi.nlm.nih.gov/pubmed/?term=31015429)","7":"Dynamic fibroblast contractions attract remote macrophages in fibrillar collagen matrix","8":"2019","9":"","10":"Pakshir P, Alizadehgiashi M, Wong B, Coelho NM, Chen X, Gong Z, Shenoy VB, McCulloch CA, Hinz B","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"367"},{"1":"syn21681625","2":"","3":"PLoS Comput Biol","4":"30958816","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30958816","6":"[PMID:30958816](https://www.ncbi.nlm.nih.gov/pubmed/?term=30958816)","7":"Dynamic filopodial forces induce accumulation, damage, and plastic remodeling of 3D extracellular matrices","8":"2019","9":"","10":"Malandrino A, Trepat X, Kamm RD, Mak M","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"368"},{"1":"syn21649038","2":"","3":"Converg Sci Phys Oncol","4":"30079253","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30079253","6":"[PMID:30079253](https://www.ncbi.nlm.nih.gov/pubmed/?term=30079253)","7":"Dynamic interplay between tumour, stroma and immune system can drive or prevent tumour progression","8":"2017","9":"T cell, cancer, extracellular matrix, fibroblast, macrophage, mechanical, microenvironment","10":"Seager RJ, Hajal C, Spill F, Kamm RD, Zaman MH","11":"[\"Microscopy\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075, syn21630078","15":"[\"Metastasis\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\",\"syn7416707\"]","19":"[\"CA202123\",\"CA202177\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\", \"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"369"},{"1":"syn21681984","2":"","3":"Cytoskeleton (Hoboken)","4":"31758841","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31758841","6":"[PMID:31758841](https://www.ncbi.nlm.nih.gov/pubmed/?term=31758841)","7":"Dynamic motions of molecular motors in the actin cytoskeleton","8":"2019","9":"actin cytoskeleton, actin turnover, intracellular transport, molecular motor, myosin","10":"Jung W, Tabatabai AP, Thomas JJ, Tabei SMA, Murrell MP, Kim T","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"370"},{"1":"syn21681823","2":"","3":"Proc Natl Acad Sci U S A","4":"31239339","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31239339","6":"[PMID:31239339](https://www.ncbi.nlm.nih.gov/pubmed/?term=31239339)","7":"Dynamic secretome of bone marrow-derived stromal cells reveals a cardioprotective biochemical cocktail","8":"2019","9":"cell–cell communication, paracrine dynamics, paracrine signaling, secretion dynamics, secretome","10":"Kshitiz, Ellison DD, Suhail Y, Afzal J, Woo L, Kilic O, Spees J, Levchenko A","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"371"},{"1":"syn21649134","2":"","3":"BMJ Open","4":"30282679","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30282679","6":"[PMID:30282679](https://www.ncbi.nlm.nih.gov/pubmed/?term=30282679)","7":"Dynamics and Determinants of HPV Infection: The Michigan HPV and Oropharyngeal Cancer (M-HOC) Study","8":"2018","9":"human papillomavirus, longitudinal study, oral rinse, oropharyngeal cancer, sexual behavior","10":"Eisenberg MC, Campredon LP, Brouwer AF, Walline HM, Marinelli BM, Lau YK, Thomas TB, Delinger RL, Sullivan TS, Yost ML, Goudsmit CM, Carey TE, Meza R","11":"[\"Epidemiological Method\"]","12":"[\"Squamous Cell Carcinoma\"]","13":"[\"Throat\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"372"},{"1":"syn21648879","2":"","3":"Integr Biol (Camb)","4":"29340409","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29340409","6":"[PMID:29340409](https://www.ncbi.nlm.nih.gov/pubmed/?term=29340409)","7":"Dynamics of 3D carcinoma cell invasion into aligned collagen","8":"2018","9":"","10":"Ray A, Morford RK, Ghaderi N, Odde DJ, Provenzano PP","11":"[\"Cell Migration Assay\", \"Mathematical Modeling\", \"Tissue Engineering\", \"Microscopy\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"373"},{"1":"syn21645434","2":"","3":"Cell","4":"28988771","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28988771","6":"[PMID:28988771](https://www.ncbi.nlm.nih.gov/pubmed/?term=28988771)","7":"EGFR Ligands Differentially Stabilize Receptor Dimers to Specify Signaling Kinetics","8":"2017","9":"biased agonist, cell fate decision, crystallography, dimerization, growth factor, kinetic proofreading, negative feedback, phosphatase, receptor tyrosine kinase, signaling specificity","10":"Freed DM, Bessman NJ, Kiyatkin A, Salazar-Cavazos E, Byrne PO, Moore JO, Valley CC, Ferguson KM, Leahy DJ, Lidke DS, Lemmon MA","11":"[\"X-Ray Crystallography\", \"Small-Angle X-ray Scattering\", \"Surface Plasmon Resonance\"]","12":"[]","13":"[]","14":"syn21630079, syn21630078, syn21630081","15":"[\"Metastasis\", \"Microenvironment\", \"Evolution\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn7315810\",\"syn7349747\"]","19":"[\"CA209992\",\"CA193417\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"374"},{"1":"syn21648907","2":"","3":"Mol Cancer Res","4":"29724813","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29724813","6":"[PMID:29724813](https://www.ncbi.nlm.nih.gov/pubmed/?term=29724813)","7":"EGFRvIII-Stat5 Signaling Enhances Glioblastoma Cell Migration and Survival","8":"2018","9":"","10":"Roos A, Dhruv HD, Peng S, Inge LJ, Tuncali S, Pineda M, Millard N, Mayo Z, Eschbacher JM, Loftus JC, Winkles JA, Tran NL","11":"[\"Murine Model\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"375"},{"1":"syn21681388","2":"","3":"Nat Rev Cancer","4":"29891961","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29891961","6":"[PMID:29891961](https://www.ncbi.nlm.nih.gov/pubmed/?term=29891961)","7":"Eco-evolutionary causes and consequences of temporal changes in intratumoural blood flow","8":"2018","9":"","10":"Gillies RJ, Brown JS, Anderson ARA, Gatenby RA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"376"},{"1":"syn21681512","2":"","3":"Mol Biol Cell","4":"30625026","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30625026","6":"[PMID:30625026](https://www.ncbi.nlm.nih.gov/pubmed/?term=30625026)","7":"Effects of altering histone posttranslational modifications on mitotic chromosome structure and mechanics","8":"2019","9":"","10":"Biggs R, Liu PZ, Stephens AD, Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"377"},{"1":"syn21648882","2":"","3":"Phys Rev E","4":"29548245","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29548245","6":"[PMID:29548245](https://www.ncbi.nlm.nih.gov/pubmed/?term=29548245)","7":"Effects of electrostatic interactions on ligand dissociation kinetics","8":"2018","9":"","10":"Erbas A, de la Cruz MO, Marko JF","11":"[\"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"378"},{"1":"syn21648965","2":"","3":"Mol Cancer Ther","4":"29970480","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29970480","6":"[PMID:29970480](https://www.ncbi.nlm.nih.gov/pubmed/?term=29970480)","7":"Efficacy of the MDM2 Inhibitor SAR405838 in Glioblastoma Is Limited by Poor Distribution Across the Blood-Brain Barrier","8":"2018","9":"","10":"Kim M, Ma DJ, Calligaris D, Zhang S, Feathers RW, Vaubel RA, Meaux I, Mladek AC, Parrish KE, Jin F, Barriere C, Debussche L, Watters J, Tian S, Decker PA, Eckel-Passow JE, Kitange GJ, Johnson AJ, Parney IF, Anastasiadis PZ, Agar NYR, Elmquist WF, Sarkaria JN","11":"[\"Murine Model\", \"Imaging\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"379"},{"1":"syn21649146","2":"","3":"Chemphyschem","4":"27459542","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27459542","6":"[PMID:27459542](https://www.ncbi.nlm.nih.gov/pubmed/?term=27459542)","7":"Efficient Batch-Mode Parahydrogen-Induced Polarization of Propane","8":"2016","9":"hydrogenation, hyperpolarization, nmr spectroscopy, parahydrogen-induced polarization, propane","10":"Salnikov OG, Barskiy DA, Coffey AM, Kovtunov KV, Koptyug IV, Chekmenev EY","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"380"},{"1":"syn21645498","2":"","3":"Biophys J","4":"28591600","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28591600","6":"[PMID:28591600](https://www.ncbi.nlm.nih.gov/pubmed/?term=28591600)","7":"Elastic-Fluid Model for DNA Damage and Mutation from Nuclear Fluid Segregation Due to Cell Migration","8":"2017","9":"","10":"Bennett RR, Pfeifer CR, Irianto J, Xia Y, Discher DE, Liu AJ","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[\"Brain\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"381"},{"1":"syn21681855","2":"","3":"BMC Med Genomics","4":"31345234","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31345234","6":"[PMID:31345234](https://www.ncbi.nlm.nih.gov/pubmed/?term=31345234)","7":"Elevated neoantigen levels in tumors with somatic mutations in the HLA-A, HLA-B, HLA-C and B2M genes","8":"2019","9":"","10":"Castro A, Ozturk K, Pyke RM, Xian S, Zanetti M, Carter H","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"382"},{"1":"syn21645595","2":"","3":"Cell Rep","4":"26748710","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26748710","6":"[PMID:26748710](https://www.ncbi.nlm.nih.gov/pubmed/?term=26748710)","7":"Elucidating MicroRNA Regulatory Networks Using Transcriptional, Post-transcriptional, and Histone Modification Measurements","8":"2016","9":"","10":"Gosline SJ, Gurtan AM, JnBaptiste CK, Bosson A, Milani P, Dalin S, Matthews BJ, Yap YS, Sharp PA, Fraenkel E","11":"[\"Whole Transcriptome Sequencing\", \"ChIP-Seq\"]","12":"[]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"syn21889668, syn21889774","22":"GSE61035, SRP046258","_rn_":"383"},{"1":"syn21681509","2":"","3":"PLoS One","4":"30615629","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30615629","6":"[PMID:30615629](https://www.ncbi.nlm.nih.gov/pubmed/?term=30615629)","7":"Elucidating synergistic dependencies in lung adenocarcinoma by proteome-wide signaling-network analysis","8":"2019","9":"","10":"Bansal M, He J, Peyton M, Kustagi M, Iyer A, Comb M, White M, Minna JD, Califano A","11":"[]","12":"[\"Lung Adenocarcinoma\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"384"},{"1":"syn21649031","2":"","3":"Cancer Res","4":"26988988","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26988988","6":"[PMID:26988988](https://www.ncbi.nlm.nih.gov/pubmed/?term=26988988)","7":"Elucidation of the Roles of Tumor Integrin β1 in the Extravasation Stage of the Metastasis Cascade","8":"2016","9":"","10":"Chen MB, Lamar JM, Li R, Hynes RO, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"385"},{"1":"syn21681929","2":"","3":"Phys Biol","4":"31561242","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31561242","6":"[PMID:31561242](https://www.ncbi.nlm.nih.gov/pubmed/?term=31561242)","7":"Emergent membrane morphologies in relaxed and tense membranes in presence of reversible adhesive pinning interactions","8":"2019","9":"","10":"Kandy SK, Radhakrishnan R","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn17084095\",\"syn7349747\"]","19":"[\"CA227550\",\"CA193417\"]","20":"[\"A plasticity and reprogramming paradigm for therapy resistance at the single cell level\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"386"},{"1":"syn21681368","2":"","3":"Cold Spring Harb Symp Quant Biol","4":"29728444","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29728444","6":"[PMID:29728444](https://www.ncbi.nlm.nih.gov/pubmed/?term=29728444)","7":"Emerging Evidence of Chromosome Folding by Loop Extrusion","8":"2017","9":"","10":"Fudenberg G, Abdennur N, Imakaev M, Goloborodko A, Mirny LA","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"387"},{"1":"syn21645276","2":"","3":"Nat Cell Biol","4":"29467443","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29467443","6":"[PMID:29467443](https://www.ncbi.nlm.nih.gov/pubmed/?term=29467443)","7":"Emerging views of the nucleus as a cellular mechanosensor","8":"2018","9":"","10":"Kirby TJ, Lammerding J","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"388"},{"1":"syn21681596","2":"","3":"J Cell Biol","4":"30872360","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30872360","6":"[PMID:30872360](https://www.ncbi.nlm.nih.gov/pubmed/?term=30872360)","7":"Enabling migration by moderation: YAP/TAZ are essential for persistent migration","8":"2019","9":"","10":"Nair PR, Wirtz D","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"389"},{"1":"syn21648972","2":"","3":"Nat Biotechnol","4":"29889213","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29889213","6":"[PMID:29889213](https://www.ncbi.nlm.nih.gov/pubmed/?term=29889213)","7":"Encoding human serine phosphopeptides in bacteria for proteome-wide identification of phosphorylation-dependent interactions","8":"2018","9":"","10":"Barber KW, Muir P, Szeligowski RV, Rogulina S, Gerstein M, Sampson JR, Isaacs FJ, Rinehart J","11":"[\"Mass Spectrometry\", \"Dideoxy Chain Termination DNA Sequencing\"]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"390"},{"1":"syn21681671","2":"","3":"Cell Syst","4":"31005579","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31005579","6":"[PMID:31005579](https://www.ncbi.nlm.nih.gov/pubmed/?term=31005579)","7":"End-to-End Differentiable Learning of Protein Structure","8":"2019","9":"biophysics, co-evolution, deep learning, geometric deep learning, homology modeling, machine learning, protein design, protein folding, protein structure prediction, structural biology","10":"AlQuraishi M","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"391"},{"1":"syn21681934","2":"","3":"Adv Mater","4":"31565823","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31565823","6":"[PMID:31565823](https://www.ncbi.nlm.nih.gov/pubmed/?term=31565823)","7":"Engineered Fibrillar Fibronectin Networks as Three-Dimensional Tissue Scaffolds","8":"2019","9":"3D cell culture, extracellular matrix, fibrillar fibronectin, protein-polymer composites, tumor microenvironment","10":"Jordahl S, Solorio L, Neale DB, McDermott S, Jordahl JH, Fox A, Dunlay C, Xiao A, Brown M, Wicha M, Luker GD, Lahann J","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"392"},{"1":"syn21681638","2":"","3":"Adv Mater","4":"30968468","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30968468","6":"[PMID:30968468](https://www.ncbi.nlm.nih.gov/pubmed/?term=30968468)","7":"Engineering an Artificial T-Cell Stimulating Matrix for Immunotherapy","8":"2019","9":"T cell stimulation, adoptive T cell therapy, artificial matrix, extracellular matrix, hydrogel, immunotherapy, mechanotransduction","10":"Hickey JW, Dong Y, Chung JW, Salathe SF, Pruitt HC, Li X, Chang C, Fraser AK, Bessell CA, Ewald AJ, Gerecht S, Mao HQ, Schneck JP","11":"[]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"393"},{"1":"syn21681875","2":"","3":"Philos Trans R Soc Lond B Biol Sci","4":"31431175","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31431175","6":"[PMID:31431175](https://www.ncbi.nlm.nih.gov/pubmed/?term=31431175)","7":"Engineering approaches to studying cancer cell migration in three-dimensional environments","8":"2019","9":"decellularized tissue, force generation, intravital imaging, microfluidics, nuclear mechanics, three-dimensional bioprinting","10":"Zuela-Sopilniak N, Lammerding J","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"394"},{"1":"syn21645471","2":"","3":"J Leukoc Biol","4":"28522599","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28522599","6":"[PMID:28522599](https://www.ncbi.nlm.nih.gov/pubmed/?term=28522599)","7":"Engineering macrophages to eat cancer: from \"marker of self\" CD47 and phagocytosis to differentiation","8":"2017","9":"cytoskeleton, mechanobiology, solid tumors","10":"Alvey C, Discher DE","11":"[\"Phagocytosis Assay\"]","12":"[]","13":"[\"Bone Marrow\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"395"},{"1":"syn21681866","2":"","3":"Nat Biomed Eng","4":"31406259","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31406259","6":"[PMID:31406259](https://www.ncbi.nlm.nih.gov/pubmed/?term=31406259)","7":"Engineering patient-specific cancer immunotherapies","8":"2019","9":"","10":"Scheetz L, Park KS, Li Q, Lowenstein PR, Castro MG, Schwendeman A, Moon JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"396"},{"1":"syn21649072","2":"","3":"Micromachines (Basel)","4":"29387484","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29387484","6":"[PMID:29387484](https://www.ncbi.nlm.nih.gov/pubmed/?term=29387484)","7":"Enhanced Axial Resolution of Wide-Field Two-Photon Excitation Microscopy by Line Scanning Using a Digital Micromirror Device","8":"2017","9":"digital micromirror device, multiphoton microscopy, temporal focusing","10":"Park JK, Rowlands CJ, So PTC","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"397"},{"1":"syn21649028","2":"","3":"Tomography","4":"29984313","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29984313","6":"[PMID:29984313](https://www.ncbi.nlm.nih.gov/pubmed/?term=29984313)","7":"Enhanced Bone Metastases in Skeletally Immature Mice","8":"2018","9":"bioluminescence imaging, bone metastasis, breast cancer, computed tomography","10":"Haley HR, Shen N, Qyli T, Buschhaus JM, Pirone M, Luker KE, Luker GD","11":"[\"Imaging\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"398"},{"1":"syn21645262","2":"","3":"Biophys J","4":"28297639","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28297639","6":"[PMID:28297639](https://www.ncbi.nlm.nih.gov/pubmed/?term=28297639)","7":"Enhanced Directional Migration of Cancer Stem Cells in 3D Aligned Collagen Matrices","8":"2017","9":"","10":"Ray A, Slama ZM, Morford RK, Madden SA, Provenzano PP","11":"[\"Imaging\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"399"},{"1":"syn21681882","2":"","3":"Med Phys","4":"31449684","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31449684","6":"[PMID:31449684](https://www.ncbi.nlm.nih.gov/pubmed/?term=31449684)","7":"Enhancement pattern mapping technique for improving contrast-to-noise ratios and detectability of hepatobiliary tumors on multiphase computed tomography","8":"2020","9":"CT, abdomen/GI, bile ducts, computer applications-detection/diagnosis, liver","10":"Park PC, Choi GW, M Zaid M, Elganainy D, Smani DA, Tomich J, Samaniego R, Ma J, Tamm EP, Beddar S, Koay EJ","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"400"},{"1":"syn21645293","2":"","3":"Semin Immunol","4":"28947107","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28947107","6":"[PMID:28947107](https://www.ncbi.nlm.nih.gov/pubmed/?term=28947107)","7":"Enhancing cancer immunotherapy through nanotechnology-mediated tumor infiltration and activation of immune cells","8":"2017","9":"Cancer immunotherapy, Nanotechnology, Tumor microenvironment, Tumor-infiltrating lymphocytes","10":"Shen H, Sun T, Hoang HH, Burchfield JS, Hamilton GF, Mittendorf EA, Ferrari M","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"401"},{"1":"syn21649147","2":"","3":"Nat Commun","4":"30470750","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30470750","6":"[PMID:30470750](https://www.ncbi.nlm.nih.gov/pubmed/?term=30470750)","7":"Entropy production rate is maximized in non-contractile actomyosin","8":"2018","9":"","10":"Seara DS, Yadav V, Linsmeier I, Tabatabai AP, Oakes PW, Tabei SMA, Banerjee S, Murrell MP","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"402"},{"1":"syn21681466","2":"","3":"Sci Rep","4":"30470817","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30470817","6":"[PMID:30470817](https://www.ncbi.nlm.nih.gov/pubmed/?term=30470817)","7":"Epigenetic Heterogeneity in Human Colorectal Tumors Reveals Preferential Conservation And Evidence of Immune Surveillance","8":"2018","9":"","10":"Ryser MD, Yu M, Grady W, Siegmund K, Shibata D","11":"[]","12":"[\"Colorectal Tumor\"]","13":"[\"Colon\", \"Rectum\"]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"403"},{"1":"syn21645368","2":"","3":"Cell","4":"28235203","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28235203","6":"[PMID:28235203](https://www.ncbi.nlm.nih.gov/pubmed/?term=28235203)","7":"Epigenetic Memory Underlies Cell-Autonomous Heterogeneous Behavior of Hematopoietic Stem Cells","8":"2017","9":"","10":"Yu VWC, Yusuf RZ, Oki T, Wu J, Saez B, Wang X, Cook C, Baryawno N, Ziller MJ, Lee E, Gu H, Meissner A, Lin CP, Kharchenko PV, Scadden DT","11":"[\"ATAC-Seq\", \"Whole Transcriptome Sequencing\", \"Bisulfite Sequencing\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"404"},{"1":"syn21645410","2":"","3":"Crit Rev Biochem Mol Biol","4":"28228067","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28228067","6":"[PMID:28228067](https://www.ncbi.nlm.nih.gov/pubmed/?term=28228067)","7":"Epigenetic characteristics of the mitotic chromosome in 1D and 3D","8":"2017","9":"Chromatin organization, cell cycle, epigenetic memory, epigenetics, histone modification, mitosis, mitotic bookmarking","10":"Oomen ME, Dekker J","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"405"},{"1":"syn21645383","2":"","3":"Nature","4":"28959968","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28959968","6":"[PMID:28959968](https://www.ncbi.nlm.nih.gov/pubmed/?term=28959968)","7":"Epigenetic restriction of extraembryonic lineages mirrors the somatic transition to cancer","8":"2017","9":"","10":"Smith ZD, Shi J, Gu H, Donaghey J, Clement K, Cacchiarelli D, Gnirke A, Michor F, Meissner A","11":"[\"Bisulfite Sequencing\", \"Whole Transcriptome Sequencing\", \"ATAC-Seq\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"syn13858908","22":"PRJNA386936","_rn_":"406"},{"1":"syn21681756","2":"","3":"J Clin Med","4":"31130637","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31130637","6":"[PMID:31130637](https://www.ncbi.nlm.nih.gov/pubmed/?term=31130637)","7":"Epithelial-Mesenchymal Plasticity in Organotropism Metastasis and Tumor Immune Escape","8":"2019","9":"EMT heterogeneity, cell–cell communication, organotropism metastasis, tumor immune escape","10":"Nan X, Wang J, Liu HN, Wong STC, Zhao H","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"407"},{"1":"syn21645607","2":"","3":"Trends Cell Biol","4":"26437589","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26437589","6":"[PMID:26437589](https://www.ncbi.nlm.nih.gov/pubmed/?term=26437589)","7":"Epithelial-Mesenchymal Plasticity: A Central Regulator of Cancer Progression","8":"2015","9":"EMT (epithelial–mesenchymal transition), cancer stem cells, plasticity, tumor progression","10":"Ye X, Weinberg RA","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"","22":"","_rn_":"408"},{"1":"syn21649060","2":"","3":"Cell Rep","4":"30044991","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30044991","6":"[PMID:30044991](https://www.ncbi.nlm.nih.gov/pubmed/?term=30044991)","7":"Epithelial-Mesenchymal Transition Induces Podocalyxin to Promote Extravasation via Ezrin Signaling","8":"2018","9":"EMT, PODXL, extravasation, ezrin, metastasis","10":"Fr\"ose J, Chen MB, Hebron KE, Reinhardt F, Hajal C, Zijlstra A, Kamm RD, Weinberg RA","11":"[\"CRISPR\", \"Murine Model\", \"Whole Transcriptome Sequencing\"]","12":"[\"Pan-cancer\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"409"},{"1":"syn21645588","2":"","3":"Nature","4":"26560033","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26560033","6":"[PMID:26560033](https://www.ncbi.nlm.nih.gov/pubmed/?term=26560033)","7":"Epithelial-to-mesenchymal transition is not required for lung metastasis but contributes to chemoresistance","8":"2015","9":"","10":"Fischer KR, Durrans A, Lee S, Sheng J, Li F, Wong ST, Choi H, El Rayes T, Ryu S, Troeger J, Schwabe RF, Vahdat LT, Altorki NK, Mittal V, Gao D","11":"[\"Murine Model\", \"Whole Transcriptome Sequencing\", \"Flow Cytometry\", \"Cell Migration Assay\"]","12":"[\"Carcinoma in situ of Breast\", \"Lung Carcinoma\"]","13":"[\"Breast\", \"Lung\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"410"},{"1":"syn21681550","2":"","3":"Biophys J","4":"30736980","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30736980","6":"[PMID:30736980](https://www.ncbi.nlm.nih.gov/pubmed/?term=30736980)","7":"Equilibrium Modeling of the Mechanics and Structure of the Cancer Glycocalyx","8":"2019","9":"","10":"Gandhi JG, Koch DL, Paszek MJ","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"411"},{"1":"syn21648888","2":"","3":"Phys Biol","4":"29461250","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29461250","6":"[PMID:29461250](https://www.ncbi.nlm.nih.gov/pubmed/?term=29461250)","7":"Ergodicity, hidden bias and the growth rate gain","8":"2018","9":"","10":"Rochman ND, Popescu DM, Sun SX","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"412"},{"1":"syn21649078","2":"","3":"J Exp Clin Cancer Res","4":"27342210","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27342210","6":"[PMID:27342210](https://www.ncbi.nlm.nih.gov/pubmed/?term=27342210)","7":"Erratum to: Elevated MTSS1 expression associated with metastasis and poor prognosis of residual hepatitis B-related hepatocellular carcinoma","8":"2016","9":"","10":"Huang XY, Huang ZL, Xu B, Chen Z, Re TJ, Zheng Q, Tang ZY","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"413"},{"1":"syn21645392","2":"","3":"Phys Rev E","4":"27182590","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27182590","6":"[PMID:27182590](https://www.ncbi.nlm.nih.gov/pubmed/?term=27182590)","7":"Erratum: Torque correlation length and stochastic twist dynamics of DNA [Phys. Rev. E 89, 062706 (2014)]","8":"2016","9":"","10":"Banigan EJ, Marko JF","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"414"},{"1":"syn21649170","2":"","3":"Nat Commun","4":"30382084","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30382084","6":"[PMID:30382084](https://www.ncbi.nlm.nih.gov/pubmed/?term=30382084)","7":"Establishing the effects of mesoporous silica nanoparticle properties on in vivo disposition using imaging-based pharmacokinetics","8":"2018","9":"","10":"Dogra P, Adolphi NL, Wang Z, Lin YS, Butler KS, Durfee PN, Croissant JG, Noureddine A, Coker EN, Bearer EL, Cristini V, Brinker CJ","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"415"},{"1":"syn21648869","2":"","3":"PLoS One","4":"28723910","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28723910","6":"[PMID:28723910](https://www.ncbi.nlm.nih.gov/pubmed/?term=28723910)","7":"Estimating mono- and bi-phasic regression parameters using a mixture piecewise linear Bayesian hierarchical model","8":"2017","9":"","10":"Zhao R, Catalano P, DeGruttola VG, Michor F","11":"[\"Mathematical Modeling\"]","12":"[\"Multiple Myeloma\"]","13":"[\"Bone Marrow\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"416"},{"1":"syn21681588","2":"","3":"Wiley Interdiscip Rev Comput Mol Sci","4":"30854030","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30854030","6":"[PMID:30854030](https://www.ncbi.nlm.nih.gov/pubmed/?term=30854030)","7":"Eukaryotic Cell Dynamics from Crawlers to Swimmers","8":"2019","9":"","10":"Othmer HG","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"417"},{"1":"syn21645296","2":"","3":"J Theor Biol","4":"28392183","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28392183","6":"[PMID:28392183](https://www.ncbi.nlm.nih.gov/pubmed/?term=28392183)","7":"Evaluating the influence of mechanical stress on anticancer treatments through a multiphase porous media model","8":"2017","9":"Cancer, Chemotherapy, Mathematical model, Mechanical compression, Tumor spheroids","10":"Mascheroni P, Boso D, Preziosi L, Schrefler BA","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"418"},{"1":"syn21649087","2":"","3":"Converg Sci Phys Oncol","4":"29774168","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29774168","6":"[PMID:29774168](https://www.ncbi.nlm.nih.gov/pubmed/?term=29774168)","7":"Evaluating the potential for maximized T cell redistribution entropy to improve abscopal responses to radiotherapy","8":"2017","9":"","10":"Walker R, Schoenfeld JD, Pilon-Thomas S, Poleszczuk J, Enderling H","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"419"},{"1":"syn21645351","2":"","3":"Mol Imaging Biol","4":"26276155","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26276155","6":"[PMID:26276155](https://www.ncbi.nlm.nih.gov/pubmed/?term=26276155)","7":"Evaluation of CAIX and CAXII Expression in Breast Cancer at Varied O2 Levels: CAIX is the Superior Surrogate Imaging Biomarker of Tumor Hypoxia","8":"2016","9":"Breast cancer, Carbonic anhydrase IX, Carbonic anhydrase XII, Non-invasive imaging of hypoxia, Targeted agents","10":"Tafreshi NK, Lloyd MC, Proemsey JB, Bui MM, Kim J, Gillies RJ, Morse DL","11":"[\"IHC\"]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"420"},{"1":"syn21681349","2":"","3":"Brief Bioinform","4":"29481632","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29481632","6":"[PMID:29481632](https://www.ncbi.nlm.nih.gov/pubmed/?term=29481632)","7":"Evaluation of tools for highly variable gene discovery from single-cell RNA-seq data","8":"2019","9":"DEG analysis, highly variable gene, scRNA-seq, single-cell RNA seq, software","10":"Yip SH, Sham PC, Wang J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630078","15":"[\"Heterogeneity\", \"Evolution\", \"Microenvironment\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn17084088\",\"syn7349764\"]","19":"[\"CA220378\",\"CA210180\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"421"},{"1":"syn21681987","2":"","3":"Nat Ecol Evol","4":"31768023","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31768023","6":"[PMID:31768023](https://www.ncbi.nlm.nih.gov/pubmed/?term=31768023)","7":"Evolution of placental invasion and cancer metastasis are causally linked","8":"2019","9":"","10":"Kshitiz, Afzal J, Maziarz JD, Hamidzadeh A, Liang C, Erkenbrack EM, Kim HN, Haeger JD, Pfarrer C, Hoang T, Ott T, Spencer T, Pavlicev M, Antczak DF, Levchenko A, Wagner GP","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"syn21814183","22":"PRJNA562073","_rn_":"422"},{"1":"syn21681544","2":"","3":"Curr Pathobiol Rep","4":"30713810","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30713810","6":"[PMID:30713810](https://www.ncbi.nlm.nih.gov/pubmed/?term=30713810)","7":"Evolutionary Stem Cell Poker and Cancer Risks: The Paradox of The Large And Small Intestines","8":"2018","9":"neutral evolution, replication errors, selection efficiency, small intestinal adenocarcinoma, somatic mutation, stem cell niche","10":"Shibata D","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"423"},{"1":"syn21648866","2":"","3":"J Theor Biol","4":"29544886","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29544886","6":"[PMID:29544886](https://www.ncbi.nlm.nih.gov/pubmed/?term=29544886)","7":"Evolutionary advantage of directional symmetry breaking in self-replicating polymers","8":"2018","9":"3’-5’ unidirectional replication, Asymmetric cooperativity, DNA strand directionality, Primordial heteropolymers","10":"Subramanian H, Gatenby RA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"424"},{"1":"syn21681957","2":"","3":"J Math Biol","4":"31641842","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31641842","6":"[PMID:31641842](https://www.ncbi.nlm.nih.gov/pubmed/?term=31641842)","7":"Evolutionary dynamics of competing phenotype-structured populations in periodically fluctuating environments","8":"2019","9":"Bet-hedging, Evolutionary dynamics, Non-local partial differential equations, Periodically fluctuating environments, Spontaneous phenotypic variation","10":"Ardaseva A, Gatenby RA, Anderson ARA, Byrne HM, Maini PK, Lorenzi T","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"425"},{"1":"syn21645578","2":"","3":"Biochim Biophys Acta Rev Cancer","4":"27923679","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27923679","6":"[PMID:27923679](https://www.ncbi.nlm.nih.gov/pubmed/?term=27923679)","7":"Evolutionary scalpels for dissecting tumor ecosystems","8":"2017","9":"Cancer evolution, Combination therapy, Drug resistance, Genomics, Intratumor heterogeneity, Mathematical modeling","10":"Rosenbloom DIS, Camara PG, Chu T, Rabadan R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"426"},{"1":"syn21681676","2":"","3":"Adv Sci (Weinh)","4":"31016107","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31016107","6":"[PMID:31016107](https://www.ncbi.nlm.nih.gov/pubmed/?term=31016107)","7":"Ex vivo Dynamics of Human Glioblastoma Cells in a Microvasculature-on-a-Chip System Correlates with Tumor Heterogeneity and Subtypes","8":"2019","9":"brain tumor dynamics, ex vivo assays, microvasculature, organ‐on‐a‐chip","10":"Xiao Y, Kim D, Dura B, Zhang K, Yan R, Li H, Han E, Ip J, Zou P, Liu J, Chen AT, Vortmeyer AO, Zhou J, Fan R","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075, syn21630079","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\", \"Metastasis\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349757\",\"syn7315810\"]","19":"[\"CA193461\",\"CA209992\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\", \"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"syn21889621, syn21889898","22":"GSE125587, SRP181871","_rn_":"427"},{"1":"syn21645513","2":"","3":"Phys Biol","4":"29116056","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29116056","6":"[PMID:29116056](https://www.ncbi.nlm.nih.gov/pubmed/?term=29116056)","7":"Excess area dependent scaling behavior of nano-sized membrane tethers","8":"2018","9":"","10":"Ramakrishnan N, Sreeja KK, Roychoudhury A, Eckmann DM, Ayyaswamy PS, Baumgart T, Pucadyil T, Patil S, Weaver VM, Radhakrishnan R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079, syn21630080, syn21630075","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\", \"Metabolism\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\",\"syn7349770\",\"syn7416710\"]","19":"[\"CA193417\",\"CA210184\",\"CA202241\"]","20":"[\"Physical Science Oncology Center at Penn\", \"Center on the Physics of Cancer Metabolism\", \"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"428"},{"1":"syn21681553","2":"","3":"Cell","4":"30739799","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30739799","6":"[PMID:30739799](https://www.ncbi.nlm.nih.gov/pubmed/?term=30739799)","7":"Excessive Cell Growth Causes Cytoplasm Dilution And Contributes to Senescence","8":"2019","9":"","10":"Neurohr GE, Terry RL, Lengefeld J, Bonney M, Brittingham GP, Moretto F, Miettinen TP, Vaites LP, Soares LM, Paulo JA, Harper JW, Buratowski S, Manalis S, van Werven FJ, Holt LJ, Amon A","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"syn21889548, syn21889850","22":"GSE111076, SRP132956","_rn_":"429"},{"1":"syn21681410","2":"","3":"Nature","4":"30089911","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30089911","6":"[PMID:30089911](https://www.ncbi.nlm.nih.gov/pubmed/?term=30089911)","7":"Exosomal PD-L1 contributes to immunosuppression and is associated with anti-PD-1 response","8":"2018","9":"","10":"Chen G, Huang AC, Zhang W, Zhang G, Wu M, Xu W, Yu Z, Yang J, Wang B, Sun H, Xia H, Man Q, Zhong W, Antelo LF, Wu B, Xiong X, Liu X, Guan L, Li T, Liu S, Yang R, Lu Y, Dong L, McGettigan S, Somasundaram R, Radhakrishnan R, Mills G, Kim J, Chen YH, Dong H, Zhao Y, Karakousis GC, Mitchell TC, Schuchter LM, Herlyn M, Wherry EJ, Xu X, Guo W","11":"[]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"430"},{"1":"syn21645288","2":"","3":"Trends Mol Med","4":"28648185","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28648185","6":"[PMID:28648185](https://www.ncbi.nlm.nih.gov/pubmed/?term=28648185)","7":"Exosomes as Reconfigurable Therapeutic Systems","8":"2017","9":"","10":"Conlan RS, Pisano S, Oliveira MI, Ferrari M, Mendes Pinto I","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"431"},{"1":"syn21681523","2":"","3":"Gut","4":"30658994","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30658994","6":"[PMID:30658994](https://www.ncbi.nlm.nih.gov/pubmed/?term=30658994)","7":"Experimental microdissection enables functional harmonisation of pancreatic cancer subtypes","8":"2019","9":"pancreatic cancer","10":"Maurer C, Holmstrom SR, He J, Laise P, Su T, Ahmed A, Hibshoosh H, Chabot JA, Oberstein PE, Sepulveda AR, Genkinger JM, Zhang J, Iuga AC, Bansal M, Califano A, Olive KP","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21791536","22":"PRJNA360619","_rn_":"432"},{"1":"syn21645355","2":"","3":"Sci Transl Med","4":"26912903","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26912903","6":"[PMID:26912903](https://www.ncbi.nlm.nih.gov/pubmed/?term=26912903)","7":"Exploiting evolutionary principles to prolong tumor control in preclinical models of breast cancer","8":"2016","9":"","10":"Enriquez-Navas PM, Kam Y, Das T, Hassan S, Silva A, Foroutan P, Ruiz E, Martinez G, Minton S, Gillies RJ, Gatenby RA","11":"[\"Imaging\", \"Murine Model\"]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"433"},{"1":"syn21648919","2":"","3":"J Serbian Soc Comput Mech","4":"29782608","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29782608","6":"[PMID:29782608](https://www.ncbi.nlm.nih.gov/pubmed/?term=29782608)","7":"Extension of the composite smeared finite element (CSFE) to include lymphatic system in modeling mass transport in capillary systems and biological tissue","8":"2017","9":"biological tissue, capillary system, convective-diffusive mass transport, lymphatic system, smeared finite element","10":"Kojic M, Milosevic M, Simic V, Koay EJ, Kojic N, Ziemys A, Ferrari M","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"434"},{"1":"syn21681946","2":"","3":"Adv Healthc Mater","4":"31614077","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31614077","6":"[PMID:31614077](https://www.ncbi.nlm.nih.gov/pubmed/?term=31614077)","7":"Extracellular Trap-Mimicking DNA-Histone Mesostructures Synergistically Activate Dendritic Cells","8":"2019","9":"DNA, extracellular traps, histones, immunostimulation, methylation","10":"Weerappuli PD, Louttit C, Kojima T, Brennan L, Yalavarthi S, Xu Y, Ochyl LJ, Maeda ML, Kim HS, Knight JS, Takayama S, Moon JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"435"},{"1":"syn21681998","2":"","3":"Stem Cells","4":"31828924","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31828924","6":"[PMID:31828924](https://www.ncbi.nlm.nih.gov/pubmed/?term=31828924)","7":"Extracellular vesicles and their roles in stem cell biology","8":"2019","9":"cell biology, cell interactions, cell signaling, cellular therapy, differentiation, embryonic stem cells, induced pluripotent stem cells, mesenchymal stem cells","10":"Hur YH, Cerione RA, Antonyak MA","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"436"},{"1":"syn21649161","2":"","3":"Biophys J","4":"30201266","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30201266","6":"[PMID:30201266](https://www.ncbi.nlm.nih.gov/pubmed/?term=30201266)","7":"Extravasation of Brownian Spheroidal Nanoparticles through Vascular Pores","8":"2018","9":"","10":"Shah PN, Lin TY, Aanei IL, Klass SH, Smith BR, Shaqfeh ESG","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"437"},{"1":"syn21645577","2":"","3":"Neuro Oncol","4":"27852792","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27852792","6":"[PMID:27852792](https://www.ncbi.nlm.nih.gov/pubmed/?term=27852792)","7":"FGFR-TACC gene fusions in human glioma","8":"2017","9":"FGFR-TACC, chromosomal translocations, glioma, personalized therapy","10":"Lasorella A, Sanson M, Iavarone A","11":"[]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"438"},{"1":"syn21681403","2":"","3":"JCI Insight","4":"30046001","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30046001","6":"[PMID:30046001](https://www.ncbi.nlm.nih.gov/pubmed/?term=30046001)","7":"FGFR1 underlies obesity-associated progression of estrogen receptor-positive breast cancer after estrogen deprivation","8":"2018","9":"Breast cancer, Endocrinology, Obesity, Oncology, growth factors","10":"Wellberg EA, Kabos P, Gillen AE, Jacobsen BM, Brechbuhl HM, Johnson SJ, Rudolph MC, Edgerton SM, Thor AD, Anderson SM, Elias A, Zhou XK, Iyengar NM, Morrow M, Falcone DJ, El-Hely O, Dannenberg AJ, Sartorius CA, MacLean PS","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"syn21797924","22":"PRJNA434156","_rn_":"439"},{"1":"syn21681490","2":"","3":"J Phys Chem C Nanomater Interfaces","4":"30559921","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30559921","6":"[PMID:30559921](https://www.ncbi.nlm.nih.gov/pubmed/?term=30559921)","7":"Facile Removal of Homogeneous SABRE Catalysts for Purifying Hyperpolarized Metronidazole, a Potential Hypoxia Sensor","8":"2018","9":"","10":"Kidd BE, Gesiorski JL, Gemeinhardt ME, Shchepin RV, Kovtunov KV, Koptyug IV, Chekmenev EY, Goodson BM","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"440"},{"1":"syn21645396","2":"","3":"J Bacteriol","4":"27044624","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27044624","6":"[PMID:27044624](https://www.ncbi.nlm.nih.gov/pubmed/?term=27044624)","7":"Facilitated Dissociation of a Nucleoid Protein from the Bacterial Chromosome","8":"2016","9":"","10":"Hadizadeh N, Johnson RC, Marko JF","11":"[\"Microscopy\", \"Real Time PCR\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"441"},{"1":"syn21645416","2":"","3":"Proc Natl Acad Sci U S A","4":"28364020","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28364020","6":"[PMID:28364020](https://www.ncbi.nlm.nih.gov/pubmed/?term=28364020)","7":"Facilitated dissociation of transcription factors from single DNA binding sites","8":"2017","9":"DNA–protein interactions, biomolecule binding, chemical kinetics, facilitated dissociation, transcription factor","10":"Kamar RI, Banigan EJ, Erbas A, Giuntoli RD, Olvera de la Cruz M, Johnson RC, Marko JF","11":"[\"Immunohistochemistry Staining Method\", \"Microscopy\", \"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"442"},{"1":"syn21648852","2":"","3":"Cancer Epidemiol Biomarkers Prev","4":"26721669","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26721669","6":"[PMID:26721669](https://www.ncbi.nlm.nih.gov/pubmed/?term=26721669)","7":"Family History of Cancer in Relation to Breast Cancer Subtypes in African American Women","8":"2016","9":"","10":"Bethea TN, Rosenberg L, Castro-Webb N, Lunetta KL, Sucheston-Campbell LE, Ruiz-Narv'aez EA, Charlot M, Park SY, Bandera EV, Troester MA, Ambrosone CB, Palmer JR","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"443"},{"1":"syn21645320","2":"","3":"J Oncol Pract","4":"28282273","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28282273","6":"[PMID:28282273](https://www.ncbi.nlm.nih.gov/pubmed/?term=28282273)","7":"Fanning the Flames of Cancer Chemoresistance: Inflammation and Anticancer Therapy","8":"2017","9":"","10":"Olive KP","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"444"},{"1":"syn21681568","2":"","3":"Genetics","4":"30787042","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30787042","6":"[PMID:30787042](https://www.ncbi.nlm.nih.gov/pubmed/?term=30787042)","7":"Fast Estimation of Recombination Rates Using Topological Data Analysis","8":"2019","9":"coalescent theory, population genetics, recombination, topological data analysis","10":"Humphreys DP, McGuirl MR, Miyagi M, Blumberg AJ","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"445"},{"1":"syn21648908","2":"","3":"Front Cell Dev Biol","4":"29541636","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29541636","6":"[PMID:29541636](https://www.ncbi.nlm.nih.gov/pubmed/?term=29541636)","7":"Feeling Stress: The Mechanics of Cancer Progression and Aggression","8":"2018","9":"ECM stiffness, cancer progression, cell contractility, mechanical stresses, solid stress, therapeutic targets, tissue tension","10":"Northcott JM, Dean IS, Mouw JK, Weaver VM","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079, syn21630075","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\",\"syn7416710\"]","19":"[\"CA210184\",\"CA202241\"]","20":"[\"Center on the Physics of Cancer Metabolism\", \"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"446"},{"1":"syn21648884","2":"","3":"Proc Natl Acad Sci U S A","4":"29311302","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29311302","6":"[PMID:29311302](https://www.ncbi.nlm.nih.gov/pubmed/?term=29311302)","7":"Fenofibrate prevents skeletal muscle loss in mice with lung cancer","8":"2018","9":"cachexia, fenofibrate, glucocorticoids, ketones, skeletal muscle","10":"Goncalves MD, Hwang SK, Pauli C, Murphy CJ, Cheng Z, Hopkins BD, Wu D, Loughran RM, Emerling BM, Zhang G, Fearon DT, Cantley LC","11":"[\"Mass Spectrometry\", \"Whole Transcriptome Sequencing\"]","12":"[\"Lung Non-Small Cell Carcinoma\"]","13":"[\"Lung\", \"NOS\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"syn21791468","22":"PRJNA420195","_rn_":"447"},{"1":"syn21681878","2":"","3":"Biomater Sci","4":"31436263","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31436263","6":"[PMID:31436263](https://www.ncbi.nlm.nih.gov/pubmed/?term=31436263)","7":"Fibrillar fibronectin plays a key role as nucleator of collagen I polymerization during macromolecular crowding-enhanced matrix assembly","8":"2019","9":"","10":"Graham J, Raghunath M, Vogel V","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"448"},{"1":"syn21645517","2":"","3":"Proc Natl Acad Sci U S A","4":"27872289","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27872289","6":"[PMID:27872289](https://www.ncbi.nlm.nih.gov/pubmed/?term=27872289)","7":"Fibrous nonlinear elasticity enables positive mechanical feedback between cells and ECMs","8":"2016","9":"3D cell traction force microscopy, cell traction force, cell–ECM interaction, collagen, fibrous nonlinear elasticity","10":"Hall MS, Alisafaei F, Ban E, Feng X, Hui CY, Shenoy VB, Wu M","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"449"},{"1":"syn21649092","2":"","3":"Bioconjug Chem","4":"29451777","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29451777","6":"[PMID:29451777](https://www.ncbi.nlm.nih.gov/pubmed/?term=29451777)","7":"Filomicelles Deliver a Chemo-Differentiation Combination of Paclitaxel and Retinoic Acid That Durably Represses Carcinomas in Liver to Prolong Survival","8":"2018","9":"","10":"Nair PR, Alvey C, Jin X, Irianto J, Ivanovska I, Discher DE","11":"[\"Unspecified\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"450"},{"1":"syn21645520","2":"","3":"Nanomedicine (Lond)","4":"27177319","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27177319","6":"[PMID:27177319](https://www.ncbi.nlm.nih.gov/pubmed/?term=27177319)","7":"Filomicelles from aromatic diblock copolymers increase paclitaxel-induced tumor cell death and aneuploidy compared with aliphatic copolymers","8":"2016","9":"cylinder micelle, cytokinesis, drug delivery, worm micelle","10":"Nair PR, Karthick SA, Spinler KR, Vakili MR, Lavasanifar A, Discher DE","11":"[\"Colorimetric Cell Viability Assay\"]","12":"[]","13":"[\"Lung\", \"NOS\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"451"},{"1":"syn21681818","2":"","3":"Cancer Res","4":"31221821","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31221821","6":"[PMID:31221821](https://www.ncbi.nlm.nih.gov/pubmed/?term=31221821)","7":"First Strike-Second Strike Strategies in Metastatic Cancer: Lessons from the Evolutionary Dynamics of Extinction","8":"2019","9":"","10":"Gatenby RA, Zhang J, Brown JS","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"452"},{"1":"syn21649053","2":"","3":"Am J Physiol Cell Physiol","4":"25652451","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25652451","6":"[PMID:25652451](https://www.ncbi.nlm.nih.gov/pubmed/?term=25652451)","7":"Fluid shear, intercellular stress, and endothelial cell alignment","8":"2015","9":"cell alignment, endothelial cell, intercellular stress, laminar fluid shear, tractions","10":"Steward R Jr, Tambe D, Hardin CC, Krishnan R, Fredberg JJ","11":"[]","12":"[]","13":"[\"Lung\", \"NOS\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"453"},{"1":"syn21649011","2":"","3":"Trends Cell Biol","4":"27056543","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27056543","6":"[PMID:27056543](https://www.ncbi.nlm.nih.gov/pubmed/?term=27056543)","7":"Force Matters: Biomechanical Regulation of Cell Invasion and Migration in Disease","8":"2016","9":"cancer, cardiovascular disease, extracellular matrix stiffness, fibrosis, invasion, migration","10":"Kai F, Laklai H, Weaver VM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"454"},{"1":"syn21649179","2":"","3":"Matrix Biol","4":"28025167","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28025167","6":"[PMID:28025167](https://www.ncbi.nlm.nih.gov/pubmed/?term=28025167)","7":"Force-dependent breaching of the basement membrane","8":"2017","9":"Breast cancer, Hepatocellular carcinoma, Matrix rigidity, Pancreatic cancer, Tumor invasion","10":"Chang TT, Thakar D, Weaver VM","11":"[]","12":"[\"Intraductal carcinoma in situ of Breast\", \"Malignant Neoplasm of Pancreas\", \"Hepatoma\"]","13":"[\"Breast\", \"Pancreas\", \"Liver\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"455"},{"1":"syn21681524","2":"","3":"J Cell Sci","4":"30659118","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30659118","6":"[PMID:30659118](https://www.ncbi.nlm.nih.gov/pubmed/?term=30659118)","7":"Force-history dependence and cyclic mechanical reinforcement of actin filaments at the single molecular level","8":"2019","9":"Actin, Atomic force microscopy (AFM), Mechanotransduction, Single-molecule biophysics","10":"Lee H, Eskin SG, Ono S, Zhu C, McIntire LV","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078","15":"[\"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083914\"]","19":"[\"CA214354\"]","20":"[\"Mechanisms of Impaired T-Cell Mechanosensing of Melanoma Antiagents\"]","21":"","22":"","_rn_":"456"},{"1":"syn21645418","2":"","3":"Mol Biol Cell","4":"26543199","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26543199","6":"[PMID:26543199](https://www.ncbi.nlm.nih.gov/pubmed/?term=26543199)","7":"Forces, fluctuations, and self-organization in the nucleus","8":"2015","9":"","10":"Pederson T, King MC, Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"457"},{"1":"syn21645443","2":"","3":"Nat Mater","4":"26168347","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26168347","6":"[PMID:26168347](https://www.ncbi.nlm.nih.gov/pubmed/?term=26168347)","7":"Fractal heterogeneity in minimal matrix models of scars modulates stiff-niche stem-cell responses via nuclear exit of a mechanorepressor","8":"2015","9":"","10":"Dingal PC, Bradshaw AM, Cho S, Raab M, Buxboim A, Swift J, Discher DE","11":"[\"Hydrogels\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"458"},{"1":"syn21681846","2":"","3":"Mol Biol Cell","4":"31322996","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31322996","6":"[PMID:31322996](https://www.ncbi.nlm.nih.gov/pubmed/?term=31322996)","7":"From DNA damage to epithelial integrity: new roles for cell forces","8":"2019","9":"","10":"Discher DE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"459"},{"1":"syn21645282","2":"","3":"Cancer Metastasis Rev","4":"27914000","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27914000","6":"[PMID:27914000](https://www.ncbi.nlm.nih.gov/pubmed/?term=27914000)","7":"From transformation to metastasis: deconstructing the extracellular matrix in breast cancer","8":"2016","9":"Breast cancer, Desmoplasia, Extracellular matrix (ECM), Mechanosignaling, Metastasis, Treatment resistance","10":"Kaushik S, Pickup MW, Weaver VM","11":"[]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079, syn21630075","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\",\"syn7416710\"]","19":"[\"CA210184\",\"CA202241\"]","20":"[\"Center on the Physics of Cancer Metabolism\", \"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"460"},{"1":"syn21648912","2":"","3":"J Leukoc Biol","4":"29601096","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29601096","6":"[PMID:29601096](https://www.ncbi.nlm.nih.gov/pubmed/?term=29601096)","7":"Frontline Science: Elevated nuclear lamin A is permissive for granulocyte transendothelial migration but not for motility through collagen I barriers","8":"2018","9":"chemokines, chemotaxis, granulocytes, inflammation, motility","10":"Yadav SK, Feigelson SW, Roncato F, Antman-Passig M, Shefi O, Lammerding J, Alon R","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"461"},{"1":"syn21645601","2":"","3":"Mol Cancer Res","4":"29018056","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29018056","6":"[PMID:29018056](https://www.ncbi.nlm.nih.gov/pubmed/?term=29018056)","7":"Functional Genomics Approach Identifies Novel Signaling Regulators of TGFα Ectodomain Shedding","8":"2018","9":"","10":"Wilson JL, Kefaloyianni E, Stopfer L, Harrison C, Sabbisetti VS, Fraenkel E, Lauffenburger DA, Herrlich A","11":"[\"shRNA\"]","12":"[]","13":"[\"Blood\"]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"462"},{"1":"syn21645408","2":"","3":"Front Pharmacol","4":"28959205","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28959205","6":"[PMID:28959205](https://www.ncbi.nlm.nih.gov/pubmed/?term=28959205)","7":"Furanodiene Induces Extrinsic and Intrinsic Apoptosis in Doxorubicin-Resistant MCF-7 Breast Cancer Cells via NF-κB-Independent Mechanism","8":"2017","9":"NF-κB, breast cancer, cell apoptosis, furanodiene, intrinsic/extrinsic apoptosis, multidrug resistance","10":"Zhong ZF, Yu HB, Wang CM, Qiang WA, Wang SP, Zhang JM, Yu H, Cui L, Wu T, Li DQ, Wang YT","11":"[\"Colorimetric Cell Viability Assay\", \"ELISA\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"463"},{"1":"syn21681905","2":"","3":"Cancer Discov","4":"31519704","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31519704","6":"[PMID:31519704](https://www.ncbi.nlm.nih.gov/pubmed/?term=31519704)","7":"GATA3-Controlled Nucleosome Eviction Drives MYC Enhancer Activity in T-cell Development and Leukemia","8":"2019","9":"","10":"Belver L, Yang AY, Albero R, Herranz D, Brundu FG, Quinn SA, P'erez-Dur'an P, 'Alvarez S, Gianni F, Rashkovan M, Gurung D, Rocha PP, Raviram R, Reglero C, Cort'es JR, Cooke AJ, Wendorff AA, Cord'o V, Meijerink JP, Rabadan R, Ferrando AA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"464"},{"1":"syn21648959","2":"","3":"Cancer Res","4":"29760045","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29760045","6":"[PMID:29760045](https://www.ncbi.nlm.nih.gov/pubmed/?term=29760045)","7":"GFPT2-Expressing Cancer-Associated Fibroblasts Mediate Metabolic Reprogramming in Human Lung Adenocarcinoma","8":"2018","9":"","10":"Zhang W, Bouchard G, Yu A, Shafiq M, Jamali M, Shrager JB, Ayers K, Bakr S, Gentles AJ, Diehn M, Quon A, West RB, Nair V, van de Rijn M, Napel S, Plevritis SK","11":"[\"IHC\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\", \"NOS\"]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"465"},{"1":"syn21649118","2":"","3":"Bioinformatics","4":"28666314","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28666314","6":"[PMID:28666314](https://www.ncbi.nlm.nih.gov/pubmed/?term=28666314)","7":"GPU-powered model analysis with PySB/cupSODA","8":"2017","9":"","10":"Harris LA, Nobile MS, Pino JC, Lubbock ALR, Besozzi D, Mauri G, Cazzaniga P, Lopez CF","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"466"},{"1":"syn21681883","2":"","3":"APL Bioeng","4":"31463421","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31463421","6":"[PMID:31463421](https://www.ncbi.nlm.nih.gov/pubmed/?term=31463421)","7":"GSVD- and tensor GSVD-uncovered patterns of DNA copy-number alterations predict adenocarcinomas survival in general and in response to platinum","8":"2019","9":"","10":"Bradley MW, Aiello KA, Ponnapalli SP, Hanson HA, Alter O","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416712\"]","19":"[\"CA202144\"]","20":"[\"Multi-Tensor Decompositions for Personalized Cancer Diagnostics and Prognostics\"]","21":"","22":"","_rn_":"467"},{"1":"syn21648851","2":"","3":"Breast Cancer Res Treat","4":"26743380","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26743380","6":"[PMID:26743380](https://www.ncbi.nlm.nih.gov/pubmed/?term=26743380)","7":"Gene-based analysis of the fibroblast growth factor receptor signaling pathway in relation to breast cancer in African American women: the AMBER consortium","8":"2016","9":"African Americans, Breast cancer, FGF/FGFR pathway, Gene-based analysis","10":"Ruiz-Narv'aez EA, Haddad SA, Lunetta KL, Yao S, Bensen JT, Sucheston-Campbell LE, Hong CC, Haiman CA, Olshan AF, Ambrosone CB, Palmer JR","11":"[\"Genotyping\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"syn21889768","22":"phs000669.v1.p1","_rn_":"468"},{"1":"syn21649013","2":"","3":"J Phys Chem C Nanomater Interfaces","4":"28392884","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28392884","6":"[PMID:28392884](https://www.ncbi.nlm.nih.gov/pubmed/?term=28392884)","7":"Generalizing, Extending, and Maximizing Nitrogen-15 Hyperpolarization Induced by Parahydrogen in Reversible Exchange","8":"2017","9":"","10":"Colell JF, Logan AW, Zhou Z, Shchepin RV, Barskiy DA, Ortiz GX Jr, Wang Q, Malcolmson SJ, Chekmenev EY, Warren WS, Theis T","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"469"},{"1":"syn21681904","2":"","3":"J Cell Sci","4":"31515279","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31515279","6":"[PMID:31515279](https://www.ncbi.nlm.nih.gov/pubmed/?term=31515279)","7":"Genetic heterogeneity within collective invasion packs drives leader and follower cell phenotypes","8":"2019","9":"Epigenetic, Lung cancer, Metastasis, Mutation, Plasticity, RNA-seq","10":"Zoeller EL, Pedro B, Konen J, Dwivedi B, Rupji M, Sundararaman N, Wang L, Horton JR, Zhong C, Barwick BG, Cheng X, Martinez ED, Torres MP, Kowalski J, Marcus AI, Vertino PM","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"470"},{"1":"syn21645343","2":"","3":"Nat Methods","4":"28481362","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28481362","6":"[PMID:28481362](https://www.ncbi.nlm.nih.gov/pubmed/?term=28481362)","7":"Genetic interaction mapping in mammalian cells using CRISPR interference","8":"2017","9":"","10":"Du D, Roguev A, Gordon DE, Chen M, Chen SH, Shales M, Shen JP, Ideker T, Mali P, Qi LS, Krogan NJ","11":"[\"CRISPR\"]","12":"[]","13":"[\"Kidney\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"syn20826574","22":"Genetic Interactions of Chromatin-Related Genes","_rn_":"471"},{"1":"syn21645633","2":"","3":"Cancer Epidemiol Biomarkers Prev","4":"23136140","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=23136140","6":"[PMID:23136140](https://www.ncbi.nlm.nih.gov/pubmed/?term=23136140)","7":"Genetic susceptibility loci for subtypes of breast cancer in an African American population","8":"2013","9":"","10":"Palmer JR, Ruiz-Narvaez EA, Rotimi CN, Cupples LA, Cozier YC, Adams-Campbell LL, Rosenberg L","11":"[\"Genotyping\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"472"},{"1":"syn21648840","2":"","3":"NPJ Breast Cancer","4":"27942580","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27942580","6":"[PMID:27942580](https://www.ncbi.nlm.nih.gov/pubmed/?term=27942580)","7":"Genetic variation in the insulin, insulin-like growth factor, growth hormone, and leptin pathways in relation to breast cancer in African-American women: the AMBER consortium","8":"2016","9":"","10":"Ruiz-Narv'aez EA, Lunetta KL, Hong CC, Haddad S, Yao S, Cheng TD, Bensen JT, Bandera EV, Haiman CA, Troester MA, Ambrosone CB, Rosenberg L, Palmer JR","11":"[\"Genotyping\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"473"},{"1":"syn21648853","2":"","3":"Int J Cancer","4":"26650177","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26650177","6":"[PMID:26650177](https://www.ncbi.nlm.nih.gov/pubmed/?term=26650177)","7":"Genetic variations in vitamin D-related pathways and breast cancer risk in African American women in the AMBER consortium","8":"2016","9":"African American, breast cancer, estrogen receptor, genetic variation, vitamin D","10":"Yao S, Haddad SA, Hu Q, Liu S, Lunetta KL, Ruiz-Narvaez EA, Hong CC, Zhu Q, Sucheston-Campbell L, Cheng TY, Bensen JT, Johnson CS, Trump DL, Haiman CA, Olshan AF, Palmer JR, Ambrosone CB","11":"[\"Genotyping\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"syn21889768","22":"phs000669.v1.p1","_rn_":"474"},{"1":"syn21648940","2":"","3":"ACS Biomater Sci Eng","4":"29805991","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29805991","6":"[PMID:29805991](https://www.ncbi.nlm.nih.gov/pubmed/?term=29805991)","7":"Genetically Encoded Toolbox for Glycocalyx Engineering: Tunable Control of Cell Adhesion, Survival, and Cancer Cell Behaviors","8":"2018","9":"Muc1, glycobiology, mechanobiology, mucin, podocalyxin, synthetic biology","10":"Shurer CR, Colville MJ, Gupta VK, Head SE, Kai F, Lakins JN, Paszek MJ","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"475"},{"1":"syn21645439","2":"","3":"Curr Opin Syst Biol","4":"29082336","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29082336","6":"[PMID:29082336](https://www.ncbi.nlm.nih.gov/pubmed/?term=29082336)","7":"Genome variation across cancers scales with tissue stiffness - an invasion-mutation mechanism and implications for immune cell infiltration","8":"2017","9":"","10":"Pfeifer CR, Alvey CM, Irianto J, Discher DE","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"476"},{"1":"syn21648998","2":"","3":"Antioxid Redox Signal","4":"28762750","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28762750","6":"[PMID:28762750](https://www.ncbi.nlm.nih.gov/pubmed/?term=28762750)","7":"Genome-Scale Modeling of NADPH-Driven β-Lapachone Sensitization in Head and Neck Squamous Cell Carcinoma","8":"2018","9":"NADPH, flux balance analysis, head and neck cancer, redox cycling, β-lapachone","10":"Lewis JE, Costantini F, Mims J, Chen X, Furdui CM, Boothman DA, Kemp ML","11":"[\"Cell Viability Assay\"]","12":"[\"Head and Neck Carcinoma\"]","13":"[]","14":"syn21630080, syn21630076","15":"[\"Metabolism\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084080\"]","19":"[\"CA215848\"]","20":"[\"Model-based Prediction of Redox-Modulated Responses to Cancer Treatments\"]","21":"","22":"","_rn_":"477"},{"1":"syn21645604","2":"","3":"Cell Syst","4":"28131822","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28131822","6":"[PMID:28131822](https://www.ncbi.nlm.nih.gov/pubmed/?term=28131822)","7":"Genome-Scale Networks Link Neurodegenerative Disease Genes to α-Synuclein through Specific Molecular Pathways","8":"2017","9":"LRRK2, Parkinson’s disease, RNA-binding protein, VPS35, alpha-synuclein, iPS cell, mRNA translation, stem cell, vesicle trafficking, yeast","10":"Khurana V, Peng J, Chung CY, Auluck PK, Fanning S, Tardiff DF, Bartels T, Koeva M, Eichhorn SW, Benyamini H, Lou Y, Nutter-Upham A, Baru V, Freyzon Y, Tuncbag N, Costanzo M, San Luis BJ, Sch\"ondorf DC, Barrasa MI, Ehsani S, Sanjana N, Zhong Q, Gasser T, Bartel DP, Vidal M, Deleidi M, Boone C, Fraenkel E, Berger B, Lindquist S","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"478"},{"1":"syn21645328","2":"","3":"Nucleic Acids Res","4":"29040720","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29040720","6":"[PMID:29040720](https://www.ncbi.nlm.nih.gov/pubmed/?term=29040720)","7":"Genome-wide prediction of minor-groove electrostatic potential enables biophysical modeling of protein-DNA binding","8":"2017","9":"","10":"Chiu TP, Rao S, Mann RS, Honig B, Rohs R","11":"[\"Mathematical Modeling\", \"Computational Tool\"]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"479"},{"1":"syn21645571","2":"","3":"J Invest Dermatol","4":"27890785","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27890785","6":"[PMID:27890785](https://www.ncbi.nlm.nih.gov/pubmed/?term=27890785)","7":"Genomic Characterization of Dysplastic Nevi Unveils Implications for Diagnosis of Melanoma","8":"2017","9":"","10":"Melamed RD, Aydin IT, Rajan GS, Phelps R, Silvers DN, Emmett KJ, Brunner G, Rabadan R, Celebi JT","11":"[\"Whole Exome Sequencing\", \"Targeted Genome Sequencing\"]","12":"[\"Carcinoma in situ of Skin\"]","13":"[\"Skin\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"480"},{"1":"syn21681965","2":"","3":"Science","4":"31672890","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31672890","6":"[PMID:31672890](https://www.ncbi.nlm.nih.gov/pubmed/?term=31672890)","7":"Genomic architecture and introgression shape a butterfly radiation","8":"2019","9":"","10":"Edelman NB, Frandsen PB, Miyagi M, Clavijo B, Davey J, Dikow RB, Garc'ia-Accinelli G, Van Belleghem SM, Patterson N, Neafsey DE, Challis R, Kumar S, Moreira GRP, Salazar C, Chouteau M, Counterman BA, Papa R, Blaxter M, Reed RD, Dasmahapatra KK, Kronforst M, Joron M, Jiggins CD, McMillan WO, Di Palma F, Blumberg AJ, Wakeley J, Jaffe D, Mallet J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"481"},{"1":"syn21649054","2":"","3":"Nat Med","4":"27089513","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27089513","6":"[PMID:27089513](https://www.ncbi.nlm.nih.gov/pubmed/?term=27089513)","7":"Genotype tunes pancreatic ductal adenocarcinoma tissue tension to induce matricellular fibrosis and tumor progression","8":"2016","9":"","10":"Laklai H, Miroshnikova YA, Pickup MW, Collisson EA, Kim GE, Barrett AS, Hill RC, Lakins JN, Schlaepfer DD, Mouw JK, LeBleu VS, Roy N, Novitskiy SV, Johansen JS, Poli V, Kalluri R, Iacobuzio-Donahue CA, Wood LD, Hebrok M, Hansen K, Moses HL, Weaver VM","11":"[\"LC-MSMS\", \"Microscopy\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"482"},{"1":"syn21649009","2":"","3":"Nat Phys","4":"30151030","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30151030","6":"[PMID:30151030](https://www.ncbi.nlm.nih.gov/pubmed/?term=30151030)","7":"Geometric constraints during epithelial jamming","8":"2018","9":"","10":"Atia L, Bi D, Sharma Y, Mitchel JA, Gweon B, Koehler S, DeCamp SJ, Lan B, Kim JH, Hirsch R, Pegoraro AF, Lee KH, Starr JR, Weitz DA, Martin AC, Park JA, Butler JP, Fredberg JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"483"},{"1":"syn21681931","2":"","3":"Immunity","4":"31563464","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31563464","6":"[PMID:31563464](https://www.ncbi.nlm.nih.gov/pubmed/?term=31563464)","7":"Germline-Encoded Affinity for Cognate Antigen Enables Vaccine Amplification of a Human Broadly Neutralizing Response against Influenza Virus","8":"2019","9":"BCR, conserved site of vulnerability, influenza, innate-like, rational vaccine, universal","10":"Sangesland M, Ronsard L, Kazer SW, Bals J, Boyoglu-Barnum S, Yousif AS, Barnes R, Feldman J, Quirindongo-Crespo M, McTamney PM, Rohrer D, Lonberg N, Chackerian B, Graham BS, Kanekiyo M, Shalek AK, Lingwood D","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"484"},{"1":"syn21648860","2":"","3":"J Math Biol","4":"29480329","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29480329","6":"[PMID:29480329](https://www.ncbi.nlm.nih.gov/pubmed/?term=29480329)","7":"Getting in shape and swimming: the role of cortical forces and membrane heterogeneity in eukaryotic cells","8":"2018","9":"Boundary integral method, Heterogeneous membrane, Low Reynolds number swimming, Membrane tension gradients, Self-propulsion","10":"Wu H, de Le'on MAP, Othmer HG","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"485"},{"1":"syn21681886","2":"","3":"Biophys J","4":"31474305","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31474305","6":"[PMID:31474305](https://www.ncbi.nlm.nih.gov/pubmed/?term=31474305)","7":"Glioma Cell Migration Dynamics in Brain Tissue Assessed by Multimodal Optical Imaging","8":"2019","9":"","10":"Liu CJ, Shamsan GA, Akkin T, Odde DJ","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"486"},{"1":"syn21645580","2":"","3":"Proc Natl Acad Sci U S A","4":"29339479","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29339479","6":"[PMID:29339479](https://www.ncbi.nlm.nih.gov/pubmed/?term=29339479)","7":"HIF signaling in osteoblast-lineage cells promotes systemic breast cancer growth and metastasis in mice","8":"2018","9":"HIF, bone, breast cancer, hypoxia, metastasis","10":"Devignes CS, Aslan Y, Brenot A, Devillers A, Schepers K, Fabre S, Chou J, Casbon AJ, Werb Z, Provot S","11":"[\"Murine Model\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"","22":"","_rn_":"487"},{"1":"syn21681822","2":"","3":"BMC Public Health","4":"31238911","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31238911","6":"[PMID:31238911](https://www.ncbi.nlm.nih.gov/pubmed/?term=31238911)","7":"HPV vaccination has not increased sexual activity or accelerated sexual debut in a college-aged cohort of men and women","8":"2019","9":"Cohort study, College-aged population, HPV vaccine, Human papillomavirus, M-HOC study, Sexual behavior","10":"Brouwer AF, Delinger RL, Eisenberg MC, Campredon LP, Walline HM, Carey TE, Meza R","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"488"},{"1":"syn21682020","2":"","3":"Nat Cell Biol","4":"32015439","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=32015439","6":"[PMID:32015439](https://www.ncbi.nlm.nih.gov/pubmed/?term=32015439)","7":"HSF1 phase transition mediates stress adaptation and cell fate decisions","8":"2020","9":"","10":"Gaglia G, Rashid R, Yapp C, Joshi GN, Li CG, Lindquist SL, Sarosiek KA, Whitesell L, Sorger PK, Santagata S","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"489"},{"1":"syn21681589","2":"","3":"Tomography","4":"30854444","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30854444","6":"[PMID:30854444](https://www.ncbi.nlm.nih.gov/pubmed/?term=30854444)","7":"Habitats in DCE-MRI to Predict Clinically Significant Prostate Cancers","8":"2019","9":"DCE, MRI, habitats, machine learning, prostate cancer, radiomics","10":"Parra NA, Lu H, Choi J, Gage K, Pow-Sang J, Gillies RJ, Balagurunathan Y","11":"[]","12":"[\"Prostate Neoplasm\"]","13":"[\"Prostate Gland\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"490"},{"1":"syn21648934","2":"","3":"BMC Biol","4":"29871632","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29871632","6":"[PMID:29871632](https://www.ncbi.nlm.nih.gov/pubmed/?term=29871632)","7":"Harnessing single-cell genomics to improve the physiological fidelity of organoid-derived cell types","8":"2018","9":"Chemical biology, Differentiation, Intestinal organoid, Intestinal stem cell, Paneth cell, Single-cell RNA-seq, Stem cell-derived models, Systems biology","10":"Mead BE, Ordovas-Montanes J, Braun AP, Levy LE, Bhargava P, Szucs MJ, Ammendolia DA, MacMullan MA, Yin X, Hughes TK, Wadsworth MH 2nd, Ahmad R, Rakoff-Nahoum S, Carr SA, Langer R, Collins JJ, Shalek AK, Karp JM","11":"[\"Whole Transcriptome Sequencing\", \"Mass Spectrometry\", \"Microscopy\"]","12":"[]","13":"[\"Small Intestine\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"syn21796552","22":"PRJNA391194","_rn_":"491"},{"1":"syn21645629","2":"","3":"Curr Opin Endocrinol Diabetes Obes","4":"23974763","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=23974763","6":"[PMID:23974763](https://www.ncbi.nlm.nih.gov/pubmed/?term=23974763)","7":"Healthy obese persons: how can they be identified and do metabolic profiles stratify risk?","8":"2013","9":"","10":"Denis GV, Hamilton JA","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"492"},{"1":"syn21648887","2":"","3":"Sci Adv","4":"29675464","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29675464","6":"[PMID:29675464](https://www.ncbi.nlm.nih.gov/pubmed/?term=29675464)","7":"Heritable stress response dynamics revealed by single-cell genealogy","8":"2018","9":"","10":"Chatterjee M, Acar M","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"493"},{"1":"syn21681317","2":"","3":"Curr Drug Deliv","4":"26502889","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26502889","6":"[PMID:26502889](https://www.ncbi.nlm.nih.gov/pubmed/?term=26502889)","7":"Hesperetin Liposomes for Cancer Therapy","8":"2016","9":"","10":"Wolfram J, Scott B, Boom K, Shen J, Borsoi C, Suri K, Grande R, Fresta M, Celia C, Zhao Y, Shen H, Ferrari M","11":"[]","12":"[\"Breast Tumor\", \"Lung Neoplasm\"]","13":"[\"Lung\", \"Breast\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"494"},{"1":"syn21681992","2":"","3":"Nat Commun","4":"31804471","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31804471","6":"[PMID:31804471](https://www.ncbi.nlm.nih.gov/pubmed/?term=31804471)","7":"Heterogeneity and dynamics of active Kras-induced dysplastic lineages from mouse corpus stomach","8":"2019","9":"","10":"Min J, Vega PN, Engevik AC, Williams JA, Yang Q, Patterson LM, Simmons AJ, Bliton RJ, Betts JW, Lau KS, Magness ST, Goldenring JR, Choi E","11":"[]","12":"[]","13":"[]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"syn21889610, syn21889886","22":"GSE121940, SRP167164","_rn_":"495"},{"1":"syn21645305","2":"","3":"J Pharmacol Exp Ther","4":"28847917","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28847917","6":"[PMID:28847917](https://www.ncbi.nlm.nih.gov/pubmed/?term=28847917)","7":"Heterogeneous Binding and Central Nervous System Distribution of the Multitargeted Kinase Inhibitor Ponatinib Restrict Orthotopic Efficacy in a Patient-Derived Xenograft Model of Glioblastoma","8":"2017","9":"","10":"Laramy JK, Kim M, Gupta SK, Parrish KE, Zhang S, Bakken KK, Carlson BL, Mladek AC, Ma DJ, Sarkaria JN, Elmquist WF","11":"[\"Murine Model\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"496"},{"1":"syn21645422","2":"","3":"Methods","4":"28435001","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28435001","6":"[PMID:28435001](https://www.ncbi.nlm.nih.gov/pubmed/?term=28435001)","7":"Hi-C 2.0: An optimized Hi-C procedure for high-resolution genome-wide mapping of chromosome conformation","8":"2017","9":"Chromosome conformation capture, Hi-C, Paired-end sequencing","10":"Belaghzal H, Dekker J, Gibcus JH","11":"[\"Hi-C\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"syn21800136","22":"PRJNA384173","_rn_":"497"},{"1":"syn21681492","2":"","3":"Nat Commun","4":"30560953","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30560953","6":"[PMID:30560953](https://www.ncbi.nlm.nih.gov/pubmed/?term=30560953)","7":"Hidden heterogeneity and circadian-controlled cell fate inferred from single cell lineages","8":"2018","9":"","10":"Chakrabarti S, Paek AL, Reyes J, Lasick KA, Lahav G, Michor F","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"498"},{"1":"syn21649185","2":"","3":"Nat Methods","4":"26820546","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26820546","6":"[PMID:26820546](https://www.ncbi.nlm.nih.gov/pubmed/?term=26820546)","7":"Hidden in the mist no more: physical force in cell biology","8":"2016","9":"","10":"Wang K, Cai LH, Lan B, Fredberg JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"499"},{"1":"syn21648943","2":"","3":"ACS Nano","4":"28836761","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28836761","6":"[PMID:28836761](https://www.ncbi.nlm.nih.gov/pubmed/?term=28836761)","7":"High-Speed \"4D\" Computational Microscopy of Bacterial Surface Motility","8":"2017","9":"Pseudomonas aeruginosa, bacteria microscopy, bacteria motility, finite element method, flagellum, hydrodynamic simulations, single-cell tracking","10":"de Anda J, Lee EY, Lee CK, Bennett RR, Ji X, Soltani S, Harrison MC, Baker AE, Luo Y, Chou T, O'Toole GA, Armani AM, Golestanian R, Wong GCL","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"500"},{"1":"syn21681927","2":"","3":"Lab Chip","4":"31559980","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31559980","6":"[PMID:31559980](https://www.ncbi.nlm.nih.gov/pubmed/?term=31559980)","7":"High-throughput microfluidic micropipette aspiration device to probe time-scale dependent nuclear mechanics in intact cells","8":"2019","9":"","10":"Davidson PM, Fedorchak GR, Mond'esert-Deveraux S, Bell ES, Isermann P, Aubry D, Allena R, Lammerding J","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"501"},{"1":"syn21649019","2":"","3":"Integr Biol (Camb)","4":"25953078","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25953078","6":"[PMID:25953078](https://www.ncbi.nlm.nih.gov/pubmed/?term=25953078)","7":"High-throughput screening for modulators of cellular contractile force","8":"2015","9":"","10":"Park CY, Zhou EH, Tambe D, Chen B, Lavoie T, Dowell M, Simeonov A, Maloney DJ, Marinkovic A, Tschumperlin DJ, Burger S, Frykenberg M, Butler JP, Stamer WD, Johnson M, Solway J, Fredberg JJ, Krishnan R","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"502"},{"1":"syn21681966","2":"","3":"Elife","4":"31674905","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31674905","6":"[PMID:31674905](https://www.ncbi.nlm.nih.gov/pubmed/?term=31674905)","7":"High-throughput single-particle tracking reveals nested membrane domains that dictate KRasG12D diffusion and trafficking","8":"2019","9":"molecular biophysics, none, physics of living systems, structural biology","10":"Lee Y, Phelps C, Huang T, Mostofian B, Wu L, Zhang Y, Tao K, Chang YH, Stork PJ, Gray JW, Zuckerman DM, Nan X","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"503"},{"1":"syn21645329","2":"","3":"BMC Genomics","4":"28558729","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28558729","6":"[PMID:28558729](https://www.ncbi.nlm.nih.gov/pubmed/?term=28558729)","7":"High-throughput validation of ceRNA regulatory networks","8":"2017","9":"BRCA, LINCS, PRAD, ceRNA, microRNA","10":"Chiu HS, Mart'inez MR, Bansal M, Subramanian A, Golub TR, Yang X, Sumazin P, Califano A","11":"[\"High Throughput Screening\", \"Computational Tool\"]","12":"[\"Carcinoma in situ of Breast\", \"Carcinoma in situ of Prostate\"]","13":"[\"Breast\", \"Prostate\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"504"},{"1":"syn21681597","2":"","3":"Genes Chromosomes Cancer","4":"30873710","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30873710","6":"[PMID:30873710](https://www.ncbi.nlm.nih.gov/pubmed/?term=30873710)","7":"Higher order genomic organization and epigenetic control maintain cellular identity and prevent breast cancer","8":"2019","9":"RUNX, breast cancer, cancer stem cells, epithelial to mesenchymal transition, higher order chromatin organization, hormone regulation, mitotic bookmarking","10":"Fritz AJ, Gillis NE, Gerrard DL, Rodriguez PD, Hong D, Rose JT, Ghule PN, Bolf EL, Gordon JA, Tye CE, Boyd JR, Tracy KM, Nickerson JA, van Wijnen AJ, Imbalzano AN, Heath JL, Frietze SE, Zaidi SK, Carr FE, Lian JB, Stein JL, Stein GS","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"505"},{"1":"syn21682001","2":"","3":"Sci Data","4":"31848351","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31848351","6":"[PMID:31848351](https://www.ncbi.nlm.nih.gov/pubmed/?term=31848351)","7":"Highly multiplexed immunofluorescence images and single-cell data of immune markers in tonsil and lung cancer","8":"2019","9":"","10":"Rashid R, Gaglia G, Chen YA, Lin JR, Du Z, Maliga Z, Schapiro D, Yapp C, Muhlich J, Sokolov A, Sorger P, Santagata S","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"506"},{"1":"syn21648978","2":"","3":"Genome Biol","4":"30097071","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30097071","6":"[PMID:30097071](https://www.ncbi.nlm.nih.gov/pubmed/?term=30097071)","7":"Homeobox oncogene activation by pan-cancer DNA hypermethylation","8":"2018","9":"DNA methylation, Gene-body, Homeobox oncogene, Hypermethylation, Methylation editing, Pan-cancer analysis, Transcription, Whole-genome bisulfite sequencing","10":"Su J, Huang YH, Cui X, Wang X, Zhang X, Lei Y, Xu J, Lin X, Chen K, Lv J, Goodell MA, Li W","11":"[\"Bisulfite Sequencing\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21797950","22":"PRJNA355884","_rn_":"507"},{"1":"syn21681320","2":"","3":"Cold Spring Harb Perspect Med","4":"28289244","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28289244","6":"[PMID:28289244](https://www.ncbi.nlm.nih.gov/pubmed/?term=28289244)","7":"Homeostasis Back and Forth: An Ecoevolutionary Perspective of Cancer","8":"2017","9":"","10":"Basanta D, Anderson ARA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"508"},{"1":"syn21649083","2":"","3":"Sci Rep","4":"28374776","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28374776","6":"[PMID:28374776](https://www.ncbi.nlm.nih.gov/pubmed/?term=28374776)","7":"Homogenizing cellular tension by hepatocyte growth factor in expanding epithelial monolayer","8":"2017","9":"","10":"Jang H, Notbohm J, Gweon B, Cho Y, Park CY, Kee SH, Fredberg JJ, Shin JH, Park Y","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"509"},{"1":"syn21648855","2":"","3":"Breast Cancer Res Treat","4":"26458823","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26458823","6":"[PMID:26458823](https://www.ncbi.nlm.nih.gov/pubmed/?term=26458823)","7":"Hormone-related pathways and risk of breast cancer subtypes in African American women","8":"2015","9":"African Americans, Breast cancer, Genetics, Hormones, Pathways","10":"Haddad SA, Lunetta KL, Ruiz-Narv'aez EA, Bensen JT, Hong CC, Sucheston-Campbell LE, Yao S, Bandera EV, Rosenberg L, Haiman CA, Troester MA, Ambrosone CB, Palmer JR","11":"[\"Genotyping\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"syn21889768","22":"phs000669.v1.p1","_rn_":"510"},{"1":"syn21681941","2":"","3":"Curr Opin Chem Biol","4":"31586479","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31586479","6":"[PMID:31586479](https://www.ncbi.nlm.nih.gov/pubmed/?term=31586479)","7":"How do DNA-bound proteins leave their binding sites? The role of facilitated dissociation","8":"2019","9":"","10":"Erbas A, Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"511"},{"1":"syn21681415","2":"","3":"Mol Cancer Res","4":"30171177","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30171177","6":"[PMID:30171177](https://www.ncbi.nlm.nih.gov/pubmed/?term=30171177)","7":"Human Organoids Share Structural and Genetic Features with Primary Pancreatic Adenocarcinoma Tumors","8":"2019","9":"","10":"Romero-Calvo I, Weber CR, Ray M, Brown M, Kirby K, Nandi RK, Long TM, Sparrow SM, Ugolkov A, Qiang W, Zhang Y, Brunetti T, Kindler H, Segal JP, Rzhetsky A, Mazar AP, Buschmann MM, Weichselbaum R, Roggin K, White KP","11":"[]","12":"[\"Adenocarcinoma\", \"Pancreatic Neoplasm\"]","13":"[\"Epithelium\", \"Pancreas\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"512"},{"1":"syn21649127","2":"","3":"Integr Biol (Camb)","4":"25959051","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25959051","6":"[PMID:25959051](https://www.ncbi.nlm.nih.gov/pubmed/?term=25959051)","7":"Human breast cancer invasion and aggression correlates with ECM stiffening and immune cell infiltration","8":"2015","9":"","10":"Acerbi I, Cassereau L, Dean I, Shi Q, Au A, Park C, Chen YY, Liphardt J, Hwang ES, Weaver VM","11":"[\"Microscopy\"]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"513"},{"1":"syn21681531","2":"","3":"JCI Insight","4":"30674722","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30674722","6":"[PMID:30674722](https://www.ncbi.nlm.nih.gov/pubmed/?term=30674722)","7":"Human primary liver cancer organoids reveal intratumor and interpatient drug response heterogeneity","8":"2019","9":"Drug screens, Drug therapy, Hepatology, Liver cancer, Oncology","10":"Li L, Knutsdottir H, Hui K, Weiss MJ, He J, Philosophe B, Cameron AM, Wolfgang CL, Pawlik TM, Ghiaur G, Ewald AJ, Mezey E, Bader JS, Selaru FM","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"514"},{"1":"syn21681872","2":"","3":"Nat Mater","4":"31427744","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31427744","6":"[PMID:31427744](https://www.ncbi.nlm.nih.gov/pubmed/?term=31427744)","7":"Hyaluronic acid-bilirubin nanomedicine for targeted modulation of dysregulated intestinal barrier, microbiome and immune responses in colitis","8":"2020","9":"","10":"Lee Y, Sugihara K, Gillilland MG 3rd, Jon S, Kamada N, Moon JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"515"},{"1":"syn21649108","2":"","3":"Acta Biomater","4":"29879553","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29879553","6":"[PMID:29879553](https://www.ncbi.nlm.nih.gov/pubmed/?term=29879553)","7":"Hybrid collagen alginate hydrogel as a platform for 3D tumor spheroid invasion","8":"2018","9":"3D model, Biomaterial, Hydrogel, Tumor invasion, Tumor spheroid","10":"Liu C, Lewin Mejia D, Chiang B, Luker KE, Luker GD","11":"[\"Hydrogels\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"516"},{"1":"syn21681842","2":"","3":"Wiley Interdiscip Rev Syst Biol Med","4":"31313504","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31313504","6":"[PMID:31313504](https://www.ncbi.nlm.nih.gov/pubmed/?term=31313504)","7":"Hybrid modeling frameworks of tumor development and treatment","8":"2020","9":"mathematical modeling, mathematical oncology","10":"Chamseddine IM, Rejniak KA","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"517"},{"1":"syn21681869","2":"","3":"Adv Drug Deliv Rev","4":"31421149","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31421149","6":"[PMID:31421149](https://www.ncbi.nlm.nih.gov/pubmed/?term=31421149)","7":"Hydrogel vehicles for sequential delivery of protein drugs to promote vascular regeneration","8":"2019","9":"Angiogenesis, Growth factors, Hydrogel carriers, Sequential release","10":"Wei Z, Volkova E, Blatchley MR, Gerecht S","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"518"},{"1":"syn21681914","2":"","3":"Biomaterials","4":"31546097","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31546097","6":"[PMID:31546097](https://www.ncbi.nlm.nih.gov/pubmed/?term=31546097)","7":"Hydroxyapatite mineral enhances malignant potential in a tissue-engineered model of ductal carcinoma in situ (DCIS)","8":"2019","9":"Ductal carcinoma in situ, Hydroxyapatite, Malignant progression, Mammary microcalcifications, PLG scaffolds","10":"He F, Springer NL, Whitman MA, Pathi SP, Lee Y, Mohanan S, Marcott S, Chiou AE, Blank BS, Iyengar N, Morris PG, Jochelson M, Hudis CA, Shah P, Kunitake JAMR, Estroff LA, Lammerding J, Fischbach C","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"519"},{"1":"syn21649046","2":"","3":"Chem Asian J","4":"29790649","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29790649","6":"[PMID:29790649](https://www.ncbi.nlm.nih.gov/pubmed/?term=29790649)","7":"Hyperpolarized NMR Spectroscopy: d-DNP, PHIP, and SABRE Techniques","8":"2018","9":"NMR spectroscopy, biological activity, contrast agents, hyperpolarization, imaging agents","10":"Kovtunov KV, Pokochueva EV, Salnikov OG, Cousin SF, Kurzbach D, Vuichoud B, Jannin S, Chekmenev EY, Goodson BM, Barskiy DA, Koptyug IV","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"520"},{"1":"syn21649012","2":"","3":"Mol Cancer Res","4":"28213554","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28213554","6":"[PMID:28213554](https://www.ncbi.nlm.nih.gov/pubmed/?term=28213554)","7":"Hypoxia Selectively Enhances Integrin α5β1 Receptor Expression in Breast Cancer to Promote Metastasis","8":"2017","9":"","10":"Ju JA, Godet I, Ye IC, Byun J, Jayatilaka H, Lee SJ, Xiang L, Samanta D, Lee MH, Wu PH, Wirtz D, Semenza GL, Gilkes DM","11":"[\"IHC\", \"PCR\", \"Real Time PCR\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"521"},{"1":"syn21681350","2":"","3":"Immunology","4":"29485185","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29485185","6":"[PMID:29485185](https://www.ncbi.nlm.nih.gov/pubmed/?term=29485185)","7":"Hypoxia and acidosis: immune suppressors and therapeutic targets","8":"2018","9":"acidity, cancer, hypoxia, immunotherapy, microenvironment","10":"Damgaci S, Ibrahim-Hashim A, Enriquez-Navas PM, Pilon-Thomas S, Guvenis A, Gillies RJ","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"522"},{"1":"syn21681606","2":"","3":"Sci Adv","4":"30906859","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30906859","6":"[PMID:30906859](https://www.ncbi.nlm.nih.gov/pubmed/?term=30906859)","7":"Hypoxia and matrix viscoelasticity sequentially regulate endothelial progenitor cluster-based vasculogenesis","8":"2019","9":"","10":"Blatchley MR, Hall F, Wang S, Pruitt HC, Gerecht S","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"523"},{"1":"syn21681867","2":"","3":"J Cancer Treatment Diagn","4":"31406961","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31406961","6":"[PMID:31406961](https://www.ncbi.nlm.nih.gov/pubmed/?term=31406961)","7":"Hypoxia-Induced Autophagy Degrades Stromal Lumican into Tumor Microenvironment of Pancreatic Ductal Adenocarcinoma: A Mini-Review","8":"2019","9":"Autophagy, HIF-1α, Hypoxia, Lumican, Stellate cells, p-AMPK","10":"Sarcar B, Li X, Fleming JB","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"524"},{"1":"syn21681432","2":"","3":"Cell Death Differ","4":"30283082","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30283082","6":"[PMID:30283082](https://www.ncbi.nlm.nih.gov/pubmed/?term=30283082)","7":"Hypoxia-induced autophagy of stellate cells inhibits expression and secretion of lumican into microenvironment of pancreatic ductal adenocarcinoma","8":"2019","9":"","10":"Li X, Lee Y, Kang Y, Dai B, Perez MR, Pratt M, Koay EJ, Kim M, Brekken RA, Fleming JB","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"525"},{"1":"syn21681315","2":"","3":"PLoS One","4":"26046767","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26046767","6":"[PMID:26046767](https://www.ncbi.nlm.nih.gov/pubmed/?term=26046767)","7":"Identification of Reprogrammed Myeloid Cell Transcriptomes in NSCLC","8":"2015","9":"","10":"Durrans A, Gao D, Gupta R, Fischer KR, Choi H, El Rayes T, Ryu S, Nasar A, Spinelli CF, Andrews W, Elemento O, Nolan D, Stiles B, Rafii S, Narula N, Davuluri R, Altorki NK, Mittal V","11":"[]","12":"[\"Lung Non-Small Cell Carcinoma\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"syn21790254","22":"PRJNA283843","_rn_":"526"},{"1":"syn21645324","2":"","3":"Oncoimmunology","4":"27999735","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27999735","6":"[PMID:27999735](https://www.ncbi.nlm.nih.gov/pubmed/?term=27999735)","7":"Identification of immunotherapeutic targets by genomic profiling of rectal NET metastases","8":"2016","9":"Cytokines, IHC, immunotherapy, neo-epitopes, neoantigens, tumor immunology, tumor microenvironment, vaccination","10":"Kosaloglu Z, Z\"ornig I, Halama N, Kaiser I, Buchhalter I, Grabe N, Eils R, Schlesner M, Califano A, J\"ager D","11":"[\"Whole Genome Sequencing\", \"Whole Transcriptome Sequencing\"]","12":"[\"Rectal Adenocarcinoma\"]","13":"[\"Colon\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"527"},{"1":"syn21645557","2":"","3":"NPJ Genom Med","4":"29263839","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29263839","6":"[PMID:29263839](https://www.ncbi.nlm.nih.gov/pubmed/?term=29263839)","7":"Identification of potentially oncogenic alterations from tumor-only samples reveals Fanconi anemia pathway mutations in bladder carcinomas","8":"2017","9":"","10":"Madubata CJ, Roshan-Ghias A, Chu T, Resnick S, Zhao J, Arnes L, Wang J, Rabadan R","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"528"},{"1":"syn21681437","2":"","3":"Am J Epidemiol","4":"30325415","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30325415","6":"[PMID:30325415](https://www.ncbi.nlm.nih.gov/pubmed/?term=30325415)","7":"Identification of the Fraction of Indolent Tumors and Associated Overdiagnosis in Breast Cancer Screening Trials","8":"2019","9":"","10":"Ryser MD, Gulati R, Eisenberg MC, Shen Y, Hwang ES, Etzioni RB","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"529"},{"1":"syn21681771","2":"","3":"Cell","4":"31150618","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31150618","6":"[PMID:31150618](https://www.ncbi.nlm.nih.gov/pubmed/?term=31150618)","7":"Identifying Epistasis in Cancer Genomes: A Delicate Affair","8":"2019","9":"cancer, cancer genome, co-occurrence, epistasis, genome, mutation, mutation load, mutual exclusivity, subtype, systems biology","10":"van de Haar J, Canisius S, Yu MK, Voest EE, Wessels LFA, Ideker T","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"530"},{"1":"syn21645278","2":"","3":"Cancer Discov","4":"29203461","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29203461","6":"[PMID:29203461](https://www.ncbi.nlm.nih.gov/pubmed/?term=29203461)","7":"Identifying and Targeting Sporadic Oncogenic Genetic Aberrations in Mouse Models of Triple-Negative Breast Cancer","8":"2018","9":"","10":"Liu H, Murphy CJ, Karreth FA, Emdal KB, White FM, Elemento O, Toker A, Wulf GM, Cantley LC","11":"[\"Murine Model\", \"Whole Transcriptome Sequencing\", \"Whole Exome Sequencing\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"531"},{"1":"syn21681777","2":"","3":"Cell","4":"31160049","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31160049","6":"[PMID:31160049](https://www.ncbi.nlm.nih.gov/pubmed/?term=31160049)","7":"Illuminating G-Protein-Coupling Selectivity of GPCRs","8":"2019","9":"DREADD, G-protein-coupled receptors, HEK293 cells, NanoBiT, TGF-α shedding assay, bioinformatics, chimeric G protein, prediction, protein design, signaling","10":"Inoue A, Raimondi F, Kadji FMN, Singh G, Kishi T, Uwamizu A, Ono Y, Shinjo Y, Ishida S, Arang N, Kawakami K, Gutkind JS, Aoki J, Russell RB","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"532"},{"1":"syn21681798","2":"","3":"J Biol Chem","4":"31171722","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31171722","6":"[PMID:31171722](https://www.ncbi.nlm.nih.gov/pubmed/?term=31171722)","7":"Illuminating the Onco-GPCRome: Novel G protein-coupled receptor-driven oncocrine networks and targets for cancer immunotherapy","8":"2019","9":"G protein, G protein–coupled receptor (GPCR), cancer, drug repurposing, immunotherapy, oncocrine signaling, precision therapies, signal transduction","10":"Wu V, Yeerna H, Nohata N, Chiou J, Harismendy O, Raimondi F, Inoue A, Russell RB, Tamayo P, Gutkind JS","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"533"},{"1":"syn21645302","2":"","3":"Cancer","4":"29370450","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29370450","6":"[PMID:29370450](https://www.ncbi.nlm.nih.gov/pubmed/?term=29370450)","7":"Imaging-based biomarkers: Changes in the tumor interface of pancreatic ductal adenocarcinoma on computed tomography scans indicate response to cytotoxic therapy","8":"2018","9":"Response Evaluation Criteria in Solid Tumors (RECIST), cytotoxic therapy, imaging biomarker, pancreatic cancer, response","10":"Amer AM, Zaid M, Chaudhury B, Elganainy D, Lee Y, Wilke CT, Cloyd J, Wang H, Maitra A, Wolff RA, Varadhachary G, Overman MJ, Lee JE, Fleming JB, Tzeng CW, Katz MH, Holliday EB, Krishnan S, Minsky BD, Herman JM, Taniguchi CM, Das P, Crane CH, Le O, Bhosale P, Tamm EP, Koay EJ","11":"[\"Computated Tomography\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"534"},{"1":"syn21681964","2":"","3":"Cancer Lett","4":"31672491","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31672491","6":"[PMID:31672491](https://www.ncbi.nlm.nih.gov/pubmed/?term=31672491)","7":"Imatinib revives the therapeutic potential of metformin on ewing sarcoma by attenuating tumor hypoxic response and inhibiting convergent signaling pathways","8":"2020","9":"Drug combinations, Drug repositioning, Ewing sarcoma, Imatinib, Metformin","10":"Nan X, Wang J, Cheng H, Yin Z, Sheng J, Qiu B, Lau CC, Yustein JT, Zhao H, Wong STC","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"535"},{"1":"syn21649209","2":"10.1158/2159-8290.CD-17-0222","3":"Cancer Discov","4":"28652380","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28652380","6":"[PMID:28652380](https://www.ncbi.nlm.nih.gov/pubmed/?term=28652380)","7":"Immune Escape in Breast Cancer During In Situ to Invasive Carcinoma Transition","8":"2017","9":"","10":"Gil Del Alcazar CR, Huh SJ, Ekram MB, Trinh A, Liu LL, Beca F, Zi X, Kwak M, Bergholtz H, Su Y, Ding L, Russnes HG, Richardson AL, Babski K, Min Hui Kim E, McDonnell CH 3rd, Wagner J, Rowberry R, Freeman GJ, Dillon D, Sorlie T, Coussens LM, Garber JE, Fan R, Bobolis K, Allred DC, Jeong J, Park SY, Michor F, Polyak K","11":"[\"Whole Transcriptome Sequencing\", \"ImmunoFISH\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"syn12976694","22":"PRJNA345006","_rn_":"536"},{"1":"syn21681555","2":"","3":"Nat Med","4":"30742119","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30742119","6":"[PMID:30742119](https://www.ncbi.nlm.nih.gov/pubmed/?term=30742119)","7":"Immune and genomic correlates of response to anti-PD-1 immunotherapy in glioblastoma","8":"2019","9":"","10":"Zhao J, Chen AX, Gartrell RD, Silverman AM, Aparicio L, Chu T, Bordbar D, Shan D, Samanamud J, Mahajan A, Filip I, Orenbuch R, Goetz M, Yamaguchi JT, Cloney M, Horbinski C, Lukas RV, Raizer J, Rae AI, Yuan J, Canoll P, Bruce JN, Saenger YM, Sims P, Iwamoto FM, Sonabend AM, Rabadan R","11":"[]","12":"[\"Brain Neoplasm\", \"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"537"},{"1":"syn21681942","2":"","3":"Proc Natl Acad Sci U S A","4":"31591235","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31591235","6":"[PMID:31591235](https://www.ncbi.nlm.nih.gov/pubmed/?term=31591235)","7":"Immune effector monocyte-neutrophil cooperation induced by the primary tumor prevents metastatic progression of breast cancer","8":"2019","9":"CCL2, CCR2, STING, immune effector monocytes, metastatic breast cancer","10":"Hagerling C, Gonzalez H, Salari K, Wang CY, Lin C, Robles I, van Gogh M, Dejmek A, Jirstr\"om K, Werb Z","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"syn21889655, syn21889915","22":"GSE137300, SRP221410","_rn_":"538"},{"1":"syn21645624","2":"","3":"Curr Opin Endocrinol Diabetes Obes","4":"25106001","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25106001","6":"[PMID:25106001](https://www.ncbi.nlm.nih.gov/pubmed/?term=25106001)","7":"Immune regulators of inflammation in obesity-associated type 2 diabetes and coronary artery disease","8":"2014","9":"","10":"Strissel KJ, Denis GV, Nikolajczyk BS","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"539"},{"1":"syn21649081","2":"","3":"JCI Insight","4":"29997286","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29997286","6":"[PMID:29997286](https://www.ncbi.nlm.nih.gov/pubmed/?term=29997286)","7":"Immune reprogramming via PD-1 inhibition enhances early-stage lung cancer survival","8":"2018","9":"Cancer immunotherapy, Immunology, Lung cancer, Oncology, T cells","10":"Markowitz GJ, Havel LS, Crowley MJ, Ban Y, Lee SB, Thalappillil JS, Narula N, Bhinder B, Elemento O, Wong ST, Gao D, Altorki NK, Mittal V","11":"[\"Whole Transcriptome Sequencing\", \"Whole Exome Sequencing\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"syn21797729","22":"PRJNA470891","_rn_":"540"},{"1":"syn21645304","2":"","3":"Cell Res","4":"28025978","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28025978","6":"[PMID:28025978](https://www.ncbi.nlm.nih.gov/pubmed/?term=28025978)","7":"Immune targets and neoantigens for cancer immunotherapy and precision medicine","8":"2017","9":"","10":"Wang RF, Wang HY","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"541"},{"1":"syn21649129","2":"","3":"Nano Lett","4":"29144754","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29144754","6":"[PMID:29144754](https://www.ncbi.nlm.nih.gov/pubmed/?term=29144754)","7":"Immunogenic Cell Death Amplified by Co-localized Adjuvant Delivery for Cancer Immunotherapy","8":"2017","9":"Cell engineering, cancer immunotherapy, cancer vaccine, immunogenic cell death, nanoparticle","10":"Fan Y, Kuai R, Xu Y, Ochyl LJ, Irvine DJ, Moon JJ","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"542"},{"1":"syn21681582","2":"","3":"J Neuroinflammation","4":"30823925","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30823925","6":"[PMID:30823925](https://www.ncbi.nlm.nih.gov/pubmed/?term=30823925)","7":"Impact of microbiota on central nervous system and neurological diseases: the gut-brain axis","8":"2019","9":"Central nervous system, Glioma, Gut microbiota, Gut-brain axis, Immune signaling, Neurological disorder","10":"Ma Q, Xing C, Long W, Wang HY, Liu Q, Wang RF","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"543"},{"1":"syn21681476","2":"","3":"J Immunol","4":"30510069","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30510069","6":"[PMID:30510069](https://www.ncbi.nlm.nih.gov/pubmed/?term=30510069)","7":"Improved Multiplex Immunohistochemistry for Immune Microenvironment Evaluation of Mouse Formalin-Fixed, Paraffin-Embedded Tissues","8":"2019","9":"","10":"Sorrelle N, Ganguly D, Dominguez ATA, Zhang Y, Huang H, Dahal LN, Burton N, Ziemys A, Brekken RA","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"544"},{"1":"syn21681672","2":"","3":"Math Biosci","4":"31009624","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31009624","6":"[PMID:31009624](https://www.ncbi.nlm.nih.gov/pubmed/?term=31009624)","7":"Improved model prediction of glioma growth utilizing tissue-specific boundary effects","8":"2019","9":"Boundary effects, GBM, Parameter estimation","10":"Jacobs J, Rockne RC, Hawkins-Daarud AJ, Jackson PR, Johnston SK, Kinahan P, Swanson KR","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084088\",\"syn7349764\"]","19":"[\"CA193489\",\"CA220378\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"545"},{"1":"syn21645373","2":"","3":"Cell","4":"26590416","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26590416","6":"[PMID:26590416](https://www.ncbi.nlm.nih.gov/pubmed/?term=26590416)","7":"Improving Cancer Treatment via Mathematical Modeling: Surmounting the Challenges Is Worth the Effort","8":"2015","9":"","10":"Michor F, Beal K","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"546"},{"1":"syn21648952","2":"","3":"Biochemistry","4":"29528224","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29528224","6":"[PMID:29528224](https://www.ncbi.nlm.nih.gov/pubmed/?term=29528224)","7":"In Silico Design and in Vitro Characterization of Universal Tyrosine Kinase Peptide Substrates","8":"2018","9":"","10":"Marholz LJ, Zeringo NA, Lou HJ, Turk BE, Parker LL","11":"[\"Proteomics Assay\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"547"},{"1":"syn21645598","2":"","3":"Cell Syst","4":"28131823","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28131823","6":"[PMID:28131823](https://www.ncbi.nlm.nih.gov/pubmed/?term=28131823)","7":"In Situ Peroxidase Labeling and Mass-Spectrometry Connects Alpha-Synuclein Directly to Endocytic Trafficking and mRNA Metabolism in Neurons","8":"2017","9":"","10":"Chung CY, Khurana V, Yi S, Sahni N, Loh KH, Auluck PK, Baru V, Udeshi ND, Freyzon Y, Carr SA, Hill DE, Vidal M, Ting AY, Lindquist S","11":"[\"Mass Spectrometry\"]","12":"[]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"548"},{"1":"syn21649095","2":"","3":"Anal Chem","4":"29608279","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29608279","6":"[PMID:29608279](https://www.ncbi.nlm.nih.gov/pubmed/?term=29608279)","7":"In Vitro Liquid Extraction Surface Analysis Mass Spectrometry (ivLESA-MS) for Direct Metabolic Analysis of Adherent Cells in Culture","8":"2018","9":"","10":"Basu SS, Randall EC, Regan MS, Lopez BGC, Clark AR, Schmitt ND, Agar JN, Dillon DA, Agar NYR","11":"[\"Microscopy\", \"Mass Spectrometry\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"549"},{"1":"syn21649069","2":"","3":"ACS Biomater Sci Eng","4":"29457129","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29457129","6":"[PMID:29457129](https://www.ncbi.nlm.nih.gov/pubmed/?term=29457129)","7":"In Vitro Modeling of Mechanics in Cancer Metastasis","8":"2018","9":"","10":"Malandrino A, Kamm RD, Moeendarbary E","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"550"},{"1":"syn21648971","2":"","3":"J Mammary Gland Biol Neoplasia","4":"30056557","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30056557","6":"[PMID:30056557](https://www.ncbi.nlm.nih.gov/pubmed/?term=30056557)","7":"In Vitro Models for Studying Invasive Transitions of Ductal Carcinoma In Situ","8":"2019","9":"2D cultures, 3D cultures, Co-cultures, Engineered microfluidic platforms, Natural matrices, Preclinical screens, Synthetic matrices, Tumor microenvironment","10":"Brock EJ, Ji K, Shah S, Mattingly RR, Sloane BF","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"551"},{"1":"syn21645589","2":"","3":"Cancer Res","4":"26893478","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26893478","6":"[PMID:26893478](https://www.ncbi.nlm.nih.gov/pubmed/?term=26893478)","7":"In Vivo Visualization and Characterization of Epithelial-Mesenchymal Transition in Breast Tumors","8":"2016","9":"","10":"Zhao Z, Zhu X, Cui K, Mancuso J, Federley R, Fischer K, Teng G, Mittal V, Gao D, Zhao H, Wong ST","11":"[\"Microscopy\", \"Murine Model\"]","12":"[\"Carcinoma in situ of Breast\", \"Chronic myeloid leukemia\"]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"552"},{"1":"syn21681604","2":"","3":"Sci Rep","4":"30894605","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30894605","6":"[PMID:30894605](https://www.ncbi.nlm.nih.gov/pubmed/?term=30894605)","7":"In situ 10-cell RNA sequencing in tissue and tumor biopsy samples","8":"2019","9":"","10":"Singh S, Wang L, Schaff DL, Sutcliffe MD, Koeppel AF, Kim J, Onengut-Gumuscu S, Park KS, Zong H, Janes KA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084062\"]","19":"[\"CA215794\"]","20":"[\"An Integrated Systems Approach for Incompletely Penetrant Onco-phenotypes\"]","21":"syn21812500","22":"PRJNA492323","_rn_":"553"},{"1":"syn21648901","2":"","3":"Integr Biol (Camb)","4":"29623978","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29623978","6":"[PMID:29623978](https://www.ncbi.nlm.nih.gov/pubmed/?term=29623978)","7":"In vitro elucidation of the role of pericellular matrix in metastatic extravasation and invasion of breast carcinoma cells","8":"2018","9":"","10":"Brett ME, Bomberger HE, Doak GR, Price MA, McCarthy JB, Wood DK","11":"[\"Fluorescent Antibody Procedure\", \"Microfluidics\", \"Flow Cytometry\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"554"},{"1":"syn21649181","2":"","3":"Biomicrofluidics","4":"29887937","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29887937","6":"[PMID:29887937](https://www.ncbi.nlm.nih.gov/pubmed/?term=29887937)","7":"In vitro models of molecular and nano-particle transport across the blood-brain barrier","8":"2018","9":"","10":"Hajal C, Campisi M, Mattu C, Chiono V, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Head and Neck Carcinoma\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"555"},{"1":"syn21681920","2":"","3":"Nat Biotechnol","4":"31548728","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31548728","6":"[PMID:31548728](https://www.ncbi.nlm.nih.gov/pubmed/?term=31548728)","7":"In vivo CRISPR screening in CD8 T cells with AAV-Sleeping Beauty hybrid vectors identifies membrane targets for improving immunotherapy for glioblastoma","8":"2019","9":"","10":"Ye L, Park JJ, Dong MB, Yang Q, Chow RD, Peng L, Du Y, Guo J, Dai X, Wang G, Errami Y, Chen S","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"556"},{"1":"syn21681627","2":"","3":"Nat Methods","4":"30962622","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30962622","6":"[PMID:30962622](https://www.ncbi.nlm.nih.gov/pubmed/?term=30962622)","7":"In vivo profiling of metastatic double knockouts through CRISPR-Cpf1 screens","8":"2019","9":"","10":"Chow RD, Wang G, Ye L, Codina A, Kim HR, Shen L, Dong MB, Errami Y, Chen S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"557"},{"1":"syn21681351","2":"","3":"Curr Opin Biotechnol","4":"29494996","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29494996","6":"[PMID:29494996](https://www.ncbi.nlm.nih.gov/pubmed/?term=29494996)","7":"In vivo systems biology approaches to chronic immune/inflammatory pathophysiology","8":"2018","9":"","10":"Starchenko A, Lauffenburger DA","11":"[]","12":"[]","13":"[]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"","22":"","_rn_":"558"},{"1":"syn21648917","2":"","3":"Genes Dev","4":"29632085","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29632085","6":"[PMID:29632085](https://www.ncbi.nlm.nih.gov/pubmed/?term=29632085)","7":"Increased HOXA5 expression provides a selective advantage for gain of whole chromosome 7 in IDH wild-type glioblastoma","8":"2018","9":"HoxA, RCAS, chromosome 7 gain, glioblastoma, homeobox","10":"Cimino PJ, Kim Y, Wu HJ, Alexander J, Wirsching HG, Szulzewsky F, Pitter K, Ozawa T, Wang J, Vazquez J, Arora S, Rabadan R, Levine R, Michor F, Holland EC","11":"[\"Expression Array\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075, syn21630079","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\",\"syn7349759\"]","19":"[\"CA193461\",\"CA193313\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\", \"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"syn21889729","22":"GSE89409","_rn_":"559"},{"1":"syn21645628","2":"","3":"Am J Epidemiol","4":"23171873","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=23171873","6":"[PMID:23171873](https://www.ncbi.nlm.nih.gov/pubmed/?term=23171873)","7":"Individual and neighborhood socioeconomic status in relation to breast cancer incidence in African-American women","8":"2012","9":"","10":"Palmer JR, Boggs DA, Wise LA, Adams-Campbell LL, Rosenberg L","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"560"},{"1":"syn21645569","2":"","3":"PLoS Comput Biol","4":"27532298","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27532298","6":"[PMID:27532298](https://www.ncbi.nlm.nih.gov/pubmed/?term=27532298)","7":"Inference of Ancestral Recombination Graphs through Topological Data Analysis","8":"2016","9":"","10":"C'amara PG, Levine AJ, Rabad'an R","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"561"},{"1":"syn21681540","2":"","3":"PLoS One","4":"30707703","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30707703","6":"[PMID:30707703](https://www.ncbi.nlm.nih.gov/pubmed/?term=30707703)","7":"Inferring statistical properties of 3D cell geometry from 2D slices","8":"2019","9":"","10":"Sharp TA, Merkel M, Manning ML, Liu AJ","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"562"},{"1":"syn21681390","2":"","3":"Proc Natl Acad Sci U S A","4":"29915060","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29915060","6":"[PMID:29915060](https://www.ncbi.nlm.nih.gov/pubmed/?term=29915060)","7":"Inflamed neutrophils sequestered at entrapped tumor cells via chemotactic confinement promote tumor cell extravasation","8":"2018","9":"cell migration, extravasation, inflammation, metastasis, neutrophils","10":"Chen MB, Hajal C, Benjamin DC, Yu C, Azizgolshani H, Hynes RO, Kamm RD","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"563"},{"1":"syn21648973","2":"","3":"PLoS One","4":"29738558","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29738558","6":"[PMID:29738558](https://www.ncbi.nlm.nih.gov/pubmed/?term=29738558)","7":"Inflammatory signatures distinguish metabolic health in African American women with obesity","8":"2018","9":"","10":"Denis GV, Sebastiani P, Bertrand KA, Strissel KJ, Tran AH, Slama J, Medina ND, Andrieu G, Palmer JR","11":"[\"Fluorescent Antibody Procedure\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"564"},{"1":"syn21645403","2":"","3":"Neuro Oncol","4":"27370397","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27370397","6":"[PMID:27370397](https://www.ncbi.nlm.nih.gov/pubmed/?term=27370397)","7":"Inhibition of DNA damage repair by the CDK4/6 inhibitor palbociclib delays irradiated intracranial atypical teratoid rhabdoid tumor and glioblastoma xenograft regrowth","8":"2016","9":"atypical teratoid rhabdoid tumor, bioluminescence imaging, glioblastoma, palbociclib, xenograft","10":"Hashizume R, Zhang A, Mueller S, Prados MD, Lulla RR, Goldman S, Saratsis AM, Mazar AP, Stegh AH, Cheng SY, Horbinski C, Haas-Kogan DA, Sarkaria JN, Waldman T, James CD","11":"[\"Colorimetric Cell Viability Assay\", \"Immunocytochemistry\"]","12":"[\"Malignant Neoplasm of Brain\"]","13":"[\"Brain\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"565"},{"1":"syn21645292","2":"","3":"Mol Cancer Ther","4":"28864681","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28864681","6":"[PMID:28864681](https://www.ncbi.nlm.nih.gov/pubmed/?term=28864681)","7":"Inhibition of Discoidin Domain Receptor 1 Reduces Collagen-mediated Tumorigenicity in Pancreatic Ductal Adenocarcinoma","8":"2017","9":"","10":"Aguilera KY, Huang H, Du W, Hagopian MM, Wang Z, Hinz S, Hwang TH, Wang H, Fleming JB, Castrillon DH, Ren X, Ding K, Brekken RA","11":"[\"Murine Model\", \"IHC\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"566"},{"1":"syn21681977","2":"","3":"Mol Med","4":"31726966","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31726966","6":"[PMID:31726966](https://www.ncbi.nlm.nih.gov/pubmed/?term=31726966)","7":"Inhibition of phosphatidylinositol 3-kinase by PX-866 suppresses temozolomide-induced autophagy and promotes apoptosis in glioblastoma cells","8":"2019","9":"Autophagy, Bafilomycin, Glioblastoma (GBM), PI3K, PX-866, Temozolomide (TMZ)","10":"Harder BG, Peng S, Sereduk CP, Sodoma AM, Kitange GJ, Loftus JC, Sarkaria JN, Tran NL","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630078","15":"[\"Heterogeneity\", \"Evolution\", \"Microenvironment\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn17084088\",\"syn7349764\"]","19":"[\"CA220378\",\"CA210180\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"567"},{"1":"syn21649044","2":"","3":"Proc Natl Acad Sci U S A","4":"30061414","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30061414","6":"[PMID:30061414](https://www.ncbi.nlm.nih.gov/pubmed/?term=30061414)","7":"Inhibition of tumor-microenvironment interaction and tumor invasion by small-molecule allosteric inhibitor of DDR2 extracellular domain","8":"2018","9":"DDR2, allosteric inhibition, metastasis","10":"Grither WR, Longmore GD","11":"[\"Organoid\", \"Murine Model\", \"Cell Migration Assay\"]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"568"},{"1":"syn21645582","2":"","3":"FEBS J","4":"29131550","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29131550","6":"[PMID:29131550](https://www.ncbi.nlm.nih.gov/pubmed/?term=29131550)","7":"Innate and acquired immune surveillance in the postdissemination phase of metastasis","8":"2018","9":"disseminated tumor cells, extracellular matrix, immune evasion, metastasis-associated immune cells, metastatic colonization, organ-specific, patient-derived xenograft, tumor dormancy, tumor microenvironment","10":"Gonzalez H, Robles I, Werb Z","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"","22":"","_rn_":"569"},{"1":"syn21649123","2":"","3":"Cell Rep","4":"30332652","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30332652","6":"[PMID:30332652](https://www.ncbi.nlm.nih.gov/pubmed/?term=30332652)","7":"Insights into Bidirectional Gene Expression Control Using the Canonical GAL1/GAL10 Promoter","8":"2018","9":"CRISPR, GAL1 promoter, GAL1/10, GAL10 promoter, Gal4, Gal4 binding site, UAS, bidirectional promoter, gene regulation, nucleosome","10":"Elison GL, Xue Y, Song R, Acar M","11":"[\"CRISPR\"]","12":"[]","13":"[\"Unspecified\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"570"},{"1":"syn21645389","2":"","3":"Cell","4":"27889238","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27889238","6":"[PMID:27889238](https://www.ncbi.nlm.nih.gov/pubmed/?term=27889238)","7":"Insights into Nucleosome Organization in Mouse Embryonic Stem Cells through Chemical Mapping","8":"2016","9":"CTCF, MNase, chemical biology, chromatin, embryonic stem cells, epigenetics, nucleosomes, pioneer transcription factors, pluripotency, splicing","10":"Voong LN, Xi L, Sebeson AC, Xiong B, Wang JP, Wang X","11":"[\"MicroRNA Sequencing\", \"Real Time PCR\", \"Western Blotting\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"syn21790831","22":"PRJNA324099","_rn_":"571"},{"1":"syn21649206","2":"","3":"Nat Commun","4":"30464169","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30464169","6":"[PMID:30464169](https://www.ncbi.nlm.nih.gov/pubmed/?term=30464169)","7":"Integrated mapping of pharmacokinetics and pharmacodynamics in a patient-derived xenograft model of glioblastoma","8":"2018","9":"","10":"Randall EC, Emdal KB, Laramy JK, Kim M, Roos A, Calligaris D, Regan MS, Gupta SK, Mladek AC, Carlson BL, Johnson AJ, Lu FK, Xie XS, Joughin BA, Reddy RJ, Peng S, Abdelmoula WM, Jackson PR, Kolluri A, Kellersberger KA, Agar JN, Lauffenburger DA, Swanson KR, Tran NL, Elmquist WF, White FM, Sarkaria JN, Agar NYR","11":"[\"Proteomics Assay\", \"Murine Model\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"572"},{"1":"syn21681624","2":"","3":"Philos Trans R Soc Lond B Biol Sci","4":"30955488","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30955488","6":"[PMID:30955488](https://www.ncbi.nlm.nih.gov/pubmed/?term=30955488)","7":"Integrating measures of viral prevalence and seroprevalence: a mechanistic modelling approach to explaining cohort patterns of human papillomavirus in women in the USA","8":"2019","9":"age–period–cohort model, human papillomavirus, latent infection, mechanistic model, seroprevalence, waning antibodies","10":"Brouwer AF, Meza R, Eisenberg MC","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"573"},{"1":"syn21645248","2":"","3":"Sci Rep","4":"28620196","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28620196","6":"[PMID:28620196](https://www.ncbi.nlm.nih.gov/pubmed/?term=28620196)","7":"Integration of DNA methylation and gene transcription across nineteen cell types reveals cell type-specific and genomic region-dependent regulatory patterns","8":"2017","9":"","10":"Tang B, Zhou Y, Wang CM, Huang TH, Jin VX","11":"[\"Statistical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"574"},{"1":"syn21681834","2":"","3":"Sci Rep","4":"31296889","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31296889","6":"[PMID:31296889](https://www.ncbi.nlm.nih.gov/pubmed/?term=31296889)","7":"Integration of machine learning and mechanistic models accurately predicts variation in cell density of glioblastoma using multiparametric MRI","8":"2019","9":"","10":"Gaw N, Hawkins-Daarud A, Hu LS, Yoon H, Wang L, Xu Y, Jackson PR, Singleton KW, Baxter LC, Eschbacher J, Gonzales A, Nespodzany A, Smith K, Nakaji P, Mitchell JR, Wu T, Swanson KR, Li J","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084088\",\"syn7349764\"]","19":"[\"CA193489\",\"CA220378\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"575"},{"1":"syn21649017","2":"","3":"Opt Express","4":"28381031","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28381031","6":"[PMID:28381031](https://www.ncbi.nlm.nih.gov/pubmed/?term=28381031)","7":"Integration of spectral coronagraphy within VIPA-based spectrometers for high extinction Brillouin imaging","8":"2017","9":"","10":"Edrei E, Gather MC, Scarcelli G","11":"[\"Microscopy\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"576"},{"1":"syn21649041","2":"","3":"Proc SPIE Int Soc Opt Eng","4":"30364826","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30364826","6":"[PMID:30364826](https://www.ncbi.nlm.nih.gov/pubmed/?term=30364826)","7":"Integrative Analysis on Histopathological Image for Identifying Cellular Heterogeneity","8":"2017","9":"H&E stained image, Heterogeneity, Spatial pattern analysis","10":"Chang YH, Thibault G, Johnson B, Margolin A, Gray JW","11":"[]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"577"},{"1":"syn21645247","2":"","3":"Nucleic Acids Res","4":"28419278","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28419278","6":"[PMID:28419278](https://www.ncbi.nlm.nih.gov/pubmed/?term=28419278)","7":"Integrative analysis identifies targetable CREB1/FoxA1 transcriptional co-regulation as a predictor of prostate cancer recurrence","8":"2017","9":"","10":"Sunkel B, Wu D, Chen Z, Wang CM, Liu X, Ye Z, Horning AM, Liu J, Mahalingam D, Lopez-Nicora H, Lin CL, Goodfellow PJ, Clinton SK, Jin VX, Chen CL, Huang TH, Wang Q","11":"[\"ChIP-Seq\", \"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"578"},{"1":"syn21648895","2":"","3":"Genome Med","4":"29665865","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29665865","6":"[PMID:29665865](https://www.ncbi.nlm.nih.gov/pubmed/?term=29665865)","7":"Integrative analysis reveals functional and regulatory roles of H3K79me2 in mediating alternative splicing","8":"2018","9":"AML, Alternative Splicing, DOT1L, H3K79me2","10":"Li T, Liu Q, Garza N, Kornblau S, Jin VX","11":"[\"ChIP-Seq\", \"Whole Transcriptome Sequencing\"]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"579"},{"1":"syn21645268","2":"","3":"Mol Biol Cell","4":"28381423","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28381423","6":"[PMID:28381423](https://www.ncbi.nlm.nih.gov/pubmed/?term=28381423)","7":"Integrin-mediated traction force enhances paxillin molecular associations and adhesion dynamics that increase the invasiveness of tumor cells into a three-dimensional extracellular matrix","8":"2017","9":"","10":"Mekhdjian AH, Kai F, Rubashkin MG, Prahl LS, Przybyla LM, McGregor AL, Bell ES, Barnes JM, DuFort CC, Ou G, Chang AC, Cassereau L, Tan SJ, Pickup MW, Lakins JN, Ye X, Davidson MW, Lammerding J, Odde DJ, Dunn AR, Weaver VM","11":"[\"Microscopy\", \"Fluorescent Antibody Procedure\", \"Microfluidics\", \"Cell Migration Assay\", \"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630077, syn21630080, syn21630075","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\", \"Metabolism\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\",\"syn7349770\",\"syn7416710\"]","19":"[\"CA210190\",\"CA210184\",\"CA202241\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\", \"Center on the Physics of Cancer Metabolism\", \"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"580"},{"1":"syn21645346","2":"","3":"Cancer Discov","4":"28188128","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28188128","6":"[PMID:28188128](https://www.ncbi.nlm.nih.gov/pubmed/?term=28188128)","7":"Interaction Landscape of Inherited Polymorphisms with Somatic Events in Cancer","8":"2017","9":"","10":"Carter H, Marty R, Hofree M, Gross AM, Jensen J, Fisch KM, Wu X, DeBoever C, Van Nostrand EL, Song Y, Wheeler E, Kreisberg JF, Lippman SM, Yeo GW, Gutkind JS, Ideker T","11":"[\"Single Nucleotide Polymorphism Array\", \"Whole Exome Sequencing\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"581"},{"1":"syn21682010","2":"","3":"iScience","4":"31884165","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31884165","6":"[PMID:31884165](https://www.ncbi.nlm.nih.gov/pubmed/?term=31884165)","7":"Interactive Multiresolution Visualization of Cellular Network Processes","8":"2020","9":"Bioinformatics, Integrative Aspects of Cell Biology, Systems Biology","10":"Ortega OO, Lopez CF","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"582"},{"1":"syn21681319","2":"","3":"Proc Natl Acad Sci U S A","4":"27140641","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27140641","6":"[PMID:27140641](https://www.ncbi.nlm.nih.gov/pubmed/?term=27140641)","7":"Intercellular signaling through secreted proteins induces free-energy gradient-directed cell movement","8":"2016","9":"Brownian dynamics, Langevin equation, cell motility, cell–cell force, surprisal analysis","10":"Kravchenko-Balasha N, Shin YS, Sutherland A, Levine RD, Heath JR","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630076, syn21630077, syn21630080","15":"[\"Drug Resistance/Sensitivity\", \"Tumor-Immune\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083754\"]","19":"[\"CA217655\"]","20":"[\"Steady States and Cellular Transitions Associated with Carcinogenesis and Tumor Progression\"]","21":"","22":"","_rn_":"583"},{"1":"syn21645370","2":"","3":"Small","4":"26349637","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26349637","6":"[PMID:26349637](https://www.ncbi.nlm.nih.gov/pubmed/?term=26349637)","7":"Interfacing Inorganic Nanowire Arrays and Living Cells for Cellular Function Analysis","8":"2015","9":"cell-substrate interactions, cellular function analysis, intracellular delivery, nanowire arrays, rare cell analysis","10":"Kwak M, Han L, Chen JJ, Fan R","11":"[\"Nanowire\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"584"},{"1":"syn21645442","2":"","3":"Biophys J","4":"28256231","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28256231","6":"[PMID:28256231](https://www.ncbi.nlm.nih.gov/pubmed/?term=28256231)","7":"Interplay of Platelet Contractility and Elasticity of Fibrin/Erythrocytes in Blood Clot Retraction","8":"2017","9":"","10":"Tutwiler V, Wang H, Litvinov RI, Weisel JW, Shenoy VB","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[\"Blood\"]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"585"},{"1":"syn21681924","2":"","3":"J Am Chem Soc","4":"31550140","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31550140","6":"[PMID:31550140](https://www.ncbi.nlm.nih.gov/pubmed/?term=31550140)","7":"Interrogating Intracellular Zinc Chemistry with a Long Stokes Shift Zinc Probe ZincBY-4","8":"2019","9":"","10":"Garwin SA, Kelley MS, Sue AC, Que EL, Schatz GC, Woodruff TK, O'Halloran TV","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"586"},{"1":"syn21681537","2":"","3":"Biochemistry","4":"30698415","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30698415","6":"[PMID:30698415](https://www.ncbi.nlm.nih.gov/pubmed/?term=30698415)","7":"Interrogation of Eukaryotic Stop Codon Readthrough Signals by in Vitro RNA Selection","8":"2019","9":"","10":"Anzalone AV, Zairis S, Lin AJ, Rabadan R, Cornish VW","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"587"},{"1":"syn21648946","2":"","3":"Biomaterials","4":"29759731","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29759731","6":"[PMID:29759731](https://www.ncbi.nlm.nih.gov/pubmed/?term=29759731)","7":"Intrafibrillar, bone-mimetic collagen mineralization regulates breast cancer cell adhesion and migration","8":"2019","9":"Bone metastasis, Collagen fiber alignment, Hydroxyapatite, Intrafibrillar collagen mineralization, Mechanosignaling","10":"Choi S, Friedrichs J, Song YH, Werner C, Estroff LA, Fischbach C","11":"[\"3D Cell Culture\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"588"},{"1":"syn21649062","2":"","3":"Dis Model Mech","4":"29997220","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29997220","6":"[PMID:29997220](https://www.ncbi.nlm.nih.gov/pubmed/?term=29997220)","7":"Intravital microscopy of collective invasion plasticity in breast cancer","8":"2018","9":"Actin dynamics, Carcinoma invasion, Intravital microscopy","10":"Ilina O, Campanello L, Gritsenko PG, Vullings M, Wang C, Bult P, Losert W, Friedl P","11":"[\"Microscopy\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"589"},{"1":"syn21681408","2":"","3":"Sci Transl Med","4":"30068572","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30068572","6":"[PMID:30068572](https://www.ncbi.nlm.nih.gov/pubmed/?term=30068572)","7":"Intravital microscopy of osteolytic progression and therapy response of cancer lesions in the bone","8":"2018","9":"","10":"Dondossola E, Alexander S, Holzapfel BM, Filippini S, Starbuck MW, Hoffman RM, Navone N, De-Juan-Pardo EM, Logothetis CJ, Hutmacher DW, Friedl P","11":"[]","12":"[\"Bone Neoplasm\"]","13":"[\"Bone\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"590"},{"1":"syn21645619","2":"","3":"J Cell Physiol","4":"24962433","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=24962433","6":"[PMID:24962433](https://www.ncbi.nlm.nih.gov/pubmed/?term=24962433)","7":"Intrinsic Sex-Linked Variations in Osteogenic and Adipogenic Differentiation Potential of Bone Marrow Multipotent Stromal Cells","8":"2015","9":"","10":"Bragdon B, Burns R, Baker AH, Belkina AC, Morgan EF, Denis GV, Gerstenfeld LC, Schlezinger JJ","11":"[\"Murine Model\"]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"591"},{"1":"syn21681622","2":"","3":"Biomed Microdevices","4":"30949852","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30949852","6":"[PMID:30949852](https://www.ncbi.nlm.nih.gov/pubmed/?term=30949852)","7":"Investigation of parameters that determine Nano-DC vaccine transport","8":"2019","9":"Biodistribution, Microparticle, Nano-DC vaccine, Silicon, Transport","10":"Zhang J, Mai J, Li F, Shen J, Zhang G, Li J, Hinkle LE, Lin D, Liu X, Li Z, Wang RF, Mittendorf EA, Ferrari M, Shen H","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"592"},{"1":"syn21649144","2":"","3":"Neuro Oncol","4":"29016900","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29016900","6":"[PMID:29016900](https://www.ncbi.nlm.nih.gov/pubmed/?term=29016900)","7":"Is the blood-brain barrier really disrupted in all glioblastomas? A critical assessment of existing clinical data","8":"2018","9":"blood brain barrier, drug therapy, glioblastoma, magnetic resonance imaging","10":"Sarkaria JN, Hu LS, Parney IF, Pafundi DH, Brinkmann DH, Laack NN, Giannini C, Burns TC, Kizilbash SH, Laramy JK, Swanson KR, Kaufmann TJ, Brown PD, Agar NYR, Galanis E, Buckner JC, Elmquist WF","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084088\",\"syn7349764\"]","19":"[\"CA193489\",\"CA220378\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"593"},{"1":"syn21649010","2":"","3":"Cell","4":"30053426","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30053426","6":"[PMID:30053426](https://www.ncbi.nlm.nih.gov/pubmed/?term=30053426)","7":"Isolation of a Structural Mechanism for Uncoupling T Cell Receptor Signaling from Peptide-MHC Binding","8":"2018","9":"CD45, MHC, TCR, catch bond, ligand discrimination, molecular dynamics, signaling, structure","10":"Sibener LV, Fernandes RA, Kolawole EM, Carbone CB, Liu F, McAffee D, Birnbaum ME, Yang X, Su LF, Yu W, Dong S, Gee MH, Jude KM, Davis MM, Groves JT, Goddard WA 3rd, Heath JR, Evavold BD, Vale RD, Garcia KC","11":"[\"Molecular Simulations\", \"Surface Plasmon Resonance\", \"In Vitro Selection\", \"X-Ray Crystallography\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"594"},{"1":"syn21649096","2":"","3":"Biophys J","4":"29320680","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29320680","6":"[PMID:29320680](https://www.ncbi.nlm.nih.gov/pubmed/?term=29320680)","7":"K-Ras4B Remains Monomeric on Membranes over a Wide Range of Surface Densities and Lipid Compositions","8":"2018","9":"","10":"Chung JK, Lee YK, Denson JP, Gillette WK, Alvarez S, Stephen AG, Groves JT","11":"[\"Microscopy\", \"Fluorescence Correlation Spectroscopy\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"595"},{"1":"syn21681557","2":"","3":"Cancer Cell","4":"30753830","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30753830","6":"[PMID:30753830](https://www.ncbi.nlm.nih.gov/pubmed/?term=30753830)","7":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","8":"2019","9":"","10":"Hinohara K, Wu HJ, S'ebastien Vigneau, McDonald TO, Igarashi KJ, Yamamoto KN, Madsen T, Fassl A, Egri SB, Papanastasiou M, Ding L, Peluffo G, Cohen O, Kales SC, Lal-Nag M, Rai G, Maloney DJ, Jadhav A, Simeonov A, Wagle N, Brown M, Meissner A, Sicinski P, Jaffe JD, Jeselsohn R, Gimelbrant AA, Michor F, Polyak K","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"596"},{"1":"syn21681468","2":"","3":"Cancer Cell","4":"30472020","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020","6":"[PMID:30472020](https://www.ncbi.nlm.nih.gov/pubmed/?term=30472020)","7":"KDM5 Histone Demethylase Activity Links Cellular Transcriptomic Heterogeneity to Therapeutic Resistance","8":"2018","9":"KDM5B, acquired resistance, barcoding, cellular heterogeneity, endocrine resistance, epigenetic, pre-existing resistance, single-cell RNA-seq, subclonal fraction, transcriptomic heterogeneity","10":"Hinohara K, Wu HJ, Vigneau S, McDonald TO, Igarashi KJ, Yamamoto KN, Madsen T, Fassl A, Egri SB, Papanastasiou M, Ding L, Peluffo G, Cohen O, Kales SC, Lal-Nag M, Rai G, Maloney DJ, Jadhav A, Simeonov A, Wagle N, Brown M, Meissner A, Sicinski P, Jaffe JD, Jeselsohn R, Gimelbrant AA, Michor F, Polyak K","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"syn21889531, syn21889845","22":"GSE104988, SRP119969","_rn_":"597"},{"1":"syn21681958","2":"","3":"Gigascience","4":"31648301","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31648301","6":"[PMID:31648301](https://www.ncbi.nlm.nih.gov/pubmed/?term=31648301)","7":"Key challenges facing data-driven multicellular systems biology","8":"2019","9":"big data, challenges, data standards, data-driven, machine learning, multicellular systems biology, multidisciplinary, open data, open source, simulations","10":"Macklin P","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630078","15":"[\"Metabolism\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084099\"]","19":"[\"CA232137\"]","20":"[\"Multiscale systems biology modeling to exploit tumor-stromal metabolic crosstalk in colorectal cancer\"]","21":"","22":"","_rn_":"598"},{"1":"syn21648970","2":"","3":"Biochemistry","4":"29920078","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29920078","6":"[PMID:29920078](https://www.ncbi.nlm.nih.gov/pubmed/?term=29920078)","7":"Kinase Substrate Profiling Using a Proteome-wide Serine-Oriented Human Peptide Library","8":"2018","9":"","10":"Barber KW, Miller CJ, Jun JW, Lou HJ, Turk BE, Rinehart J","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"599"},{"1":"syn21645563","2":"","3":"Elife","4":"27304073","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27304073","6":"[PMID:27304073](https://www.ncbi.nlm.nih.gov/pubmed/?term=27304073)","7":"Kinase-dead ATM protein is highly oncogenic and can be preferentially targeted by Topo-isomerase I inhibitors","8":"2016","9":"ATM, Topo-isomerase I, cell biology, human, missense mutation, mouse, replication fork","10":"Yamamoto K, Wang J, Sprinzen L, Xu J, Haddock CJ, Li C, Lee BJ, Loredan DG, Jiang W, Vindigni A, Wang D, Rabadan R, Zha S","11":"[\"Murine Model\"]","12":"[\"Pan-cancer\", \"Lymphoma\"]","13":"[\"Lymph node\", \"Thymus\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"600"},{"1":"syn21645398","2":"","3":"Proc Natl Acad Sci U S A","4":"27702891","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27702891","6":"[PMID:27702891](https://www.ncbi.nlm.nih.gov/pubmed/?term=27702891)","7":"Label-free imaging of the native, living cellular nanoarchitecture using partial-wave spectroscopic microscopy","8":"2016","9":"DNA damage, cell dynamics, chromatin, microscopy, mitochondrial metabolism","10":"Almassalha LM, Bauer GM, Chandler JE, Gladstein S, Cherkezyan L, Stypula-Cyrus Y, Weinberg S, Zhang D, Thusgaard Ruhoff P, Roy HK, Subramanian H, Chandel NS, Szleifer I, Backman V","11":"[\"Partial Wave Spectroscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"601"},{"1":"syn21681535","2":"","3":"J Biol Chem","4":"30692198","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30692198","6":"[PMID:30692198](https://www.ncbi.nlm.nih.gov/pubmed/?term=30692198)","7":"Lateral distribution of phosphatidylinositol 4,5-bisphosphate in membranes regulates formin- and ARP2/3-mediated actin nucleation","8":"2019","9":"PI(4,5)P2, actin, actin assembly, biological membrane, cell biology, cholesterol, formins, lipid, membrane, phosphatidylinositol","10":"Bucki R, Wang YH, Yang C, Kandy SK, Fatunmbi O, Bradley R, Pogoda K, Svitkina T, Radhakrishnan R, Janmey PA","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"602"},{"1":"syn21648922","2":"","3":"Oncotarget","4":"29212257","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29212257","6":"[PMID:29212257](https://www.ncbi.nlm.nih.gov/pubmed/?term=29212257)","7":"Lentiviral CRISPR/Cas9 nickase vector mediated BIRC5 editing inhibits epithelial to mesenchymal transition in ovarian cancer cells","8":"2017","9":"BIRC5 (survivin), CRISPR/Cas9 nickase, epithelial to mesenchymal transition, lentiviral vector, ovarian cancer","10":"Zhao G, Wang Q, Gu Q, Qiang W, Wei JJ, Dong P, Watari H, Li W, Yue J","11":"[\"Immunohistochemistry Staining Method\", \"Western Blotting\"]","12":"[\"Malignant Neoplasm of Ovary\"]","13":"[\"Ovary\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"603"},{"1":"syn21645284","2":"","3":"Int J Obes (Lond)","4":"29104286","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29104286","6":"[PMID:29104286](https://www.ncbi.nlm.nih.gov/pubmed/?term=29104286)","7":"Leptin regulation of the p53-HIF1α/PKM2-aromatase axis in breast adipose stromal cells: a novel mechanism for the obesity-breast cancer link","8":"2018","9":"","10":"Zahid H, Subbaramaiah K, Iyengar NM, Zhou XK, Chen IC, Bhardwaj P, Gucalp A, Morrow M, Hudis CA, Dannenberg AJ, Brown KA","11":"[\"Fluorescent Antibody Procedure\", \"Real Time PCR\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"604"},{"1":"syn21681571","2":"","3":"Bull Math Biol","4":"30796683","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30796683","6":"[PMID:30796683](https://www.ncbi.nlm.nih.gov/pubmed/?term=30796683)","7":"Lesion Dynamics Under Varying Paracrine PDGF Signaling in Brain Tissue","8":"2019","9":"Gliosis, Oligodendroglial progenitors, Platelet-derived growth factor, Scarring","10":"Massey SC, Hawkins-Daarud A, Gallaher J, Anderson ARA, Canoll P, Swanson KR","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084088\",\"syn7349764\"]","19":"[\"CA193489\",\"CA220378\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"605"},{"1":"syn21681658","2":"","3":"Cell Chem Biol","4":"30982749","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30982749","6":"[PMID:30982749](https://www.ncbi.nlm.nih.gov/pubmed/?term=30982749)","7":"Leveraging Compound Promiscuity to Identify Targetable Cysteines within the Kinome","8":"2019","9":"chemical probe, chemoproteomics, covalent inhibitors, crystal structure, cysteines, drug discovery, kinase inhibitors, kinobeads, multi-targeted compounds, target engagement","10":"Rao S, Gurbani D, Du G, Everley RA, Browne CM, Chaikuad A, Tan L, Schr\"oder M, Gondi S, Ficarro SB, Sim T, Kim ND, Berberich MJ, Knapp S, Marto JA, Westover KD, Sorger PK, Gray NS","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"606"},{"1":"syn21681506","2":"","3":"Curr Pathobiol Rep","4":"30595969","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30595969","6":"[PMID:30595969](https://www.ncbi.nlm.nih.gov/pubmed/?term=30595969)","7":"Life History Trade-Offs in Tumors","8":"2018","9":"Cancer evolution, Ecology, Evolutionary theory, Life history trade-offs, Neoplastic progression","10":"Boddy AM, Huang W, Aktipis A","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"607"},{"1":"syn21649075","2":"","3":"Math Biosci Eng","4":"27775375","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27775375","6":"[PMID:27775375](https://www.ncbi.nlm.nih.gov/pubmed/?term=27775375)","7":"Limiting the development of anti-cancer drug resistance in a spatial model of micrometastases","8":"2016","9":"","10":"Shah AB, Rejniak KA, Gevertz JL","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"608"},{"1":"syn21681370","2":"","3":"Annu Rev Cancer Biol","4":"29756093","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29756093","6":"[PMID:29756093](https://www.ncbi.nlm.nih.gov/pubmed/?term=29756093)","7":"Lineage Plasticity in Cancer Progression and Treatment","8":"2018","9":"cancer progression, differentiation, drug resistance, lineage plasticity, reprogramming, transdifferentiation","10":"Le Magnen C, Shen MM, Abate-Shen C","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"609"},{"1":"syn21649021","2":"","3":"Genome Biol","4":"30482222","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30482222","6":"[PMID:30482222](https://www.ncbi.nlm.nih.gov/pubmed/?term=30482222)","7":"Linking single-cell measurements of mass, growth rate, and gene expression","8":"2018","9":"Biophysical properties, Drug response, GBM, Glioblastoma, Growth, Mass, Microfluidics, Multi-omics, Serial suspended microchannel resonator, Single cell, Single-cell RNA-Seq, T cell activation","10":"Kimmerling RJ, Prakadan SM, Gupta AJ, Calistri NL, Stevens MM, Olcum S, Cermak N, Drake RS, Pelton K, De Smet F, Ligon KL, Shalek AK, Manalis SR","11":"[\"Whole Transcriptome Sequencing\", \"Microfluidics\"]","12":"[\"Malignant Neoplasm of Brain\"]","13":"[\"Brain\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"syn21811019","22":"PRJNA498045","_rn_":"610"},{"1":"syn21645303","2":"","3":"Biomaterials","4":"28231510","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28231510","6":"[PMID:28231510](https://www.ncbi.nlm.nih.gov/pubmed/?term=28231510)","7":"Lipopolyplex potentiates anti-tumor immunity of mRNA-based vaccination","8":"2017","9":"Cancer, Immunotherapy, Lipopolyplex, Vaccine, mRNA","10":"Persano S, Guevara ML, Li Z, Mai J, Ferrari M, Pompa PP, Shen H","11":"[\"Murine Model\", \"in vivo Bioluminescence\"]","12":"[\"Carcinoma in situ of Skin\"]","13":"[\"Skin\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"611"},{"1":"syn21648975","2":"","3":"iScience","4":"30027155","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30027155","6":"[PMID:30027155](https://www.ncbi.nlm.nih.gov/pubmed/?term=30027155)","7":"Live-Cell Imaging of Chromatin Condensation Dynamics by CRISPR","8":"2018","9":"","10":"Xue Y, Acar M","11":"[\"CRISPR\", \"Imaging\"]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"612"},{"1":"syn21681610","2":"","3":"Semin Liver Dis","4":"30912094","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30912094","6":"[PMID:30912094](https://www.ncbi.nlm.nih.gov/pubmed/?term=30912094)","7":"Liver Cancer Gene Discovery Using Gene Targeting, Sleeping Beauty, and CRISPR/Cas9","8":"2019","9":"","10":"Kieckhaefer JE, Maina F, Wells RG, Wangensteen KJ","11":"[]","12":"[\"Liver and Intrahepatic Bile Duct Carcinoma\"]","13":"[\"Liver\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"613"},{"1":"syn21681493","2":"","3":"Mol Biol Cell","4":"30566037","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30566037","6":"[PMID:30566037](https://www.ncbi.nlm.nih.gov/pubmed/?term=30566037)","7":"Local, transient tensile stress on the nuclear membrane causes membrane rupture","8":"2019","9":"","10":"Zhang Q, Tamashunas AC, Agrawal A, Torbati M, Katiyar A, Dickinson RB, Lammerding J, Lele TP","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"614"},{"1":"syn21681986","2":"","3":"Cancer Res","4":"31767628","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31767628","6":"[PMID:31767628](https://www.ncbi.nlm.nih.gov/pubmed/?term=31767628)","7":"Localized metabolomic gradients in patient-derived xenograft models of glioblastoma","8":"2019","9":"","10":"Randall EC, Lopez BGC, Peng S, Regan MS, Abdelmoula WM, Basu SS, Santagata S, Yoon H, Haigis M, Agar JN, Tran NL, Elmquist WF, White FM, Sarkaria JN, Agar NYR","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"615"},{"1":"syn21645257","2":"","3":"BMC Genomics","4":"28984206","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28984206","6":"[PMID:28984206](https://www.ncbi.nlm.nih.gov/pubmed/?term=28984206)","7":"Logo2PWM: a tool to convert sequence logo to position weight matrix","8":"2017","9":"Binding site, Convert, Motif finding, Position weight matrix, Sequence logo, Transcription","10":"Gao Z, Liu L, Ruan J","11":"[\"ChIP-Seq\"]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"616"},{"1":"syn21649015","2":"","3":"J Phys Chem Lett","4":"28594557","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28594557","6":"[PMID:28594557](https://www.ncbi.nlm.nih.gov/pubmed/?term=28594557)","7":"Long-Lived 13C2 Nuclear Spin States Hyperpolarized by Parahydrogen in Reversible Exchange at Microtesla Fields","8":"2017","9":"","10":"Zhou Z, Yu J, Colell JFP, Laasner R, Logan A, Barskiy DA, Shchepin RV, Chekmenev EY, Blum V, Warren WS, Theis T","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"617"},{"1":"syn21649155","2":"","3":"Nat Mater","4":"28892054","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28892054","6":"[PMID:28892054](https://www.ncbi.nlm.nih.gov/pubmed/?term=28892054)","7":"Long-lived force patterns and deformation waves at repulsive epithelial boundaries","8":"2017","9":"","10":"Rodr'iguez-Franco P, Brugu'es A, Mar'in-Llaurad'o A, Conte V, Solanas G, Batlle E, Fredberg JJ, Roca-Cusachs P, Sunyer R, Trepat X","11":"[\"Microscopy\", \"Western Blotting\"]","12":"[]","13":"[\"Kidney\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"618"},{"1":"syn21681740","2":"","3":"Biomed Opt Express","4":"31086695","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31086695","6":"[PMID:31086695](https://www.ncbi.nlm.nih.gov/pubmed/?term=31086695)","7":"Long-term Brillouin imaging of live cells with reduced absorption-mediated damage at 660 nm wavelength","8":"2019","9":"","10":"Nikoli'c M, Scarcelli G","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"619"},{"1":"syn21681983","2":"","3":"Nature","4":"31748746","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31748746","6":"[PMID:31748746](https://www.ncbi.nlm.nih.gov/pubmed/?term=31748746)","7":"Longitudinal molecular trajectories of diffuse glioma in adults","8":"2019","9":"","10":"Barthel FP, Johnson KC, Varn FS, Moskalik AD, Tanner G, Kocakavuk E, Anderson KJ, Abiola O, Aldape K, Alfaro KD, Alpar D, Amin SB, Ashley DM, Bandopadhayay P, Barnholtz-Sloan JS, Beroukhim R, Bock C, Brastianos PK, Brat DJ, Brodbelt AR, Bruns AF, Bulsara KR, Chakrabarty A, Chakravarti A, Chuang JH, Claus EB, Cochran EJ, Connelly J, Costello JF, Finocchiaro G, Fletcher MN, French PJ, Gan HK, Gilbert MR, Gould PV, Grimmer MR, Iavarone A, Ismail A, Jenkinson MD, Khasraw M, Kim H, Kouwenhoven MCM, LaViolette PS, Li M, Lichter P, Ligon KL, Lowman AK, Malta TM, Mazor T, McDonald KL, Molinaro AM, Nam DH, Nayyar N, Ng HK, Ngan CY, Niclou SP, Niers JM, Noushmehr H, Noorbakhsh J, Ormond DR, Park CK, Poisson LM, Rabadan R, Radlwimmer B, Rao G, Reifenberger G, Sa JK, Schuster M, Shaw BL, Short SC, Smitt PAS, Sloan AE, Smits M, Suzuki H, Tabatabai G, Van Meir EG, Watts C, Weller M, Wesseling P, Westerman BA, Widhalm G, Woehrer A, Yung WKA, Zadeh G, Huse JT, De Groot JF, Stead LF, Verhaak RGW, GLASS Consortium","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"620"},{"1":"syn21681654","2":"","3":"Dev Cell","4":"30982660","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30982660","6":"[PMID:30982660](https://www.ncbi.nlm.nih.gov/pubmed/?term=30982660)","7":"Loss of Sirtuin 1 Alters the Secretome of Breast Cancer Cells by Impairing Lysosomal Integrity","8":"2019","9":"cancer, cathepsin, deacetylation, exosomes, extracellular vesicles, lysosome, multi-vesicular body, secretome, sirtuin, vacuolar-type H(+) ATPase","10":"Latifkar A, Ling L, Hingorani A, Johansen E, Clement A, Zhang X, Hartman J, Fischbach C, Lin H, Cerione RA, Antonyak MA","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"621"},{"1":"syn21645349","2":"","3":"Cell Cycle","4":"27097301","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27097301","6":"[PMID:27097301](https://www.ncbi.nlm.nih.gov/pubmed/?term=27097301)","7":"Lysosomal protein relocation as an adaptation mechanism to extracellular acidosis","8":"2016","9":"","10":"Damaghi M, Gillies RJ","11":"[\"Mass Spectrometry\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"622"},{"1":"syn21645344","2":"","3":"Cell","4":"29107334","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29107334","6":"[PMID:29107334](https://www.ncbi.nlm.nih.gov/pubmed/?term=29107334)","7":"MHC-I Genotype Restricts the Oncogenic Mutational Landscape","8":"2017","9":"antigen presentation, cancer, cancer predisposition, cancer susceptibility prediction, human leukocyte antigen, immunoediting, immunology, immunotherapy, major histocompatibility complex, neoantigens","10":"Marty R, Kaabinejadian S, Rossell D, Slifker MJ, van de Haar J, Engin HB, de Prisco N, Ideker T, Hildebrand WH, Font-Burgada J, Carter H","11":"[\"Whole Exome Sequencing\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"623"},{"1":"syn21681979","2":"","3":"Life Sci Alliance","4":"31727800","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31727800","6":"[PMID:31727800](https://www.ncbi.nlm.nih.gov/pubmed/?term=31727800)","7":"MMP9 modulates the metastatic cascade and immune landscape for breast cancer anti-metastatic therapy","8":"2019","9":"","10":"Owyong M, Chou J, van den Bijgaart RJ, Kong N, Efe G, Maynard C, Talmi-Frank D, Solomonov I, Koopman C, Hadler-Olsen E, Headley M, Lin C, Wang CY, Sagi I, Werb Z, Plaks V","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"","22":"","_rn_":"624"},{"1":"syn21648982","2":"","3":"Oncogene","4":"27109101","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27109101","6":"[PMID:27109101](https://www.ncbi.nlm.nih.gov/pubmed/?term=27109101)","7":"MMSET/WHSC1 enhances DNA damage repair leading to an increase in resistance to chemotherapeutic agents","8":"2016","9":"","10":"Shah MY, Martinez-Garcia E, Phillip JM, Chambliss AB, Popovic R, Ezponda T, Small EC, Will C, Phillip MP, Neri P, Bahlis NJ, Wirtz D, Licht JD","11":"[\"Murine Model\"]","12":"[\"Multiple Myeloma\"]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"625"},{"1":"syn21645357","2":"","3":"Sci Rep","4":"28578393","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28578393","6":"[PMID:28578393](https://www.ncbi.nlm.nih.gov/pubmed/?term=28578393)","7":"MTI-101 treatment inducing activation of Stim1 and TRPC1 expression is a determinant of response in multiple myeloma","8":"2017","9":"","10":"Emmons MF, Anreddy N, Cuevas J, Steinberger K, Yang S, McLaughlin M, Silva A, Hazlehurst LA","11":"[\"Expression Array\", \"Murine Model\"]","12":"[\"Multiple Myeloma\"]","13":"[\"Bone Marrow\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"626"},{"1":"syn21681817","2":"","3":"Nat Methods","4":"31209384","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31209384","6":"[PMID:31209384](https://www.ncbi.nlm.nih.gov/pubmed/?term=31209384)","7":"MULTI-seq: sample multiplexing for single-cell RNA sequencing using lipid-tagged indices","8":"2019","9":"","10":"McGinnis CS, Patterson DM, Winkler J, Conrad DN, Hein MY, Srivastava V, Hu JL, Murrow LM, Weissman JS, Werb Z, Chow ED, Gartner ZJ","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"syn21889639, syn21889910","22":"GSE129578, SRP192397","_rn_":"627"},{"1":"syn21645406","2":"","3":"Nat Biomed Eng","4":"29450107","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29450107","6":"[PMID:29450107](https://www.ncbi.nlm.nih.gov/pubmed/?term=29450107)","7":"Macrogenomic engineering via modulation of the scaling of chromatin packing density","8":"2017","9":"","10":"Almassalha LM, Bauer GM, Wu W, Cherkezyan L, Zhang D, Kendra A, Gladstein S, Chandler JE, VanDerway D, Seagle BL, Ugolkov A, Billadeau DD, O'Halloran TV, Mazar AP, Roy HK, Szleifer I, Shahabi S, Backman V","11":"[\"Molecular Simulations\", \"Partial Wave Spectroscopy\", \"Expression Array\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"628"},{"1":"syn21645445","2":"","3":"Curr Opin Immunol","4":"26172292","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26172292","6":"[PMID:26172292](https://www.ncbi.nlm.nih.gov/pubmed/?term=26172292)","7":"Macrophage engulfment of a cell or nanoparticle is regulated by unavoidable opsonization, a species-specific 'Marker of Self' CD47, and target physical properties","8":"2015","9":"","10":"Sosale NG, Spinler KR, Alvey C, Discher DE","11":"[\"Fluorescent Antibody Procedure\"]","12":"[]","13":"[\"Blood\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"629"},{"1":"syn21649029","2":"","3":"Cancer Res","4":"27872091","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27872091","6":"[PMID:27872091](https://www.ncbi.nlm.nih.gov/pubmed/?term=27872091)","7":"Macrophage-Secreted TNFα and TGFβ1 Influence Migration Speed and Persistence of Cancer Cells in 3D Tissue Culture via Independent Pathways","8":"2017","9":"","10":"Li R, Hebert JD, Lee TA, Xing H, Boussommier-Calleja A, Hynes RO, Lauffenburger DA, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"630"},{"1":"syn21681727","2":"","3":"Elife","4":"31063131","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31063131","6":"[PMID:31063131](https://www.ncbi.nlm.nih.gov/pubmed/?term=31063131)","7":"Mammalian cell growth dynamics in mitosis","8":"2019","9":"4E-BP1, CDK1, cell biology, cell growth, chicken, cytokinesis, human, mitosis, mouse, protein synthesis","10":"Miettinen TP, Kang JH, Yang LF, Manalis SR","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"631"},{"1":"syn21681449","2":"","3":"Cancer Res","4":"30401712","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30401712","6":"[PMID:30401712](https://www.ncbi.nlm.nih.gov/pubmed/?term=30401712)","7":"Mammary Precancerous Stem and Non-Stem Cells Evolve into Cancers of Distinct Subtypes","8":"2019","9":"","10":"Bu W, Liu Z, Jiang W, Nagi C, Huang S, Edwards DP, Jo E, Mo Q, Creighton CJ, Hilsenbeck SG, Leavitt AD, Lewis MT, Wong STC, Li Y","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"632"},{"1":"syn21649076","2":"","3":"Acta Biomater","4":"30414485","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30414485","6":"[PMID:30414485](https://www.ncbi.nlm.nih.gov/pubmed/?term=30414485)","7":"Mammary fibroblasts remodel fibrillar collagen microstructure in a biomimetic nanocomposite hydrogel","8":"2019","9":"Cancer associated fibroblast, Collagen, Nanocomposite hydrogel, POSS, Tumor invasion","10":"Liu C, Chiang B, Lewin Mejia D, Luker KE, Luker GD, Lee A","11":"[\"Hydrogels\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"633"},{"1":"syn21648994","2":"","3":"J Oncol Pract","4":"29894664","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29894664","6":"[PMID:29894664](https://www.ncbi.nlm.nih.gov/pubmed/?term=29894664)","7":"Managing Patients With Relapsed Small-Cell Lung Cancer","8":"2018","9":"","10":"Gong J, Salgia R","11":"[]","12":"[\"Lung Carcinoma\", \"Lung Small Cell Carcinoma\"]","13":"[\"Lung\"]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"634"},{"1":"syn21681505","2":"","3":"Methods","4":"30593865","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30593865","6":"[PMID:30593865](https://www.ncbi.nlm.nih.gov/pubmed/?term=30593865)","7":"Manipulating the mechanics of extracellular matrix to study effects on the nucleus and its structure","8":"2019","9":"","10":"Xia Y, Cho S, Vashisth M, Ivanovska IL, Dingal PCDP, Discher DE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"635"},{"1":"syn21681629","2":"","3":"J Proteome Res","4":"30964683","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30964683","6":"[PMID:30964683](https://www.ncbi.nlm.nih.gov/pubmed/?term=30964683)","7":"Mapping Post-Translational Modifications of de Novo Purine Biosynthetic Enzymes: Implications for Pathway Regulation","8":"2019","9":"AKT, PTM, de novo purine biosynthesis, metabolism, phosphorylation, post-translational modification","10":"Liu C, Knudsen GM, Pedley AM, He J, Johnson JL, Yaron TM, Cantley LC, Benkovic SJ","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"636"},{"1":"syn21681353","2":"","3":"Sci Adv","4":"29503867","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29503867","6":"[PMID:29503867](https://www.ncbi.nlm.nih.gov/pubmed/?term=29503867)","7":"Mapping a functional cancer genome atlas of tumor suppressors in mouse liver using AAV-CRISPR-mediated direct in vivo screening","8":"2018","9":"","10":"Wang G, Chow RD, Ye L, Guzman CD, Dai X, Dong MB, Zhang F, Sharp PA, Platt RJ, Chen S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"637"},{"1":"syn21681760","2":"","3":"ACS Cent Sci","4":"31139713","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31139713","6":"[PMID:31139713](https://www.ncbi.nlm.nih.gov/pubmed/?term=31139713)","7":"Mapping and Profiling Lipid Distribution in a 3D Model of Breast Cancer Progression","8":"2019","9":"","10":"Vidavsky N, Kunitake JAMR, Diaz-Rubio ME, Chiou AE, Loh HC, Zhang S, Masic A, Fischbach C, Estroff LA","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"638"},{"1":"syn21681956","2":"","3":"Genome Med","4":"31640753","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31640753","6":"[PMID:31640753](https://www.ncbi.nlm.nih.gov/pubmed/?term=31640753)","7":"Mapping genetic interactions in cancer: a road to rational combination therapies","8":"2019","9":"","10":"Tutuncuoglu B, Krogan NJ","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"639"},{"1":"syn21645538","2":"","3":"Proc Natl Acad Sci U S A","4":"27799529","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27799529","6":"[PMID:27799529](https://www.ncbi.nlm.nih.gov/pubmed/?term=27799529)","7":"Mapping intracellular mechanics on micropatterned substrates","8":"2016","9":"cancer, cytoskeleton, microrheology, optical tweezers, viscoelasticity","10":"Mandal K, Asnacios A, Goud B, Manneville JB","11":"[\"Rheology\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"640"},{"1":"syn21681994","2":"","3":"Nat Commun","4":"31811131","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31811131","6":"[PMID:31811131](https://www.ncbi.nlm.nih.gov/pubmed/?term=31811131)","7":"Mapping lung cancer epithelial-mesenchymal transition states and trajectories with single-cell resolution","8":"2019","9":"","10":"Karacosta LG, Anchang B, Ignatiadis N, Kimmey SC, Benson JA, Shrager JB, Tibshirani R, Bendall SC, Plevritis SK","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"641"},{"1":"syn21681832","2":"","3":"Curr Opin Genet Dev","4":"31288129","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31288129","6":"[PMID:31288129](https://www.ncbi.nlm.nih.gov/pubmed/?term=31288129)","7":"Mapping the protein-protein and genetic interactions of cancer to guide precision medicine","8":"2019","9":"","10":"Bouhaddou M, Eckhardt M, Chi Naing ZZ, Kim M, Ideker T, Krogan NJ","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"642"},{"1":"syn21648915","2":"","3":"Comput Biol Med","4":"29182964","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29182964","6":"[PMID:29182964](https://www.ncbi.nlm.nih.gov/pubmed/?term=29182964)","7":"Mass release curves as the constitutive curves for modeling diffusive transport within biological tissue","8":"2018","9":"Biological tissue, Diffusion, Equivalent diffusion coefficient, Mass release curve, Multiscale model, Numerical homogenization, Porous material","10":"Kojic M, Milosevic M, Kojic N, Koay EJ, Fleming JB, Ferrari M, Ziemys A","11":"[]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"643"},{"1":"syn21645381","2":"","3":"Cancer Res","4":"28360138","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28360138","6":"[PMID:28360138](https://www.ncbi.nlm.nih.gov/pubmed/?term=28360138)","7":"Mathematical Modeling Links Pregnancy-Associated Changes and Breast Cancer Risk","8":"2017","9":"","10":"Temko D, Cheng YK, Polyak K, Michor F","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"644"},{"1":"syn21645379","2":"","3":"PLoS Comput Biol","4":"29293494","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29293494","6":"[PMID:29293494](https://www.ncbi.nlm.nih.gov/pubmed/?term=29293494)","7":"Mathematical modeling identifies optimum lapatinib dosing schedules for the treatment of glioblastoma patients","8":"2018","9":"","10":"Stein S, Zhao R, Haeno H, Vivanco I, Michor F","11":"[\"Mathematical Modeling\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"645"},{"1":"syn21681621","2":"","3":"Biomed Microdevices","4":"30949850","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30949850","6":"[PMID:30949850](https://www.ncbi.nlm.nih.gov/pubmed/?term=30949850)","7":"Mathematical modeling in cancer nanomedicine: a review","8":"2019","9":"Agent-based modeling, Cancer treatment, Drug transport, Mechanistic modeling, Multiscale, Pharmacokinetics and pharmacodynamics","10":"Dogra P, Butner JD, Chuang YL, Caserta S, Goel S, Brinker CJ, Cristini V, Wang Z","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"646"},{"1":"syn21645372","2":"","3":"Am J Hematol","4":"27299299","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27299299","6":"[PMID:27299299](https://www.ncbi.nlm.nih.gov/pubmed/?term=27299299)","7":"Mathematical modeling of erythrocyte chimerism informs genetic intervention strategies for sickle cell disease","8":"2016","9":"","10":"Altrock PM, Brendel C, Renella R, Orkin SH, Williams DA, Michor F","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"647"},{"1":"syn21649024","2":"","3":"Biochim Biophys Acta Rev Cancer","4":"28396217","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28396217","6":"[PMID:28396217](https://www.ncbi.nlm.nih.gov/pubmed/?term=28396217)","7":"Mathematical models of cell phenotype regulation and reprogramming: Make cancer cells sensitive again!","8":"2017","9":"Attractors, Epigenetics, Gene regulatory network, Mathematical modeling, Reprogramming, Transcription factors","10":"Wooten DJ, Quaranta V","11":"[]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\", \"NOS\"]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"648"},{"1":"syn21649090","2":"","3":"APL Bioeng","4":"30397684","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30397684","6":"[PMID:30397684](https://www.ncbi.nlm.nih.gov/pubmed/?term=30397684)","7":"Mathematically universal and biologically consistent astrocytoma genotype encodes for transformation and predicts survival phenotype","8":"2018","9":"","10":"Aiello KA, Ponnapalli SP, Alter O","11":"[\"Mathematical Modeling\"]","12":"[\"Malignant Neoplasm of Brain\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416712\"]","19":"[\"CA202144\"]","20":"[\"Multi-Tensor Decompositions for Personalized Cancer Diagnostics and Prognostics\"]","21":"","22":"","_rn_":"649"},{"1":"syn21645483","2":"","3":"Annu Rev Biophys","4":"28532215","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28532215","6":"[PMID:28532215](https://www.ncbi.nlm.nih.gov/pubmed/?term=28532215)","7":"Matrix Mechanosensing: From Scaling Concepts in 'Omics Data to Mechanisms in the Nucleus, Regeneration, and Cancer","8":"2017","9":"collagen, contractility, lamins, myosin, polymer physics","10":"Discher DE, Smith L, Cho S, Colasurdo M, Garc'ia AJ, Safran S","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"650"},{"1":"syn21645543","2":"","3":"Cytoskeleton (Hoboken)","4":"27935261","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27935261","6":"[PMID:27935261](https://www.ncbi.nlm.nih.gov/pubmed/?term=27935261)","7":"Matrix rigidity regulates microtubule network polarization in migration","8":"2017","9":"matrix stiffness, microtubules, migration, polarity","10":"Raab M, Discher DE","11":"[\"Cell Migration Assay\"]","12":"[]","13":"[\"Bone Marrow\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"651"},{"1":"syn21645504","2":"","3":"Sci Rep","4":"27671239","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27671239","6":"[PMID:27671239](https://www.ncbi.nlm.nih.gov/pubmed/?term=27671239)","7":"Matrix viscoplasticity and its shielding by active mechanics in microtissue models: experiments and mathematical modeling","8":"2016","9":"","10":"Liu AS, Wang H, Copeland CR, Chen CS, Shenoy VB, Reich DH","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"652"},{"1":"syn21682004","2":"","3":"Cell Syst","4":"31864963","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31864963","6":"[PMID:31864963](https://www.ncbi.nlm.nih.gov/pubmed/?term=31864963)","7":"Maximum Entropy Framework for Predictive Inference of Cell Population Heterogeneity and Responses in Signaling Networks","8":"2019","9":"maximum entropy, parameter inference, population heterogeneity, signaling networks","10":"Dixit PD, Lyashenko E, Niepel M, Vitkup D","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"653"},{"1":"syn21681420","2":"","3":"Cell Div","4":"30202427","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30202427","6":"[PMID:30202427](https://www.ncbi.nlm.nih.gov/pubmed/?term=30202427)","7":"Measuring DNA content in live cells by fluorescence microscopy","8":"2018","9":"DNA content, Hoechst 33342, Imaging, Live-cell microscopy","10":"Gomes CJ, Harman MW, Centuori SM, Wolgemuth CW, Martinez JD","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"654"},{"1":"syn21648913","2":"","3":"Methods Mol Biol","4":"29476478","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29476478","6":"[PMID:29476478](https://www.ncbi.nlm.nih.gov/pubmed/?term=29476478)","7":"Measuring Nanoscale Chromatin Heterogeneity with Partial Wave Spectroscopic Microscopy","8":"2018","9":"Cancer development, Chromatin structure, Chromatin topology, Fractal dimension, Heterogeneity, Live cell imaging, Nanoscale imaging, Partial wave spectroscopic microscopy, Transcriptional","10":"Gladstein S, Stawarz A, Almassalha LM, Cherkezyan L, Chandler JE, Zhou X, Subramanian H, Backman V","11":"[\"Molecular Simulations\", \"Partial Wave Spectroscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"655"},{"1":"syn21649047","2":"","3":"Annu Rev Cell Dev Biol","4":"27298087","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27298087","6":"[PMID:27298087](https://www.ncbi.nlm.nih.gov/pubmed/?term=27298087)","7":"Mechanical Control of Epithelial-to-Mesenchymal Transitions in Development and Cancer","8":"2016","9":"cytoskeleton, mechanobiology, metastasis, microenvironment, stem cells, transcription","10":"Przybyla L, Muncie JM, Weaver VM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"656"},{"1":"syn21649203","2":"","3":"Acta Biomater","4":"30030173","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30030173","6":"[PMID:30030173](https://www.ncbi.nlm.nih.gov/pubmed/?term=30030173)","7":"Mechanical confinement via a PEG/Collagen interpenetrating network inhibits behavior characteristic of malignant cells in the triple negative breast cancer cell line MDA.MB.231","8":"2018","9":"3D in vitro tumor model, Cancer mechanobiology, Interpenetrating network, Thiol-ene “click” chemistry","10":"Reynolds DS, Bougher KM, Letendre JH, Fitzgerald SF, Gisladottir UO, Grinstaff MW, Zaman MH","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"657"},{"1":"syn21645545","2":"","3":"Proc Natl Acad Sci U S A","4":"27457951","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27457951","6":"[PMID:27457951](https://www.ncbi.nlm.nih.gov/pubmed/?term=27457951)","7":"Mechanical signaling coordinates the embryonic heartbeat","8":"2016","9":"cardiac development, excitable media, heartbeat, mechanotransduction, reaction–diffusion","10":"Chiou KK, Rocks JW, Chen CY, Cho S, Merkus KE, Rajaratnam A, Robison P, Tewari M, Vogel K, Majkut SF, Prosser BL, Discher DE, Liu AJ","11":"[\"Mass Spectrometry\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"658"},{"1":"syn21681861","2":"","3":"Sci Rep","4":"31366931","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31366931","6":"[PMID:31366931](https://www.ncbi.nlm.nih.gov/pubmed/?term=31366931)","7":"Mechanical unfolding of spectrin reveals a super-exponential dependence of unfolding rate on force","8":"2019","9":"","10":"Renn JP, Bhattacharyya S, Bai H, He C, Li H, Oberhauser AF, Marko JF, Makarov DE, Matouschek A","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"659"},{"1":"syn21645384","2":"","3":"Biophys J","4":"29045860","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29045860","6":"[PMID:29045860](https://www.ncbi.nlm.nih.gov/pubmed/?term=29045860)","7":"Mechanics and Buckling of Biopolymeric Shells and Cell Nuclei","8":"2017","9":"","10":"Banigan EJ, Stephens AD, Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"660"},{"1":"syn21649094","2":"","3":"Nat Commun","4":"28452363","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28452363","6":"[PMID:28452363](https://www.ncbi.nlm.nih.gov/pubmed/?term=28452363)","7":"Mechanism of SOS PR-domain autoinhibition revealed by single-molecule assays on native protein from lysate","8":"2017","9":"","10":"Lee YK, Low-Nam ST, Chung JK, Hansen SD, Lam HYM, Alvarez S, Groves JT","11":"[\"Fluorescence Correlation Spectroscopy\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"661"},{"1":"syn21648889","2":"","3":"J Mol Med (Berl)","4":"28871446","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28871446","6":"[PMID:28871446](https://www.ncbi.nlm.nih.gov/pubmed/?term=28871446)","7":"Mechanisms and clinical implications of tumor heterogeneity and convergence on recurrent phenotypes","8":"2017","9":"Cancer therapy, Convergent phenotypes, Tumor heterogeneity, Tumor microenvironment","10":"McQuerry JA, Chang JT, Bowtell DDL, Cohen A, Bild AH","11":"[]","12":"[\"Carcinoma in situ of Breast\"]","13":"[]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"662"},{"1":"syn21648924","2":"","3":"Curr Genet","4":"29846762","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29846762","6":"[PMID:29846762](https://www.ncbi.nlm.nih.gov/pubmed/?term=29846762)","7":"Mechanisms for the epigenetic inheritance of stress response in single cells","8":"2018","9":"Epigenetic inheritance, Mammalian cells, Msn2, Single cells, Stress response, Yeast","10":"Xue Y, Acar M","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"663"},{"1":"syn21681711","2":"","3":"Cancer Discov","4":"31040105","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31040105","6":"[PMID:31040105](https://www.ncbi.nlm.nih.gov/pubmed/?term=31040105)","7":"Mechanisms of Lymphoma Clearance Induced by High-Dose Alkylating Agents","8":"2019","9":"","10":"Lossos C, Liu Y, Kolb KE, Christie AL, Van Scoyk A, Prakadan SM, Shigemori K, Stevenson KE, Morrow S, Plana OD, Fraser C, Jones KL, Liu H, Pallasch CP, Modiste R, Nguyen QD, Craig JW, Morgan EA, Vega F, Aster JC, Sarosiek KA, Shalek AK, Hemann MT, Weinstock DM","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"664"},{"1":"syn21648933","2":"","3":"Biophys J","4":"29401442","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29401442","6":"[PMID:29401442](https://www.ncbi.nlm.nih.gov/pubmed/?term=29401442)","7":"Mechanisms of Plastic Deformation in Collagen Networks Induced by Cellular Forces","8":"2018","9":"","10":"Ban E, Franklin JM, Nam S, Smith LR, Wang H, Wells RG, Chaudhuri O, Liphardt JT, Shenoy VB","11":"[\"Rheology\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"665"},{"1":"syn21681543","2":"","3":"Mol Cell","4":"30711376","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30711376","6":"[PMID:30711376](https://www.ncbi.nlm.nih.gov/pubmed/?term=30711376)","7":"Mechano-regulation of Peptide-MHC Class I Conformations Determines TCR Antigen Recognition","8":"2019","9":"TCR, TCR triggering, antigen recognition, catch bonds, conformational change, immunotherapy, mechano-regulation, molecular dynamics simulations, pMHC, single molecule biophysics","10":"Wu P, Zhang T, Liu B, Fei P, Cui L, Qin R, Zhu H, Yao D, Martinez RJ, Hu W, An C, Zhang Y, Liu J, Shi J, Fan J, Yin W, Sun J, Zhou C, Zeng X, Xu C, Wang J, Evavold BD, Zhu C, Chen W, Lou J","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078","15":"[\"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083914\"]","19":"[\"CA214354\"]","20":"[\"Mechanisms of Impaired T-Cell Mechanosensing of Melanoma Antiagents\"]","21":"","22":"","_rn_":"666"},{"1":"syn21645334","2":"","3":"Proc Natl Acad Sci U S A","4":"28655842","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28655842","6":"[PMID:28655842](https://www.ncbi.nlm.nih.gov/pubmed/?term=28655842)","7":"Mechanochemical feedback underlies coexistence of qualitatively distinct cell polarity patterns within diverse cell populations","8":"2017","9":"Rho-family small GTPases, cell migration, cell polarization, extracellular matrix, mechanochemical feedback","10":"Park J, Holmes WR, Lee SH, Kim HN, Kim DH, Kwak MK, Wang CJ, Edelstein-Keshet L, Levchenko A","11":"[\"Mathematical Modeling\"]","12":"[\"Melanoma\"]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"667"},{"1":"syn21648883","2":"","3":"Nat Cell Biol","4":"29269951","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29269951","6":"[PMID:29269951](https://www.ncbi.nlm.nih.gov/pubmed/?term=29269951)","7":"Mechanoreciprocity in cell migration","8":"2018","9":"","10":"van Helvert S, Storm C, Friedl P","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"668"},{"1":"syn21681439","2":"","3":"Langmuir","4":"30346180","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30346180","6":"[PMID:30346180](https://www.ncbi.nlm.nih.gov/pubmed/?term=30346180)","7":"Mechanosensing at Cellular Interfaces","8":"2019","9":"","10":"Leiphart RJ, Chen D, Peredo AP, Loneker AE, Janmey PA","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"669"},{"1":"syn21681745","2":"","3":"Dev Cell","4":"31105008","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31105008","6":"[PMID:31105008](https://www.ncbi.nlm.nih.gov/pubmed/?term=31105008)","7":"Mechanosensing by the Lamina Protects against Nuclear Rupture, DNA Damage, and Cell-Cycle Arrest","8":"2019","9":"collagen-I, contractility, development, heart, lamin-A, matrix, mechanobiology","10":"Cho S, Vashisth M, Abbas A, Majkut S, Vogel K, Xia Y, Ivanovska IL, Irianto J, Tewari M, Zhu K, Tichy ED, Mourkioti F, Tang HY, Greenberg RA, Prosser BL, Discher DE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"670"},{"1":"syn21645554","2":"","3":"J Cell Biol","4":"28043971","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28043971","6":"[PMID:28043971](https://www.ncbi.nlm.nih.gov/pubmed/?term=28043971)","7":"Mechanosensing by the nucleus: From pathways to scaling relationships","8":"2017","9":"","10":"Cho S, Irianto J, Discher DE","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"671"},{"1":"syn21645495","2":"","3":"Semin Cell Dev Biol","4":"28587976","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28587976","6":"[PMID:28587976](https://www.ncbi.nlm.nih.gov/pubmed/?term=28587976)","7":"Mechanosensing of matrix by stem cells: From matrix heterogeneity, contractility, and the nucleus in pore-migration to cardiogenesis and muscle stem cells in vivo","8":"2017","9":"Lamin-A,C, Matrix elasticity, Matrix stiffness, Myosin-II, Nucleus","10":"Smith L, Cho S, Discher DE","11":"[\"Cell Migration Assay\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"672"},{"1":"syn21645437","2":"","3":"Curr Opin Chem Eng","4":"28344926","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28344926","6":"[PMID:28344926](https://www.ncbi.nlm.nih.gov/pubmed/?term=28344926)","7":"Mechanotransduction in cancer","8":"2016","9":"","10":"Chin L, Xia Y, Discher DE, Janmey PA","11":"[\"Hydrogels\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"673"},{"1":"syn21645596","2":"","3":"Neurotherapeutics","4":"28386677","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28386677","6":"[PMID:28386677](https://www.ncbi.nlm.nih.gov/pubmed/?term=28386677)","7":"Medulloblastoma: Molecular Classification-Based Personal Therapeutics","8":"2017","9":"DNA methylation, Genomic, Group 3, Group 4, MYC, Medulloblastoma, SHH, Subgroups, WHO, WNT","10":"Archer TC, Mahoney EL, Pomeroy SL","11":"[]","12":"[\"Tumor of Cerebellum\"]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"674"},{"1":"syn21645535","2":"","3":"Biophys J","4":"27806264","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27806264","6":"[PMID:27806264](https://www.ncbi.nlm.nih.gov/pubmed/?term=27806264)","7":"Membrane Shape Instability Induced by Protein Crowding","8":"2016","9":"","10":"Chen Z, Atefi E, Baumgart T","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"675"},{"1":"syn21681372","2":"","3":"J Cell Sci","4":"29777034","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29777034","6":"[PMID:29777034](https://www.ncbi.nlm.nih.gov/pubmed/?term=29777034)","7":"Membrane fluctuations and acidosis regulate cooperative binding of 'marker of self' protein CD47 with the macrophage checkpoint receptor SIRPα","8":"2018","9":"Adhesion, Cooperative binding, Elasticity, GPMV, Vesicles","10":"Steink\"uhler J, R'ozycki B, Alvey C, Lipowsky R, Weikl TR, Dimova R, Discher DE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"676"},{"1":"syn21645280","2":"","3":"J Clin Endocrinol Metab","4":"28323914","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28323914","6":"[PMID:28323914](https://www.ncbi.nlm.nih.gov/pubmed/?term=28323914)","7":"Menopause Is a Determinant of Breast Aromatase Expression and Its Associations With BMI, Inflammation, and Systemic Markers","8":"2017","9":"","10":"Brown KA, Iyengar NM, Zhou XK, Gucalp A, Subbaramaiah K, Wang H, Giri DD, Morrow M, Falcone DJ, Wendel NK, Winston LA, Pollak M, Dierickx A, Hudis CA, Dannenberg AJ","11":"[\"Immunohistochemistry Staining Method\", \"Real Time PCR\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"677"},{"1":"syn21681583","2":"","3":"Bioinformatics","4":"30825371","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30825371","6":"[PMID:30825371](https://www.ncbi.nlm.nih.gov/pubmed/?term=30825371)","7":"MetaMarker: a pipeline for de novo discovery of novel metagenomic biomarkers","8":"2019","9":"","10":"Koohi-Moghadam M, Borad MJ, Tran NL, Swanson KR, Boardman LA, Sun H, Wang J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630078","15":"[\"Heterogeneity\", \"Evolution\", \"Microenvironment\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn17084088\",\"syn7349764\"]","19":"[\"CA220378\",\"CA210180\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"678"},{"1":"syn21645274","2":"","3":"Cancer Prev Res (Phila)","4":"28270386","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28270386","6":"[PMID:28270386](https://www.ncbi.nlm.nih.gov/pubmed/?term=28270386)","7":"Metabolic Obesity, Adipose Inflammation and Elevated Breast Aromatase in Women with Normal Body Mass Index","8":"2017","9":"","10":"Iyengar NM, Brown KA, Zhou XK, Gucalp A, Subbaramaiah K, Giri DD, Zahid H, Bhardwaj P, Wendel NK, Falcone DJ, Wang H, Williams S, Pollak M, Morrow M, Hudis CA, Dannenberg AJ","11":"[\"Fluorescent Antibody Procedure\", \"Immunohistochemistry Staining Method\", \"Real Time PCR\", \"Western Blotting\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"679"},{"1":"syn21681328","2":"","3":"Cell Metab","4":"29320709","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29320709","6":"[PMID:29320709](https://www.ncbi.nlm.nih.gov/pubmed/?term=29320709)","7":"Metabolic Reprogramming via Targeting CD38 NADase Augments Adoptive T Cell Therapy","8":"2018","9":"","10":"Fernandez MR, Cleveland JL","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"680"},{"1":"syn21645618","2":"","3":"PLoS One","4":"24915044","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=24915044","6":"[PMID:24915044](https://www.ncbi.nlm.nih.gov/pubmed/?term=24915044)","7":"Metabolic disease risk in children by salivary biomarker analysis","8":"2014","9":"","10":"Goodson JM, Kantarci A, Hartman ML, Denis GV, Stephens D, Hasturk H, Yaskell T, Vargas J, Wang X, Cugini M, Barake R, Alsmadi O, Al-Mutawa S, Ariga J, Soparkar P, Behbehani J, Behbehani K, Welty F","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"681"},{"1":"syn21648823","2":"","3":"Cancer Epidemiol Biomarkers Prev","4":"25012997","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25012997","6":"[PMID:25012997](https://www.ncbi.nlm.nih.gov/pubmed/?term=25012997)","7":"Metabolic health reduces risk of obesity-related cancer in framingham study adults","8":"2014","9":"","10":"Moore LL, Chadid S, Singer MR, Kreger BE, Denis GV","11":"[\"Epidemiological Method\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"682"},{"1":"syn21649207","2":"10.1073/pnas.1700600114","3":"Proc Natl Acad Sci U S A","4":"28246332","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28246332","6":"[PMID:28246332](https://www.ncbi.nlm.nih.gov/pubmed/?term=28246332)","7":"Metabolic origins of spatial organization in the tumor microenvironment","8":"2017","9":"cancer metabolism, morphogens, positional information, tumor microenvironment, tumor-associated macrophages","10":"Carmona-Fontaine C, Deforet M, Akkari L, Thompson CB, Joyce JA, Xavier JB","11":"[\"Whole Transcriptome Sequencing\", \"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630077, syn21630078, syn21630076, syn21630079","15":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315805\"]","19":"[\"CA209975\"]","20":"[\"CSBC Research Center for Cancer Systems Immunology at MSKCC\"]","21":"syn12976504","22":"PRJNA361582","_rn_":"683"},{"1":"syn21681551","2":"","3":"Proc Natl Acad Sci U S A","4":"30737291","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30737291","6":"[PMID:30737291](https://www.ncbi.nlm.nih.gov/pubmed/?term=30737291)","7":"Metabolic plasticity meets gene regulation","8":"2019","9":"","10":"Paudel BB, Quaranta V","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"684"},{"1":"syn21681683","2":"","3":"Anal Chem","4":"31025851","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31025851","6":"[PMID:31025851](https://www.ncbi.nlm.nih.gov/pubmed/?term=31025851)","7":"Metal Oxide Laser Ionization Mass Spectrometry Imaging (MOLI MSI) Using Cerium(IV) Oxide","8":"2019","9":"","10":"Basu SS, McMinn MH, Gim'enez-Cassina Lop'ez B, Regan MS, Randall EC, Clark AR, Cox CR, Agar NYR","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"685"},{"1":"syn21648976","2":"","3":"J Clin Microbiol","4":"29769279","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29769279","6":"[PMID:29769279](https://www.ncbi.nlm.nih.gov/pubmed/?term=29769279)","7":"Microbial Interactions in the Cystic Fibrosis Airway","8":"2018","9":"Burkholderia, Pseudomonas aeruginosa, Staphylococcus aureus, airway infections, cystic fibrosis, logistic regression, microbial ecology","10":"Granchelli AM, Adler FR, Keogh RH, Kartsonaki C, Cox DR, Liou TG","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"686"},{"1":"syn21648921","2":"","3":"Cell Syst","4":"29550255","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29550255","6":"[PMID:29550255](https://www.ncbi.nlm.nih.gov/pubmed/?term=29550255)","7":"Microenvironment-Mediated Mechanisms of Resistance to HER2 Inhibitors Differ between HER2+ Breast Cancer Subtypes","8":"2018","9":"HER2+ breast cancer subtypes, HER3, HGF, NRG1β, crizotinib, drug resistance, lapatinib, microenvironment, neratinib, pertuzumab","10":"Watson SS, Dane M, Chin K, Tatarova Z, Liu M, Liby T, Thompson W, Smith R, Nederlof M, Bucher E, Kilburn D, Whitman M, Sudar D, Mills GB, Heiser LM, Jonas O, Gray JW, Korkola JE","11":"[\"3D Cell Culture\", \"siRNA\", \"Mass Spectrometry\", \"Xenograft\", \"RPPA\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630075","15":"[\"Evolution\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775704\"]","19":"[\"CA195469\"]","20":"[\"Intratumor heterogeneity underlying treatment resistance in HER2+ breast tumors\"]","21":"","22":"","_rn_":"687"},{"1":"syn21649115","2":"","3":"Adv Exp Med Biol","4":"27739047","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27739047","6":"[PMID:27739047](https://www.ncbi.nlm.nih.gov/pubmed/?term=27739047)","7":"Microenvironmental Niches and Sanctuaries: A Route to Acquired Resistance","8":"2016","9":"Agent-based model, Anticancer drug resistance, Drug sanctuary, Hypoxic niche, Tumor microenvironment","10":"P'erez-Vel'azquez J, Gevertz JL, Karolak A, Rejniak KA","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"688"},{"1":"syn21681458","2":"","3":"Nat Commun","4":"30429479","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30429479","6":"[PMID:30429479](https://www.ncbi.nlm.nih.gov/pubmed/?term=30429479)","7":"Microfluidic active loading of single cells enables analysis of complex clinical specimens","8":"2018","9":"","10":"Calistri NL, Kimmerling RJ, Malinowski SW, Touat M, Stevens MM, Olcum S, Ligon KL, Manalis SR","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"689"},{"1":"syn21649100","2":"","3":"Drug Discov Today","4":"27185084","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27185084","6":"[PMID:27185084](https://www.ncbi.nlm.nih.gov/pubmed/?term=27185084)","7":"Microfluidic models for adoptive cell-mediated cancer immunotherapies","8":"2016","9":"","10":"Adriani G, Pavesi A, Tan AT, Bertoletti A, Thiery JP, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"690"},{"1":"syn21681386","2":"","3":"Biomicrofluidics","4":"29861813","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29861813","6":"[PMID:29861813](https://www.ncbi.nlm.nih.gov/pubmed/?term=29861813)","7":"Microfluidic platform for the real time measurement and observation of endothelial barrier function under shear stress","8":"2018","9":"","10":"Lewis DM, Mavrogiannis N, Gagnon Z, Gerecht S","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"691"},{"1":"syn21649025","2":"","3":"Trends Cancer","4":"26858990","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26858990","6":"[PMID:26858990](https://www.ncbi.nlm.nih.gov/pubmed/?term=26858990)","7":"Microfluidics: A new tool for modeling cancer-immune interactions","8":"2016","9":"Microfluidics, drug screening, immunotherapy, metastatic cancer","10":"Boussommier-Calleja A, Li R, Chen MB, Wong SC, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"692"},{"1":"syn21645348","2":"","3":"Bull Math Biol","4":"29423880","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29423880","6":"[PMID:29423880](https://www.ncbi.nlm.nih.gov/pubmed/?term=29423880)","7":"Micropharmacology: An In Silico Approach for Assessing Drug Efficacy Within a Tumor Tissue","8":"2019","9":"Drug penetration, Hypoxia-activated pro-drugs, Single-cell pharmacology, Targeted therapeutics, Tumor tissue architecture, microPKPD","10":"Karolak A, Rejniak KA","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075, syn21630081, syn21630076, syn21630077","15":"[\"Microenvironment\", \"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\",\"syn7349753\"]","19":"[\"CA202229\",\"CA193489\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\", \"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"693"},{"1":"syn21645468","2":"","3":"Langmuir","4":"28810736","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28810736","6":"[PMID:28810736](https://www.ncbi.nlm.nih.gov/pubmed/?term=28810736)","7":"Microstructure of Flow-Driven Suspension of Hardspheres in Cylindrical Confinement: A Dynamical Density Functional Theory and Monte Carlo Study","8":"2017","9":"","10":"Yu HY, Jabeen Z, Eckmann DM, Ayyaswamy PS, Radhakrishnan R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"694"},{"1":"syn21681517","2":"","3":"Aging Cell","4":"30638295","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30638295","6":"[PMID:30638295](https://www.ncbi.nlm.nih.gov/pubmed/?term=30638295)","7":"Microtubule regulators act in the nervous system to modulate fat metabolism and longevity through DAF-16 in C. elegans","8":"2019","9":"daf-16\\n, \\nefa-6\\n, fat metabolism, longevity, microtubules, neuronal aging","10":"Xu A, Zhang Z, Ko SH, Fisher AL, Liu Z, Chen L","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21811363","22":"PRJNA475273","_rn_":"695"},{"1":"syn21649140","2":"","3":"Cell Rep","4":"30304674","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30304674","6":"[PMID:30304674](https://www.ncbi.nlm.nih.gov/pubmed/?term=30304674)","7":"Microtubule-Actomyosin Mechanical Cooperation during Contact Guidance Sensing","8":"2018","9":"carcinoma metastasis, contact guidance, microtubules","10":"Tabdanov ED, Puram V, Zhovmer A, Provenzano PP","11":"[\"Imaging\", \"Microscopy\", \"Nanopatterning\"]","12":"[\"Malignant Neoplasm of Pancreas\", \"Carcinoma in situ of Breast\"]","13":"[\"Pancreas\", \"Breast\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"696"},{"1":"syn21681470","2":"","3":"Cell Rep","4":"30485822","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30485822","6":"[PMID:30485822](https://www.ncbi.nlm.nih.gov/pubmed/?term=30485822)","7":"Microtubule-Based Control of Motor-Clutch System Mechanics in Glioma Cell Migration","8":"2018","9":"actin, cell migration, computational modeling, cytoskeletal crosstalk, mechanotransduction, microtubule, microtubule-targeting agent, paclitaxel, receptor tyrosine kinase, vinblastine","10":"Prahl LS, Bangasser PF, Stopfer LE, Hemmat M, White FM, Rosenfeld SS, Odde DJ","11":"[]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630079, syn21630077, syn21630075, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\",\"syn7349764\"]","19":"[\"CA210190\",\"CA210180\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"697"},{"1":"syn21645335","2":"","3":"Cell Rep","4":"27292647","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27292647","6":"[PMID:27292647](https://www.ncbi.nlm.nih.gov/pubmed/?term=27292647)","7":"Migration Phenotype of Brain-Cancer Cells Predicts Patient Outcomes","8":"2016","9":"","10":"Smith CL, Kilic O, Schiapparelli P, Guerrero-Cazares H, Kim DH, Sedora-Roman NI, Gupta S, O'Donnell T, Chaichana KL, Rodriguez FJ, Abbadi S, Park J, Qui~nones-Hinojosa A, Levchenko A","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"698"},{"1":"syn21681576","2":"","3":"JCO Precis Oncol","4":"30801050","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30801050","6":"[PMID:30801050](https://www.ncbi.nlm.nih.gov/pubmed/?term=30801050)","7":"Mismatch repair deficiency in high-grade meningioma: a rare but recurrent event associated with dramatic immune activation and clinical response to PD-1 blockade","8":"2018","9":"","10":"Dunn IF, Du Z, Touat M, Sisti MB, Wen PY, Umeton R, Dubuc AM, Ducar M, Canoll PD, Severson E, Elvin JA, Ramkissoon SH, Lin JR, Cabrera L, Acevedo B, Sorger PK, Ligon KL, Santagata S, Reardon DA","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"699"},{"1":"syn21681871","2":"","3":"Nat Commun","4":"31427603","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31427603","6":"[PMID:31427603](https://www.ncbi.nlm.nih.gov/pubmed/?term=31427603)","7":"Mitogenic and progenitor gene programmes in single pilocytic astrocytoma cells","8":"2019","9":"","10":"Reitman ZJ, Paolella BR, Bergthold G, Pelton K, Becker S, Jones R, Sinai CE, Malkin H, Huang Y, Grimmet L, Herbert ZT, Sun Y, Weatherbee JL, Alberta JA, Daley JF, Rozenblatt-Rosen O, Condurat AL, Qian K, Khadka P, Segal RA, Haas-Kogan D, Filbin MG, Suva ML, Regev A, Stiles CD, Kieran MW, Goumnerova L, Ligon KL, Shalek AK, Bandopadhayay P, Beroukhim R","11":"[]","12":"[\"Astrocytoma\", \"Brain Neoplasm\"]","13":"[\"Nervous system\", \"Brain\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"syn21889772","22":"phs001854.v1.p1","_rn_":"700"},{"1":"syn21645477","2":"","3":"Nature","4":"28759889","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28759889","6":"[PMID:28759889](https://www.ncbi.nlm.nih.gov/pubmed/?term=28759889)","7":"Mitotic progression following DNA damage enables pattern recognition within micronuclei","8":"2017","9":"","10":"Harding SM, Benci JL, Irianto J, Discher DE, Minn AJ, Greenberg RA","11":"[\"CRISPR\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"701"},{"1":"syn21649104","2":"","3":"Physiology (Bethesda)","4":"28615311","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28615311","6":"[PMID:28615311](https://www.ncbi.nlm.nih.gov/pubmed/?term=28615311)","7":"Modeling Physiological Events in 2D vs. 3D Cell Culture","8":"2017","9":"","10":"Duval K, Grover H, Han LH, Mou Y, Pegoraro AF, Fredberg J, Chen Z","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"702"},{"1":"syn21649089","2":"","3":"J Mol Biol","4":"30055167","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30055167","6":"[PMID:30055167](https://www.ncbi.nlm.nih.gov/pubmed/?term=30055167)","7":"Modeling Tissue Polarity in Context","8":"2018","9":"cellular mechanics, mechanobiology, microfluidics, polarity, polarized tissue","10":"Tharp KM, Weaver VM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"703"},{"1":"syn21681520","2":"","3":"Cell Rep","4":"30650355","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30650355","6":"[PMID:30650355](https://www.ncbi.nlm.nih.gov/pubmed/?term=30650355)","7":"Modeling Tumor Phenotypes In Vitro with Three-Dimensional Bioprinting","8":"2019","9":"3D tumor models, breast cancer, pancreatic cancer, three-dimensional bioprinting, tumor microenvironment","10":"Langer EM, Allen-Petersen BL, King SM, Kendsersky ND, Turnidge MA, Kuziel GM, Riggers R, Samatham R, Amery TS, Jacques SL, Sheppard BC, Korkola JE, Muschler JL, Thibault G, Chang YH, Gray JW, Presnell SC, Nguyen DG, Sears RC","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"704"},{"1":"syn21681413","2":"","3":"Cancer Lett","4":"30144514","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30144514","6":"[PMID:30144514](https://www.ncbi.nlm.nih.gov/pubmed/?term=30144514)","7":"Modeling Wnt signaling by CRISPR-Cas9 genome editing recapitulates neoplasia in human Barrett epithelial organoids","8":"2018","9":"Barrett esophagus, CRISPR/Cas9, Neoplastic transformation, Organoids, Wnt signaling","10":"Liu X, Cheng Y, Abraham JM, Wang Z, Ke X, Yan R, Shin EJ, Ngamruengphong S, Khashab MA, Zhang G, McNamara G, Ewald AJ, Lin D, Liu Z, Meltzer SJ","11":"[]","12":"[\"Barrett Esophagus\"]","13":"[\"Esophagus\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"705"},{"1":"syn21681591","2":"","3":"PLoS Comput Biol","4":"30856168","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30856168","6":"[PMID:30856168](https://www.ncbi.nlm.nih.gov/pubmed/?term=30856168)","7":"Modeling differentiation-state transitions linked to therapeutic escape in triple-negative breast cancer","8":"2019","9":"","10":"Chapman MP, Risom T, Aswani AJ, Langer EM, Sears RC, Tomlin CJ","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"706"},{"1":"syn21681903","2":"","3":"Cytoskeleton (Hoboken)","4":"31512404","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31512404","6":"[PMID:31512404](https://www.ncbi.nlm.nih.gov/pubmed/?term=31512404)","7":"Modeling distributed forces within cell adhesions of varying size on continuous substrates","8":"2019","9":"cell migration, cell migration simulator, cell traction, motor clutch model, traction force microscopy","10":"Hou JC, Shamsan GA, Anderson SM, McMahon MM, Tyler LP, Castle BT, Heussner RK, Provenzano PP, Keefe DF, Barocas VH, Odde DJ","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"707"},{"1":"syn21645433","2":"","3":"Proc Natl Acad Sci U S A","4":"28196892","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28196892","6":"[PMID:28196892](https://www.ncbi.nlm.nih.gov/pubmed/?term=28196892)","7":"Modeling the two-way feedback between contractility and matrix realignment reveals a nonlinear mode of cancer cell invasion","8":"2017","9":"Rho pathway, cell contractility, cell invasion, fibrous matrices, matrix realignment","10":"Ahmadzadeh H, Webster MR, Behera R, Jimenez Valencia AM, Wirtz D, Weeraratna AT, Shenoy VB","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\",\"syn7349766\"]","19":"[\"CA202177\",\"CA193417\",\"CA210173\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\", \"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"708"},{"1":"syn21649016","2":"","3":"Wiley Interdiscip Rev Syst Biol Med","4":"27863122","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27863122","6":"[PMID:27863122](https://www.ncbi.nlm.nih.gov/pubmed/?term=27863122)","7":"Modeling, signaling and cytoskeleton dynamics: integrated modeling-experimental frameworks in cell migration","8":"2017","9":"","10":"Sun M, Zaman MH","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"709"},{"1":"syn21649086","2":"","3":"Antioxid Redox Signal","4":"29113454","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29113454","6":"[PMID:29113454](https://www.ncbi.nlm.nih.gov/pubmed/?term=29113454)","7":"Modulators of Redox Metabolism in Head and Neck Cancer","8":"2018","9":"HNSCC, head and neck, oxidative stress, redox, squamous cancer","10":"Chen X, Mims J, Huang X, Singh N, Motea E, Planchon SM, Beg M, Tsang AW, Porosnicu M, Kemp ML, Boothman DA, Furdui CM","11":"[]","12":"[\"Head and Neck Carcinoma\"]","13":"[]","14":"syn21630080, syn21630076","15":"[\"Metabolism\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084080\"]","19":"[\"CA215848\"]","20":"[\"Model-based Prediction of Redox-Modulated Responses to Cancer Treatments\"]","21":"","22":"","_rn_":"710"},{"1":"syn21681401","2":"","3":"Mol Cancer Res","4":"30037853","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30037853","6":"[PMID:30037853](https://www.ncbi.nlm.nih.gov/pubmed/?term=30037853)","7":"Molecular Portrait of Hypoxia in Breast Cancer: A Prognostic Signature and Novel HIF-Regulated Genes","8":"2018","9":"","10":"Ye IC, Fertig EJ, DiGiacomo JW, Considine M, Godet I, Gilkes DM","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"syn21797856","22":"PRJNA437670","_rn_":"711"},{"1":"syn21645567","2":"","3":"Cell","4":"26824661","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26824661","6":"[PMID:26824661](https://www.ncbi.nlm.nih.gov/pubmed/?term=26824661)","7":"Molecular Profiling Reveals Biologically Discrete Subsets and Pathways of Progression in Diffuse Glioma","8":"2016","9":"","10":"Ceccarelli M, Barthel FP, Malta TM, Sabedot TS, Salama SR, Murray BA, Morozova O, Newton Y, Radenbaugh A, Pagnotta SM, Anjum S, Wang J, Manyam G, Zoppoli P, Ling S, Rao AA, Grifford M, Cherniack AD, Zhang H, Poisson L, Carlotti CG Jr, Tirapelli DP, Rao A, Mikkelsen T, Lau CC, Yung WK, Rabadan R, Huse J, Brat DJ, Lehman NL, Barnholtz-Sloan JS, Zheng S, Hess K, Rao G, Meyerson M, Beroukhim R, Cooper L, Akbani R, Wrensch M, Haussler D, Aldape KD, Laird PW, Gutmann DH, TCGA Research Network, Noushmehr H, Iavarone A, Verhaak RG","11":"[\"Whole Genome Sequencing\", \"Whole Exome Sequencing\", \"Whole Transcriptome Sequencing\", \"Single Nucleotide Polymorphism Array\", \"Expression Array\", \"Methylation Profiling by Array\", \"MicroRNA Sequencing\"]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"712"},{"1":"syn21649109","2":"","3":"Front Oncol","4":"28670569","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28670569","6":"[PMID:28670569](https://www.ncbi.nlm.nih.gov/pubmed/?term=28670569)","7":"Molecular and Microenvironmental Determinants of Glioma Stem-Like Cell Survival and Invasion","8":"2017","9":"glioblastoma, glioma stem-like cells, invasion, stem-cell niches, survival","10":"Roos A, Ding Z, Loftus JC, Tran NL","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"713"},{"1":"syn21681899","2":"","3":"Nucleic Acids Res","4":"31501863","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31501863","6":"[PMID:31501863](https://www.ncbi.nlm.nih.gov/pubmed/?term=31501863)","7":"Molecular determinants for enzalutamide-induced transcription in prostate cancer","8":"2019","9":"","10":"Yuan F, Hankey W, Wu D, Wang H, Somarelli J, Armstrong AJ, Huang J, Chen Z, Wang Q","11":"[]","12":"[\"Prostate Neoplasm\"]","13":"[\"Prostate Gland\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21814010","22":"PRJNA514909","_rn_":"714"},{"1":"syn21681950","2":"","3":"J Clin Med","4":"31635288","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31635288","6":"[PMID:31635288](https://www.ncbi.nlm.nih.gov/pubmed/?term=31635288)","7":"Monitoring and Determining Mitochondrial Network Parameters in Live Lung Cancer Cells","8":"2019","9":"dynamics, fractals, imaging, lung cancer, mitochondria, morphology, scanning electron microscopy","10":"Mirzapoiazova T, Li H, Nathan A, Srivstava S, Nasser MW, Lennon F, Armstrong B, Mambetsariev I, Chu PG, Achuthan S, Batra SK, Kulkarni P, Salgia R","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"715"},{"1":"syn21681405","2":"","3":"J Biophotonics","4":"30058289","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30058289","6":"[PMID:30058289](https://www.ncbi.nlm.nih.gov/pubmed/?term=30058289)","7":"Monitoring implantable immunoisolation devices with intrinsic fluorescence of genipin","8":"2019","9":"biosafety, genipin, hydrogels, immunoisolation devices, quantitative imaging","10":"Santos-Vizcaino E, Haley H, Gonzalez-Pujana A, Orive G, Hernandez RM, Luker GD, Pedraz JL","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"716"},{"1":"syn21681457","2":"","3":"Integr Biol (Camb)","4":"30420987","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30420987","6":"[PMID:30420987](https://www.ncbi.nlm.nih.gov/pubmed/?term=30420987)","7":"Morphology-based prediction of cancer cell migration using an artificial neural network and a random decision forest","8":"2018","9":"","10":"Zhang Z, Chen L, Humphries B, Brien R, Wicha MS, Luker KE, Luker GD, Chen YC, Yoon E","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"717"},{"1":"syn21681838","2":"","3":"PLoS Comput Biol","4":"31310602","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31310602","6":"[PMID:31310602](https://www.ncbi.nlm.nih.gov/pubmed/?term=31310602)","7":"Morphophenotypic classification of tumor organoids as an indicator of drug exposure and penetration potential","8":"2019","9":"","10":"Karolak A, Poonja S, Rejniak KA","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"718"},{"1":"syn21645312","2":"","3":"J Cell Sci","4":"28821574","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28821574","6":"[PMID:28821574](https://www.ncbi.nlm.nih.gov/pubmed/?term=28821574)","7":"Mosaic loss of non-muscle myosin IIA and IIB is sufficient to induce mammary epithelial proliferation","8":"2017","9":"3D culture, Cell proliferation, Mammary epithelial organoid, Non-muscle myosin IIA, Non-muscle myosin IIB, Tissue growth","10":"Nguyen-Ngoc KV, Silvestri VL, Georgess D, Fairchild AN, Ewald AJ","11":"[\"Organoid\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"719"},{"1":"syn21681613","2":"","3":"AJNR Am J Neuroradiol","4":"30923088","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30923088","6":"[PMID:30923088](https://www.ncbi.nlm.nih.gov/pubmed/?term=30923088)","7":"Moving Toward a Consensus DSC-MRI Protocol: Validation of a Low-Flip Angle Single-Dose Option as a Reference Standard for Brain Tumors","8":"2019","9":"","10":"Schmainda KM, Prah MA, Hu LS, Quarles CC, Semmineh N, Rand SD, Connelly JM, Anderies B, Zhou Y, Liu Y, Logan B, Stokes A, Baird G, Boxerman JL","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"720"},{"1":"syn21681516","2":"","3":"Biotechnol Bioeng","4":"30636317","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30636317","6":"[PMID:30636317](https://www.ncbi.nlm.nih.gov/pubmed/?term=30636317)","7":"Mucin-coating technologies for protection and reduced aggregation of cellular production systems","8":"2019","9":"bioprocess, clumping, mucin, synthetic biology","10":"Shurer CR, Head SE, Goudge MC, Paszek MJ","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"721"},{"1":"syn21649003","2":"","3":"BMC Syst Biol","4":"30257679","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30257679","6":"[PMID:30257679](https://www.ncbi.nlm.nih.gov/pubmed/?term=30257679)","7":"Multi-component gene network design as a survival strategy in diverse environments","8":"2018","9":"Cell, Cell-environment interaction, Evolution, Galactose network, Gene network, Survival, Systems biology, Yeast","10":"Luo X, Song R, Acar M","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"722"},{"1":"syn21681663","2":"","3":"Clin Cancer Res","4":"30992299","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30992299","6":"[PMID:30992299](https://www.ncbi.nlm.nih.gov/pubmed/?term=30992299)","7":"Multidrug Cancer Therapy in Metastatic Castrate-Resistant Prostate Cancer: An Evolution-Based Strategy","8":"2019","9":"","10":"West JB, Dinh MN, Brown JS, Zhang J, Anderson AR, Gatenby RA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"723"},{"1":"syn21648947","2":"","3":"Proc Natl Acad Sci U S A","4":"29559526","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29559526","6":"[PMID:29559526](https://www.ncbi.nlm.nih.gov/pubmed/?term=29559526)","7":"Multigenerational memory and adaptive adhesion in early bacterial biofilm communities","8":"2018","9":"Pseudomonas aeruginosa, bacteria biofilms, cyclic AMP, surface sensing, type IV pili","10":"Lee CK, de Anda J, Baker AE, Bennett RR, Luo Y, Lee EY, Keefe JA, Helali JS, Ma J, Zhao K, Golestanian R, O'Toole GA, Wong GCL","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"724"},{"1":"syn21681895","2":"","3":"ACS Nano","4":"31497947","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31497947","6":"[PMID:31497947](https://www.ncbi.nlm.nih.gov/pubmed/?term=31497947)","7":"Multilamellar Vaccine Particle Elicits Potent Immune Activation with Protein Antigens and Protects Mice against Ebola Virus Infection","8":"2019","9":"Ebola, hyaluronic acid, liposome, nanoparticle, subunit vaccine","10":"Fan Y, Stronsky SM, Xu Y, Steffens JT, van Tongeren SA, Erwin A, Cooper CL, Moon JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"725"},{"1":"syn21681639","2":"","3":"Nat Commun","4":"30971691","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30971691","6":"[PMID:30971691](https://www.ncbi.nlm.nih.gov/pubmed/?term=30971691)","7":"Multimodal interference-based imaging of nanoscale structure and macromolecular motion uncovers UV induced cellular paroxysm","8":"2019","9":"","10":"Gladstein S, Almassalha LM, Cherkezyan L, Chandler JE, Eshein A, Eid A, Zhang D, Wu W, Bauer GM, Stephens AD, Morochnik S, Subramanian H, Marko JF, Ameer GA, Szleifer I, Backman V","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"726"},{"1":"syn21682008","2":"","3":"Proc Natl Acad Sci U S A","4":"31882445","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31882445","6":"[PMID:31882445](https://www.ncbi.nlm.nih.gov/pubmed/?term=31882445)","7":"Multimodal transcriptional control of pattern formation in embryonic development","8":"2020","9":"development, gene regulation, hidden Markov models, transcriptional bursting","10":"Lammers NC, Galstyan V, Reimer A, Medin SA, Wiggins CH, Garcia HG","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"727"},{"1":"syn21681549","2":"","3":"J Proteome Res","4":"30730747","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30730747","6":"[PMID:30730747](https://www.ncbi.nlm.nih.gov/pubmed/?term=30730747)","7":"Multiomic Profiling of Tyrosine Kinase Inhibitor-Resistant K562 Cells Suggests Metabolic Reprogramming To Promote Cell Survival","8":"2019","9":"chronic myeloid leukemia, metabolic reprogramming, metabolite profiling, tyrosine kinase inhibitors","10":"Noel BM, Ouellette SB, Marholz L, Dickey D, Navis C, Yang TY, Nguyen V, Parker SJ, Bernlohr D, Sachs Z, Parker LL","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"728"},{"1":"syn21681801","2":"","3":"Cell Chem Biol","4":"31178407","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31178407","6":"[PMID:31178407](https://www.ncbi.nlm.nih.gov/pubmed/?term=31178407)","7":"Multiomics Profiling Establishes the Polypharmacology of FDA-Approved CDK4/6 Inhibitors and the Potential for Differential Clinical Activity","8":"2019","9":"CDK4/6 inhibitors, abemaciclib, breast cancer, cancer therapeutics, drug mechanisms of action, drug profiling, kinase inhibitors, palbociclib, ribociclib","10":"Hafner M, Mills CE, Subramanian K, Chen C, Chung M, Boswell SA, Everley RA, Liu C, Walmsley CS, Juric D, Sorger PK","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"syn21812998","22":"PRJNA515531","_rn_":"729"},{"1":"syn21681590","2":"","3":"Tomography","4":"30854451","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30854451","6":"[PMID:30854451](https://www.ncbi.nlm.nih.gov/pubmed/?term=30854451)","7":"Multiparameter MRI Predictors of Long-Term Survival in Glioblastoma Multiforme","8":"2019","9":"MRI, cancer evolution, glioblastoma, habitats, survival","10":"Stringfield O, Arrington JA, Johnston SK, Rognin NG, Peeri NC, Balagurunathan Y, Jackson PR, Clark-Swanson KR, Swanson KR, Egan KM, Gatenby RA, Raghunand N","11":"[]","12":"[\"Brain Neoplasm\", \"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630078, syn21630081, syn21630076, syn21630077","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\", \"Drug Resistance/Sensitivity\", \"Tumor-Immune\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349764\",\"syn7349753\",\"syn17084088\"]","19":"[\"CA210180\",\"CA193489\",\"CA220378\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\", \"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"730"},{"1":"syn21681805","2":"","3":"Cancer Res","4":"31186232","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31186232","6":"[PMID:31186232](https://www.ncbi.nlm.nih.gov/pubmed/?term=31186232)","7":"Multiparametric MRI and Coregistered Histology Identify Tumor Habitats in Breast Cancer Mouse Models","8":"2019","9":"","10":"Jardim-Perassi BV, Huang S, Dominguez-Viqueira W, Poleszczuk J, Budzevich MM, Abdalah MA, Pillai SR, Ruiz E, Bui MM, Zuccari DAPC, Gillies RJ, Martinez GV","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"731"},{"1":"syn21645267","2":"","3":"J Biomed Opt","4":"29188660","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29188660","6":"[PMID:29188660](https://www.ncbi.nlm.nih.gov/pubmed/?term=29188660)","7":"Multiphoton fluorescence lifetime imaging of chemotherapy distribution in solid tumors","8":"2017","9":"cancer, fluorescence lifetime imaging microscopy, multiphoton microscopy","10":"Carlson M, Watson AL, Anderson L, Largaespada DA, Provenzano PP","11":"[\"Microscopy\", \"FLIM\", \"Murine Model\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"732"},{"1":"syn21649163","2":"","3":"Cancer Discov","4":"30209081","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30209081","6":"[PMID:30209081](https://www.ncbi.nlm.nih.gov/pubmed/?term=30209081)","7":"Multiple Routes to Oncogenesis Are Promoted by the Human Papillomavirus-Host Protein Network","8":"2018","9":"","10":"Eckhardt M, Zhang W, Gross AM, Von Dollen J, Johnson JR, Franks-Skiba KE, Swaney DL, Johnson TL, Jang GM, Shah PS, Brand TM, Archambault J, Kreisberg JF, Grandis JR, Ideker T, Krogan NJ","11":"[\"Mass Spectrometry\", \"Western Blotting\"]","12":"[\"Head and Neck Carcinoma\"]","13":"[\"Nasal cavity\"]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"733"},{"1":"syn21681945","2":"","3":"Nat Immunol","4":"31611701","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31611701","6":"[PMID:31611701](https://www.ncbi.nlm.nih.gov/pubmed/?term=31611701)","7":"Multiplexed activation of endogenous genes by CRISPRa elicits potent antitumor immunity","8":"2019","9":"","10":"Wang G, Chow RD, Bai Z, Zhu L, Errami Y, Dai X, Dong MB, Ye L, Zhang X, Renauer PA, Park JJ, Shen L, Ye H, Fuchs CS, Chen S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"734"},{"1":"syn21681732","2":"","3":"Adv Sci (Weinh)","4":"31065513","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31065513","6":"[PMID:31065513](https://www.ncbi.nlm.nih.gov/pubmed/?term=31065513)","7":"Multiplexed, Sequential Secretion Analysis of the Same Single Cells Reveals Distinct Effector Response Dynamics Dependent on the Initial Basal State","8":"2019","9":"heterogeneity, macrophage activation, sequential analysis, single‐cell RNA sequencing, single‐cell cytokine assay","10":"Chen Z, Lu Y, Zhang K, Xiao Y, Lu J, Fan R","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078, syn21630081, syn21630076, syn21630075","15":"[\"Metastasis\", \"Microenvironment\", \"Evolution\", \"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn7315810\",\"syn7349757\"]","19":"[\"CA209992\",\"CA193461\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\", \"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"735"},{"1":"syn21645273","2":"","3":"Proc Natl Acad Sci U S A","4":"28923958","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28923958","6":"[PMID:28923958](https://www.ncbi.nlm.nih.gov/pubmed/?term=28923958)","7":"Multiscale characterization of the mineral phase at skeletal sites of breast cancer metastasis","8":"2017","9":"Raman imaging, X-ray scattering, bone metastasis, bone mineral nanostructure, breast cancer","10":"He F, Chiou AE, Loh HC, Lynch M, Seo BR, Song YH, Lee MJ, Hoerth R, Bortel EL, Willie BM, Duda GN, Estroff LA, Masic A, Wagermaier W, Fratzl P, Fischbach C","11":"[\"Small-Angle X-ray Scattering\", \"Murine Model\"]","12":"[\"Intraductal carcinoma in situ of Breast\", \"Bone Tumor\"]","13":"[\"Breast\", \"Bone\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"736"},{"1":"syn21645461","2":"","3":"Proc Natl Acad Sci U S A","4":"28468803","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28468803","6":"[PMID:28468803](https://www.ncbi.nlm.nih.gov/pubmed/?term=28468803)","7":"Multiscale model predicts increasing focal adhesion size with decreasing stiffness in fibrous matrices","8":"2017","9":"Rho pathway, cell contractility, focal adhesion, matrix physical remodeling, mechanosensing","10":"Cao X, Ban E, Baker BM, Lin Y, Burdick JA, Chen CS, Shenoy VB","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"737"},{"1":"syn21681376","2":"","3":"Comput Biol Med","4":"29807251","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29807251","6":"[PMID:29807251](https://www.ncbi.nlm.nih.gov/pubmed/?term=29807251)","7":"Multiscale smeared finite element model for mass transport in biological tissue: From blood vessels to cells and cellular organelles","8":"2018","9":"Biological tissue, Capillary system, Cell interior, Composite smeared finite element, Convection, Diffusion, Multiscale models, Organelles, Partitioning","10":"Kojic M, Milosevic M, Simic V, Koay EJ, Kojic N, Ziemys A, Ferrari M","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"738"},{"1":"syn21681626","2":"","3":"Prev Med","4":"30959071","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30959071","6":"[PMID:30959071](https://www.ncbi.nlm.nih.gov/pubmed/?term=30959071)","7":"Multisite HPV infections in the United States (NHANES 2003-2014): An overview and synthesis","8":"2019","9":"Concordant infection, Human papillomavirus, Multisite, NHANES, Prevalence, Vaccine efficacy","10":"Brouwer AF, Eisenberg MC, Carey TE, Meza R","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"739"},{"1":"syn21648920","2":"","3":"Biophys J","4":"29694862","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29694862","6":"[PMID:29694862](https://www.ncbi.nlm.nih.gov/pubmed/?term=29694862)","7":"Multivalent Binding of a Ligand-Coated Particle: Role of Shape, Size, and Ligand Heterogeneity","8":"2018","9":"","10":"McKenzie M, Ha SM, Rammohan A, Radhakrishnan R, Ramakrishnan N","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"740"},{"1":"syn21645611","2":"","3":"Elife","4":"25380226","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25380226","6":"[PMID:25380226](https://www.ncbi.nlm.nih.gov/pubmed/?term=25380226)","7":"Musashi proteins are post-transcriptional regulators of the epithelial-luminal cell state","8":"2014","9":"alternative splicing, cancer genomics, epithelial–mesenchymal transition, evolutionary biology, genomics, human, human biology, medicine, mouse, translational regulation","10":"Katz Y, Li F, Lambert NJ, Sokol ES, Tam WL, Cheng AW, Airoldi EM, Lengner CJ, Gupta PB, Yu Z, Jaenisch R, Burge CB","11":"[\"Whole Transcriptome Sequencing\", \"Ribo-Seq\", \"In Vitro Selection\"]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"syn21889662, syn21889773","22":"GSE58423, SRP043153","_rn_":"741"},{"1":"syn21648867","2":"","3":"Genes Dev","4":"28465358","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28465358","6":"[PMID:28465358](https://www.ncbi.nlm.nih.gov/pubmed/?term=28465358)","7":"Mutant IDH1 regulates the tumor-associated immune system in gliomas","8":"2017","9":"IDH mutation, glioma, immuno-oncology","10":"Amankulor NM, Kim Y, Arora S, Kargl J, Szulzewsky F, Hanke M, Margineantu DH, Rao A, Bolouri H, Delrow J, Hockenbery D, Houghton AM, Holland EC","11":"[\"Bisulfite Sequencing\", \"Expression Array\"]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"syn12976490","22":"PRJNA380261","_rn_":"742"},{"1":"syn21682000","2":"","3":"Nat Mater","4":"31844279","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31844279","6":"[PMID:31844279](https://www.ncbi.nlm.nih.gov/pubmed/?term=31844279)","7":"Mutant lamins cause nuclear envelope rupture and DNA damage in skeletal muscle cells","8":"2019","9":"","10":"Earle AJ, Kirby TJ, Fedorchak GR, Isermann P, Patel J, Iruvanti S, Moore SA, Bonne G, Wallrath LL, Lammerding J","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"743"},{"1":"syn21645560","2":"","3":"Proc Natl Acad Sci U S A","4":"27655895","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27655895","6":"[PMID:27655895](https://www.ncbi.nlm.nih.gov/pubmed/?term=27655895)","7":"Mutational landscape, clonal evolution patterns, and role of RAS mutations in relapsed acute lymphoblastic leukemia","8":"2016","9":"acute lymphoblastic leukemia, chemotherapy resistance, genome sequencing, relapsed leukemia","10":"Oshima K, Khiabanian H, da Silva-Almeida AC, Tzoneva G, Abate F, Ambesi-Impiombato A, Sanchez-Martin M, Carpenter Z, Penson A, Perez-Garcia A, Eckert C, Nicolas C, Balbin M, Sulis ML, Kato M, Koh K, Paganin M, Basso G, Gastier-Foster JM, Devidas M, Loh ML, Kirschner-Schwabe R, Palomero T, Rabadan R, Ferrando AA","11":"[\"Whole Exome Sequencing\", \"Whole Genome Sequencing\"]","12":"[\"Acute Lymphoblastic Leukemia\"]","13":"[\"Blood\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"syn21889769","22":"phs001072.v1.p1","_rn_":"744"},{"1":"syn21645358","2":"","3":"Biochim Biophys Acta Rev Cancer","4":"28341421","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28341421","6":"[PMID:28341421](https://www.ncbi.nlm.nih.gov/pubmed/?term=28341421)","7":"Mutations, evolution and the central role of a self-defined fitness function in the initiation and progression of cancer","8":"2017","9":"Cancer evolution somatic mutations theory, Fitness function, Somatic evolution","10":"Gatenby RA, Brown J","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"745"},{"1":"syn21645371","2":"","3":"Clin Cancer Res","4":"27006493","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27006493","6":"[PMID:27006493](https://www.ncbi.nlm.nih.gov/pubmed/?term=27006493)","7":"Myeloma Cell Dynamics in Response to Treatment Supports a Model of Hierarchical Differentiation and Clonal Evolution","8":"2016","9":"","10":"Tang M, Zhao R, van de Velde H, Tross JG, Mitsiades C, Viselli S, Neuwirth R, Esseltine DL, Anderson K, Ghobrial IM, San Miguel JF, Richardson PG, Tomasson MH, Michor F","11":"[\"Mathematical Modeling\"]","12":"[\"Multiple Myeloma\"]","13":"[\"Bone Marrow\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"746"},{"1":"syn21681406","2":"","3":"J Cell Biol","4":"30061105","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30061105","6":"[PMID:30061105](https://www.ncbi.nlm.nih.gov/pubmed/?term=30061105)","7":"Myoepithelial cells are a dynamic barrier to epithelial dissemination","8":"2018","9":"","10":"Sirka OK, Shamir ER, Ewald AJ","11":"[]","12":"[\"Myoepithelioma\"]","13":"[\"Connective and soft tissue\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"747"},{"1":"syn21681821","2":"","3":"Proc Natl Acad Sci U S A","4":"31235578","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31235578","6":"[PMID:31235578](https://www.ncbi.nlm.nih.gov/pubmed/?term=31235578)","7":"Myosin IIA suppresses glioblastoma development in a mechanically sensitive manner","8":"2019","9":"glioblastoma, invasion, myosin, signaling","10":"Picariello HS, Kenchappa RS, Rai V, Crish JF, Dovas A, Pogoda K, McMahon M, Bell ES, Chandrasekharan U, Luu A, West R, Lammerding J, Canoll P, Odde DJ, Janmey PA, Egelhoff T, Rosenfeld SS","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630077, syn21630080, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\", \"Metabolism\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\",\"syn7349770\",\"syn7349747\"]","19":"[\"CA210190\",\"CA210184\",\"CA193417\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\", \"Center on the Physics of Cancer Metabolism\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"748"},{"1":"syn21645440","2":"","3":"Blood","4":"25395423","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25395423","6":"[PMID:25395423](https://www.ncbi.nlm.nih.gov/pubmed/?term=25395423)","7":"Myosin-II repression favors pre/proplatelets but shear activation generates platelets and fails in macrothrombocytopenia","8":"2015","9":"","10":"Spinler KR, Shin JW, Lambert MP, Discher DE","11":"[\"Micropipette Aspiration\"]","12":"[]","13":"[\"Blood\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"749"},{"1":"syn21648863","2":"","3":"Angew Chem Int Ed Engl","4":"29370452","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29370452","6":"[PMID:29370452](https://www.ncbi.nlm.nih.gov/pubmed/?term=29370452)","7":"N-Carboxyanhydride Polymerization of Glycopolypeptides That Activate Antigen-Presenting Cells through Dectin-1 and Dectin-2","8":"2018","9":"glycoconjugates, glycopeptides, glycopolymers, immunology, ring-opening polymerization","10":"Zhou MN, Delaveris CS, Kramer JR, Kenkel JA, Engleman EG, Bertozzi CR","11":"[]","12":"[]","13":"[\"Unspecified\"]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"750"},{"1":"syn21645345","2":"","3":"Cancer Res","4":"29092941","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29092941","6":"[PMID:29092941](https://www.ncbi.nlm.nih.gov/pubmed/?term=29092941)","7":"NDEx 2.0: A Clearinghouse for Research on Cancer Pathways","8":"2017","9":"","10":"Pratt D, Chen J, Pillich R, Rynkov V, Gary A, Demchak B, Ideker T","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"751"},{"1":"syn21681479","2":"","3":"Nat Commun","4":"30518758","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30518758","6":"[PMID:30518758](https://www.ncbi.nlm.nih.gov/pubmed/?term=30518758)","7":"NSD2 is a conserved driver of metastatic prostate cancer progression","8":"2018","9":"","10":"Aytes A, Giacobbe A, Mitrofanova A, Ruggero K, Cyrta J, Arriaga J, Palomero L, Farran-Matas S, Rubin MA, Shen MM, Califano A, Abate-Shen C","11":"[]","12":"[\"Prostate Neoplasm\"]","13":"[\"Prostate Gland\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"752"},{"1":"syn21681806","2":"","3":"J Heat Transfer","4":"31186582","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31186582","6":"[PMID:31186582](https://www.ncbi.nlm.nih.gov/pubmed/?term=31186582)","7":"Nanofluid Dynamics of Flexible Polymeric Nanoparticles Under Wall Confinement","8":"2019","9":"","10":"Farokhirad S, Ramakrishnan N, Eckmann DM, Ayyaswamy PS, Radhakrishnan R","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"753"},{"1":"syn21681532","2":"","3":"Mol Cancer Ther","4":"30679387","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30679387","6":"[PMID:30679387](https://www.ncbi.nlm.nih.gov/pubmed/?term=30679387)","7":"Nanoparticle Delivery of miR-708 Mimetic Impairs Breast Cancer Metastasis","8":"2019","9":"","10":"Ramchandani D, Lee SK, Yomtoubian S, Han MS, Tung CH, Mittal V","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"754"},{"1":"syn21681973","2":"","3":"Adv Heat Transf","4":"31692964","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31692964","6":"[PMID:31692964](https://www.ncbi.nlm.nih.gov/pubmed/?term=31692964)","7":"Nanoparticle transport phenomena in confined flows","8":"2019","9":"","10":"Radhakrishnan R, Farokhirad S, Eckmann DM, Ayyaswamy PS","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn17084095\",\"syn7349747\"]","19":"[\"CA227550\",\"CA193417\"]","20":"[\"A plasticity and reprogramming paradigm for therapy resistance at the single cell level\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"755"},{"1":"syn21649065","2":"","3":"Nanomedicine","4":"28614736","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28614736","6":"[PMID:28614736](https://www.ncbi.nlm.nih.gov/pubmed/?term=28614736)","7":"Nanoparticle-mediated knockdown of DNA repair sensitizes cells to radiotherapy and extends survival in a genetic mouse model of glioblastoma","8":"2017","9":"Ape1/APEX1, Glioblastoma, Nanoparticle, Radiosensitization, siRNA","10":"Kievit FM, Wang K, Ozawa T, Tarudji AW, Silber JR, Holland EC, Ellenbogen RG, Zhang M","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"756"},{"1":"syn21681362","2":"","3":"Phys Rev Lett","4":"29601731","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29601731","6":"[PMID:29601731](https://www.ncbi.nlm.nih.gov/pubmed/?term=29601731)","7":"Nanoscale Rheology and Anisotropic Diffusion Using Single Gold Nanorod Probes","8":"2018","9":"","10":"Molaei M, Atefi E, Crocker JC","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"757"},{"1":"syn21681552","2":"","3":"J Pharmacol Exp Ther","4":"30737357","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30737357","6":"[PMID:30737357](https://www.ncbi.nlm.nih.gov/pubmed/?term=30737357)","7":"Nanotechnology and Immunotherapy in Ovarian Cancer: Tracing New Landscapes","8":"2019","9":"","10":"Corradetti B, Pisano S, Conlan RS, Ferrari M","11":"[]","12":"[\"Ovarian Neoplasm\"]","13":"[\"Ovary\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"758"},{"1":"syn21681695","2":"","3":"Immunity","4":"31027997","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31027997","6":"[PMID:31027997](https://www.ncbi.nlm.nih.gov/pubmed/?term=31027997)","7":"Natural Genetic Variation Reveals Key Features of Epigenetic and Transcriptional Memory in Virus-Specific CD8 T Cells","8":"2019","9":"epigenetic, memory, transcription","10":"van der Veeken J, Zhong Y, Sharma R, Mazutis L, Dao P, Pe'er D, Leslie CS, Rudensky AY","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078, syn21630076, syn21630079","15":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315805\"]","19":"[\"CA209975\"]","20":"[\"CSBC Research Center for Cancer Systems Immunology at MSKCC\"]","21":"syn21889631, syn21889903","22":"GSE126770, SRP186300","_rn_":"759"},{"1":"syn21681331","2":"","3":"Optica","4":"29392168","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29392168","6":"[PMID:29392168](https://www.ncbi.nlm.nih.gov/pubmed/?term=29392168)","7":"Near-common-path interferometer for imaging Fourier-transform spectroscopy in wide-field microscopy","8":"2017","9":"","10":"Wadduwage DN, Singh VR, Choi H, Yaqoob Z, Heemskerk H, Matsudaira P, So PTC","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"760"},{"1":"syn21649165","2":"","3":"Proc Natl Acad Sci U S A","4":"26668364","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26668364","6":"[PMID:26668364](https://www.ncbi.nlm.nih.gov/pubmed/?term=26668364)","7":"Negative membrane curvature catalyzes nucleation of endosomal sorting complex required for transport (ESCRT)-III assembly","8":"2015","9":"HIV-1, membrane bending, nanofabrication, superresolution imaging","10":"Lee IH, Kai H, Carlson LA, Groves JT, Hurley JH","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"761"},{"1":"syn21645597","2":"","3":"Sci Rep","4":"27354287","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27354287","6":"[PMID:27354287](https://www.ncbi.nlm.nih.gov/pubmed/?term=27354287)","7":"Network Modeling Identifies Patient-specific Pathways in Glioblastoma","8":"2016","9":"","10":"Tuncbag N, Milani P, Pokorny JL, Johnson H, Sio TT, Dalin S, Iyekegbe DO, White FM, Sarkaria JN, Fraenkel E","11":"[\"Mathematical Modeling\", \"Murine Model\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"762"},{"1":"syn21645600","2":"","3":"PLoS One","4":"29023490","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29023490","6":"[PMID:29023490](https://www.ncbi.nlm.nih.gov/pubmed/?term=29023490)","7":"Network modeling of kinase inhibitor polypharmacology reveals pathways targeted in chemical screens","8":"2017","9":"","10":"Ursu O, Gosline SJC, Beeharry N, Fink L, Bhattacharjee V, Huang SC, Zhou Y, Yen T, Fraenkel E","11":"[\"Mathematical Modeling\", \"Whole Transcriptome Sequencing\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"syn12976704","22":"PRJNA289622","_rn_":"763"},{"1":"syn21645591","2":"","3":"PLoS Comput Biol","4":"27096930","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27096930","6":"[PMID:27096930](https://www.ncbi.nlm.nih.gov/pubmed/?term=27096930)","7":"Network-Based Interpretation of Diverse High-Throughput Datasets through the Omics Integrator Software Package","8":"2016","9":"","10":"Tuncbag N, Gosline SJ, Kedaigle A, Soltis AR, Gitter A, Fraenkel E","11":"[\"Mathematical Modeling\"]","12":"[\"Lung Carcinoma\", \"Pan-cancer\"]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"764"},{"1":"syn21681783","2":"","3":"Nat Commun","4":"31160565","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31160565","6":"[PMID:31160565](https://www.ncbi.nlm.nih.gov/pubmed/?term=31160565)","7":"Neuronal differentiation and cell-cycle programs mediate response to BET-bromodomain inhibition in MYC-driven medulloblastoma","8":"2019","9":"","10":"Bandopadhayay P, Piccioni F, O'Rourke R, Ho P, Gonzalez EM, Buchan G, Qian K, Gionet G, Girard E, Coxon M, Rees MG, Brenan L, Dubois F, Shapira O, Greenwald NF, Pages M, Balboni Iniguez A, Paolella BR, Meng A, Sinai C, Roti G, Dharia NV, Creech A, Tanenbaum B, Khadka P, Tracy A, Tiv HL, Hong AL, Coy S, Rashid R, Lin JR, Cowley GS, Lam FC, Goodale A, Lee Y, Schoolcraft K, Vazquez F, Hahn WC, Tsherniak A, Bradner JE, Yaffe MB, Milde T, Pfister SM, Qi J, Schenone M, Carr SA, Ligon KL, Kieran MW, Santagata S, Olson JM, Gokhale PC, Jaffe JD, Root DE, Stegmaier K, Johannessen CM, Beroukhim R","11":"[]","12":"[\"Cerebellar Neoplasm\", \"Medulloblastoma\"]","13":"[\"Brain\"]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"syn21812940","22":"PRJNA531655","_rn_":"765"},{"1":"syn21645360","2":"","3":"Cancer Res","4":"26719539","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26719539","6":"[PMID:26719539](https://www.ncbi.nlm.nih.gov/pubmed/?term=26719539)","7":"Neutralization of Tumor Acidity Improves Antitumor Responses to Immunotherapy","8":"2016","9":"","10":"Pilon-Thomas S, Kodumudi KN, El-Kenawi AE, Russell S, Weber AM, Luddy K, Damaghi M, Wojtkowiak JW, Mul'e JJ, Ibrahim-Hashim A, Gillies RJ","11":"[\"Murine Model\"]","12":"[\"Malignant Neoplasm of Pancreas\", \"Melanoma\"]","13":"[\"Pancreas\", \"Skin\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"766"},{"1":"syn21649056","2":"","3":"Cancer Discov","4":"27072748","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27072748","6":"[PMID:27072748](https://www.ncbi.nlm.nih.gov/pubmed/?term=27072748)","7":"Neutrophils Suppress Intraluminal NK Cell-Mediated Tumor Cell Clearance and Enhance Extravasation of Disseminated Carcinoma Cells","8":"2016","9":"","10":"Spiegel A, Brooks MW, Houshyar S, Reinhardt F, Ardolino M, Fessler E, Chen MB, Krall JA, DeCock J, Zervantonakis IK, Iannello A, Iwamoto Y, Cortez-Retamozo V, Kamm RD, Pittet MJ, Raulet DH, Weinberg RA","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"767"},{"1":"syn21681363","2":"","3":"Trends Cancer","4":"29606307","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29606307","6":"[PMID:29606307](https://www.ncbi.nlm.nih.gov/pubmed/?term=29606307)","7":"New Horizons in Advocacy Engaged Physical Sciences and Oncology Research","8":"2018","9":"Advocacy engagement, convergent science, physical sciences in oncology","10":"Samson S, Northey JJ, Plaks V, Baas C, Dean I, LaBarge MA, Goga A, Van't Veer LJ, Weaver VM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"768"},{"1":"syn21681826","2":"","3":"J Cell Sci","4":"31263077","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31263077","6":"[PMID:31263077](https://www.ncbi.nlm.nih.gov/pubmed/?term=31263077)","7":"New insights into extracellular vesicle biogenesis and function","8":"2019","9":"Exosomes, Extracellular vesicles, Microvesicles","10":"Latifkar A, Hur YH, Sanchez JC, Cerione RA, Antonyak MA","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"769"},{"1":"syn21645423","2":"","3":"Nat Methods","4":"28504680","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28504680","6":"[PMID:28504680](https://www.ncbi.nlm.nih.gov/pubmed/?term=28504680)","7":"Nm-seq maps 2'-O-methylation sites in human mRNA with base precision","8":"2017","9":"","10":"Dai Q, Moshitch-Moshkovitz S, Han D, Kol N, Amariglio N, Rechavi G, Dominissini D, He C","11":"[\"Nm-seq\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"syn12976729","22":"PRJNA354610","_rn_":"770"},{"1":"syn21681554","2":"","3":"Nat Methods","4":"30742041","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30742041","6":"[PMID:30742041](https://www.ncbi.nlm.nih.gov/pubmed/?term=30742041)","7":"Noninvasive monitoring of single-cell mechanics by acoustic scattering","8":"2019","9":"","10":"Kang JH, Miettinen TP, Chen L, Olcum S, Katsikis G, Doyle PS, Manalis SR","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"771"},{"1":"syn21645449","2":"","3":"PLoS One","4":"26735954","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26735954","6":"[PMID:26735954](https://www.ncbi.nlm.nih.gov/pubmed/?term=26735954)","7":"Normal and Fibrotic Rat Livers Demonstrate Shear Strain Softening and Compression Stiffening: A Model for Soft Tissue Mechanics","8":"2016","9":"","10":"Perepelyuk M, Chin L, Cao X, van Oosten A, Shenoy VB, Janmey PA, Wells RG","11":"[\"Rheology\"]","12":"[]","13":"[\"Liver\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"772"},{"1":"syn21645341","2":"","3":"Immunity","4":"27590114","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27590114","6":"[PMID:27590114](https://www.ncbi.nlm.nih.gov/pubmed/?term=27590114)","7":"Normalizing Microbiota-Induced Retinoic Acid Deficiency Stimulates Protective CD8(+) T Cell-Mediated Immunity in Colorectal Cancer","8":"2016","9":"","10":"Bhattacharya N, Yuan R, Prestwood TR, Penny HL, DiMaio MA, Reticker-Flynn NE, Krois CR, Kenkel JA, Pham TD, Carmi Y, Tolentino L, Choi O, Hulett R, Wang J, Winer DA, Napoli JL, Engleman EG","11":"[\"Flow Cytometry\"]","12":"[\"Tumor of the Large Bowel\"]","13":"[\"Colon\"]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"773"},{"1":"syn21645327","2":"","3":"Cancer Res","4":"27932399","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27932399","6":"[PMID:27932399](https://www.ncbi.nlm.nih.gov/pubmed/?term=27932399)","7":"Novel Hybrid Phenotype Revealed in Small Cell Lung Cancer by a Transcription Factor Network Model That Can Explain Tumor Heterogeneity","8":"2017","9":"","10":"Udyavar AR, Wooten DJ, Hoeksema M, Bansal M, Califano A, Estrada L, Schnell S, Irish JM, Massion PP, Quaranta V","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\", \"NOS\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"774"},{"1":"syn21645509","2":"","3":"Mol Biol Cell","4":"27798234","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27798234","6":"[PMID:27798234](https://www.ncbi.nlm.nih.gov/pubmed/?term=27798234)","7":"Nuclear constriction segregates mobile nuclear proteins away from chromatin","8":"2016","9":"","10":"Irianto J, Pfeifer CR, Bennett RR, Xia Y, Ivanovska IL, Liu AJ, Greenberg RA, Discher DE","11":"[\"Fluorescent Antibody Procedure\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\", \"NOS\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"775"},{"1":"syn21645553","2":"","3":"Cell Mol Bioeng","4":"27570565","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27570565","6":"[PMID:27570565](https://www.ncbi.nlm.nih.gov/pubmed/?term=27570565)","7":"Nuclear lamins in cancer","8":"2016","9":"LADs, Nuclear lamina, SRF, YAP/TAZ, cancer, homeostasis, mechanotransduction","10":"Irianto J, Pfeifer CR, Ivanovska IL, Swift J, Discher DE","11":"[\"Unspecified\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"776"},{"1":"syn21681974","2":"","3":"Emerg Top Life Sci","4":"31693005","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31693005","6":"[PMID:31693005](https://www.ncbi.nlm.nih.gov/pubmed/?term=31693005)","7":"Nuclear mechanosensing","8":"2018","9":"","10":"Xia Y, Pfeifer CR, Cho S, Discher DE, Irianto J","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"777"},{"1":"syn21645394","2":"","3":"Mol Biol Cell","4":"25368422","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25368422","6":"[PMID:25368422](https://www.ncbi.nlm.nih.gov/pubmed/?term=25368422)","7":"Nuclear physics (of the cell, not the atom)","8":"2014","9":"","10":"Pederson T, Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"778"},{"1":"syn21649008","2":"","3":"J Cell Biol","4":"30171044","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30171044","6":"[PMID:30171044](https://www.ncbi.nlm.nih.gov/pubmed/?term=30171044)","7":"Nuclear rupture at sites of high curvature compromises retention of DNA repair factors","8":"2018","9":"","10":"Xia Y, Ivanovska IL, Zhu K, Smith L, Irianto J, Pfeifer CR, Alvey CM, Ji J, Liu D, Cho S, Bennett RR, Liu AJ, Greenberg RA, Discher DE","11":"[\"Microscopy\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"779"},{"1":"syn21645377","2":"","3":"Nat Struct Mol Biol","4":"28967881","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28967881","6":"[PMID:28967881](https://www.ncbi.nlm.nih.gov/pubmed/?term=28967881)","7":"Nuclear topology modulates the mutational landscapes of cancer genomes","8":"2017","9":"","10":"Smith KS, Liu LL, Ganesan S, Michor F, De S","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"780"},{"1":"syn21645407","2":"","3":"Phys Rev Lett","4":"29219598","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29219598","6":"[PMID:29219598](https://www.ncbi.nlm.nih.gov/pubmed/?term=29219598)","7":"Nucleation of Multiple Buckled Structures in Intertwined DNA Double Helices","8":"2017","9":"","10":"Brahmachari S, Gunn KH, Giuntoli RD, Mondrag'on A, Marko JF","11":"[\"Molecular Simulations\", \"Magnetic Tweezers\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"781"},{"1":"syn21648928","2":"","3":"Nat Protoc","4":"28726849","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28726849","6":"[PMID:28726849](https://www.ncbi.nlm.nih.gov/pubmed/?term=28726849)","7":"O2-controllable hydrogels for studying cellular responses to hypoxic gradients in three dimensions in vitro and in vivo","8":"2017","9":"","10":"Lewis DM, Blatchley MR, Park KM, Gerecht S","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"782"},{"1":"syn21681322","2":"","3":"Nat Cell Biol","4":"28737771","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28737771","6":"[PMID:28737771](https://www.ncbi.nlm.nih.gov/pubmed/?term=28737771)","7":"Obesity alters the lung myeloid cell landscape to enhance breast cancer metastasis through IL5 and GM-CSF","8":"2017","9":"","10":"Quail DF, Olson OC, Bhardwaj P, Walsh LA, Akkari L, Quick ML, Chen IC, Wendel N, Ben-Chetrit N, Walker J, Holt PR, Dannenberg AJ, Joyce JA","11":"[]","12":"[\"Breast Tumor\", \"Lung Neoplasm\"]","13":"[\"Lung\", \"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"783"},{"1":"syn21648856","2":"","3":"Curr Opin Endocrinol Diabetes Obes","4":"20585247","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=20585247","6":"[PMID:20585247](https://www.ncbi.nlm.nih.gov/pubmed/?term=20585247)","7":"Obesity genes and insulin resistance","8":"2010","9":"","10":"Belkina AC, Denis GV","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"784"},{"1":"syn21648829","2":"","3":"Breast Cancer Res Treat","4":"25809092","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25809092","6":"[PMID:25809092](https://www.ncbi.nlm.nih.gov/pubmed/?term=25809092)","7":"Obesity, body fat distribution, and risk of breast cancer subtypes in African American women participating in the AMBER Consortium","8":"2015","9":"","10":"Bandera EV, Chandran U, Hong CC, Troester MA, Bethea TN, Adams-Campbell LL, Haiman CA, Park SY, Olshan AF, Ambrosone CB, Palmer JR, Rosenberg L","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"785"},{"1":"syn21681452","2":"","3":"Cancer Prev Res (Phila)","4":"30404870","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30404870","6":"[PMID:30404870](https://www.ncbi.nlm.nih.gov/pubmed/?term=30404870)","7":"Obesity-associated Breast Inflammation among Hispanic/Latina Breast Cancer Patients","8":"2019","9":"","10":"Greenlee H, Shi Z, Hibshoosh H, Giri DD, Ahmed A, Williams S, Falcone DJ, Winston LA, Zhou XK, Hudis CA, Hershman DL, Dannenberg AJ, Iyengar NM","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"786"},{"1":"syn21645393","2":"","3":"Sci Rep","4":"29079757","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29079757","6":"[PMID:29079757](https://www.ncbi.nlm.nih.gov/pubmed/?term=29079757)","7":"Oligomerization and ATP stimulate condensin-mediated DNA compaction","8":"2017","9":"","10":"Keenholtz RA, Dhanaraman T, Palou R, Yu J, D'Amours D, Marko JF","11":"[\"Microscopy\", \"Flow Cytometry\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"787"},{"1":"syn21648981","2":"","3":"J Stat Phys","4":"30034030","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30034030","6":"[PMID:30034030](https://www.ncbi.nlm.nih.gov/pubmed/?term=30034030)","7":"On statistical modeling of sequencing noise in high depth data to assess tumor evolution","8":"2018","9":"02.50.-r, 87.18.Tt, 87.23.Kg","10":"Rabadan R, Bhanot G, Marsilio S, Chiorazzi N, Pasqualucci L, Khiabanian H","11":"[\"Whole Genome Sequencing\"]","12":"[\"Diffuse Large B-Cell Lymphoma\"]","13":"[\"Blood\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"788"},{"1":"syn21681679","2":"","3":"Front Genet","4":"31024611","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31024611","6":"[PMID:31024611](https://www.ncbi.nlm.nih.gov/pubmed/?term=31024611)","7":"On the Origin of Biomolecular Networks","8":"2019","9":"biomolecules, interaction (binary) relationship, network analysis, network model, regulation and communication, spectral analysis","10":"Janwa H, Massey SE, Velev J, Mishra B","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"789"},{"1":"syn21649098","2":"","3":"Nat Protoc","4":"28358393","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28358393","6":"[PMID:28358393](https://www.ncbi.nlm.nih.gov/pubmed/?term=28358393)","7":"On-chip human microvasculature assay for visualization and quantification of tumor cell extravasation dynamics","8":"2017","9":"","10":"Chen MB, Whisler JA, Fr\"ose J, Yu C, Shin Y, Kamm RD","11":"[\"Microfluidics\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"790"},{"1":"syn21681577","2":"","3":"Nat Methods","4":"30804551","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30804551","6":"[PMID:30804551](https://www.ncbi.nlm.nih.gov/pubmed/?term=30804551)","7":"One-step generation of modular CAR-T cells with AAV-Cpf1","8":"2019","9":"","10":"Dai X, Park JJ, Du Y, Kim HR, Wang G, Errami Y, Chen S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"791"},{"1":"syn21645464","2":"","3":"Dev Cell","4":"28829941","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28829941","6":"[PMID:28829941](https://www.ncbi.nlm.nih.gov/pubmed/?term=28829941)","7":"Optimal Contractile Forces for a Mesenchymal Engine","8":"2017","9":"","10":"Discher DE, Dooling LJ","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"792"},{"1":"syn21645587","2":"","3":"IEEE J Biomed Health Inform","4":"25781964","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25781964","6":"[PMID:25781964](https://www.ncbi.nlm.nih.gov/pubmed/?term=25781964)","7":"Optimal drug prediction from personal genomics profiles","8":"2015","9":"","10":"Sheng J, Li F, Wong ST","11":"[\"Computational Tool\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"793"},{"1":"syn21649030","2":"","3":"AJNR Am J Neuroradiol","4":"30309842","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30309842","6":"[PMID:30309842](https://www.ncbi.nlm.nih.gov/pubmed/?term=30309842)","7":"Optimization of Acquisition and Analysis Methods for Clinical Dynamic Susceptibility Contrast MRI Using a Population-Based Digital Reference Object","8":"2018","9":"","10":"Semmineh NB, Bell LC, Stokes AM, Hu LS, Boxerman JL, Quarles CC","11":"[\"Imaging\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"794"},{"1":"syn21681329","2":"","3":"Contemp Clin Trials","4":"29330081","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29330081","6":"[PMID:29330081](https://www.ncbi.nlm.nih.gov/pubmed/?term=29330081)","7":"Optimization of a technology-supported physical activity intervention for breast cancer survivors: Fit2Thrive study protocol","8":"2018","9":"Breast cancer survivors, Multiphase Optimization Strategy, Physical activity, Technology","10":"Phillips SM, Collins LM, Penedo FJ, Courneya KS, Welch W, Cottrell A, Lloyd GR, Gavin K, Cella D, Ackermann RT, Siddique J, Spring B","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"795"},{"1":"syn21649112","2":"","3":"J Cell Biochem","4":"30390333","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30390333","6":"[PMID:30390333](https://www.ncbi.nlm.nih.gov/pubmed/?term=30390333)","7":"Optimization of prostate cancer cell detection using multiplex tyramide signal amplification","8":"2019","9":"detection, immunofluorescence, metastasis, prostate cancer, tumor microarray, tyramide","10":"Roy S, Axelrod HD, Valkenburg KC, Amend S, Pienta KJ","11":"[\"Expression Array\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"796"},{"1":"syn21681411","2":"","3":"JAMA Oncol","4":"30098166","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30098166","6":"[PMID:30098166](https://www.ncbi.nlm.nih.gov/pubmed/?term=30098166)","7":"Optimizing Cancer Treatment Using Game Theory: A Review","8":"2019","9":"","10":"Stankov'a K, Brown JS, Dalton WS, Gatenby RA","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"797"},{"1":"syn21681530","2":"","3":"Proc Natl Acad Sci U S A","4":"30674677","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30674677","6":"[PMID:30674677](https://www.ncbi.nlm.nih.gov/pubmed/?term=30674677)","7":"Optofluidic real-time cell sorter for longitudinal CTC studies in mouse models of cancer","8":"2019","9":"GEMM, circulating tumor cells, metastasis, microfluidic, single-cell RNA-Seq","10":"Hamza B, Ng SR, Prakadan SM, Delgado FF, Chin CR, King EM, Yang LF, Davidson SM, DeGouveia KL, Cermak N, Navia AW, Winter PS, Drake RS, Tammela T, Li CM, Papagiannakopoulos T, Gupta AJ, Shaw Bagnall J, Knudsen SM, Vander Heiden MG, Wasserman SC, Jacks T, Shalek AK, Manalis SR","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"syn21811649","22":"PRJNA504047","_rn_":"798"},{"1":"syn21645474","2":"","3":"Nat Chem Biol","4":"28805800","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28805800","6":"[PMID:28805800](https://www.ncbi.nlm.nih.gov/pubmed/?term=28805800)","7":"Optogenetic control of kinetochore function","8":"2017","9":"","10":"Zhang H, Aonbangkhen C, Tarasovetc EV, Ballister ER, Chenoweth DM, Lampson MA","11":"[\"Optogenetic Assay\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"799"},{"1":"syn21681661","2":"","3":"Biomed Microdevices","4":"30989386","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30989386","6":"[PMID:30989386](https://www.ncbi.nlm.nih.gov/pubmed/?term=30989386)","7":"Organotropic drug delivery: Synthetic nanoparticles and extracellular vesicles","8":"2019","9":"Exosomes, Extracellular vesicles, Nanomedicine, Nanoparticles, Organotropic","10":"Busatto S, Pham A, Suh A, Shapiro S, Wolfram J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"800"},{"1":"syn21681939","2":"","3":"Cancers (Basel)","4":"31569498","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31569498","6":"[PMID:31569498](https://www.ncbi.nlm.nih.gov/pubmed/?term=31569498)","7":"P120 Catenin Isoforms Differentially Associate with Breast Cancer Invasion and Metastasis","8":"2019","9":"P120catenin, adherens junctions, breast cancer","10":"Venhuizen JH, Span PN, van den Dries K, Sommer S, Friedl P, Zegers MM","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"801"},{"1":"syn21649211","2":"10.1038/nature24040","3":"Nature","4":"28953887","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28953887","6":"[PMID:28953887](https://www.ncbi.nlm.nih.gov/pubmed/?term=28953887)","7":"PAK signalling drives acquired drug resistance to MAPK inhibitors in BRAF-mutant melanomas","8":"2017","9":"","10":"Lu H, Liu S, Zhang G, Bin Wu, Zhu Y, Frederick DT, Hu Y, Zhong W, Randell S, Sadek N, Zhang W, Chen G, Cheng C, Zeng J, Wu LW, Zhang J, Liu X, Xu W, Krepler C, Sproesser K, Xiao M, Miao B, Liu J, Song CD, Liu JY, Karakousis GC, Schuchter LM, Lu Y, Mills G, Cong Y, Chernoff J, Guo J, Boland GM, Sullivan RJ, Wei Z, Field J, Amaravadi RK, Flaherty KT, Herlyn M, Xu X, Guo W","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[\"Skin\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"syn12976725","22":"PRJNA380061","_rn_":"802"},{"1":"syn21645602","2":"","3":"PLoS Comput Biol","4":"28759592","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28759592","6":"[PMID:28759592](https://www.ncbi.nlm.nih.gov/pubmed/?term=28759592)","7":"PCSF: An R-package for network-based interpretation of high-throughput data","8":"2017","9":"","10":"Akhmedov M, Kedaigle A, Chong RE, Montemanni R, Bertoni F, Fraenkel E, Kwee I","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"803"},{"1":"syn21649067","2":"","3":"Neoplasia","4":"30219706","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30219706","6":"[PMID:30219706](https://www.ncbi.nlm.nih.gov/pubmed/?term=30219706)","7":"PDZ-RhoGEF Is a Signaling Effector for TROY-Induced Glioblastoma Cell Invasion and Survival","8":"2018","9":"","10":"Ding Z, Dhruv H, Kwiatkowska-Piwowarczyk A, Ruggieri R, Kloss J, Symons M, Pirrotte P, Eschbacher JM, Tran NL, Loftus JC","11":"[\"Expression Array\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"804"},{"1":"syn21681840","2":"","3":"Proc Natl Acad Sci U S A","4":"31311869","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31311869","6":"[PMID:31311869](https://www.ncbi.nlm.nih.gov/pubmed/?term=31311869)","7":"PEAK3/C19orf35 pseudokinase, a new NFK3 kinase family member, inhibits CrkII through dimerization","8":"2019","9":"CrkII, NKF3 family, motility, protein kinase, pseudokinase","10":"Lopez ML, Lo M, Kung JE, Dudkiewicz M, Jang GM, Von Dollen J, Johnson JR, Krogan NJ, Pawlowski K, Jura N","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"805"},{"1":"syn21681347","2":"","3":"J Mol Cell Biol","4":"29452418","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29452418","6":"[PMID:29452418](https://www.ncbi.nlm.nih.gov/pubmed/?term=29452418)","7":"PHF20 collaborates with PARP1 to promote stemness and aggressiveness of neuroblastoma cells through activation of SOX2 and OCT4","8":"2018","9":"","10":"Long W, Zhao W, Ning B, Huang J, Chu J, Li L, Ma Q, Xing C, Wang HY, Liu Q, Wang RF","11":"[]","12":"[\"Neuroblastoma\"]","13":"[\"Nervous system\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"806"},{"1":"syn21645272","2":"","3":"Clin Cancer Res","4":"29284706","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29284706","6":"[PMID:29284706](https://www.ncbi.nlm.nih.gov/pubmed/?term=29284706)","7":"PIK3CA C2 Domain Deletions Hyperactivate Phosphoinositide 3-kinase (PI3K), Generate Oncogene Dependence, and Are Exquisitely Sensitive to PI3Kα Inhibitors","8":"2018","9":"","10":"Croessmann S, Sheehan JH, Lee KM, Sliwoski G, He J, Nagy R, Riddle D, Mayer IA, Balko JM, Lanman R, Miller VA, Cantley LC, Meiler J, Arteaga CL","11":"[\"Computational Modeling\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"807"},{"1":"syn21681741","2":"","3":"Cell Rep","4":"31091439","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31091439","6":"[PMID:31091439](https://www.ncbi.nlm.nih.gov/pubmed/?term=31091439)","7":"PIP4Ks Suppress Insulin Signaling through a Catalytic-Independent Mechanism","8":"2019","9":"Akt, PI(3,4,5)P(3), PI(4,5)P(2), PI3K, PI5P4K, PIP4K, PIP5K, RTK, insulin, signaling","10":"Wang DG, Paddock MN, Lundquist MR, Sun JY, Mashadova O, Amadiume S, Bumpus TW, Hodakoski C, Hopkins BD, Fine M, Hill A, Yang TJ, Baskin JM, Dow LE, Cantley LC","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"808"},{"1":"syn21645322","2":"","3":"Nat Commun","4":"28740083","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28740083","6":"[PMID:28740083](https://www.ncbi.nlm.nih.gov/pubmed/?term=28740083)","7":"PLATE-Seq for genome-wide regulatory network analysis of high-throughput screens","8":"2017","9":"","10":"Bush EC, Ray F, Alvarez MJ, Realubit R, Li H, Karan C, Califano A, Sims PA","11":"[\"PlateSeq\"]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21791111","22":"PRJNA381890","_rn_":"809"},{"1":"syn21681427","2":"","3":"J Clin Invest","4":"30260324","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30260324","6":"[PMID:30260324](https://www.ncbi.nlm.nih.gov/pubmed/?term=30260324)","7":"PLK1 stabilizes a MYC-dependent kinase network in aggressive B cell lymphomas","8":"2018","9":"Cancer, Hematology, Lymphomas, Molecular biology, Oncology","10":"Ren Y, Bi C, Zhao X, Lwin T, Wang C, Yuan J, Silva AS, Shah BD, Fang B, Li T, Koomen JM, Jiang H, Chavez JC, Pham LV, Sudalagunta PR, Wan L, Wang X, Dalton WS, Moscinski LC, Shain KH, Vose J, Cleveland JL, Sotomayor EM, Fu K, Tao J","11":"[]","12":"[\"Diffuse Large B-Cell Lymphoma\"]","13":"[\"Hematopoietic system\", \"Lymphatic system\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"810"},{"1":"syn21681909","2":"","3":"Nat Immunol","4":"31527834","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31527834","6":"[PMID:31527834](https://www.ncbi.nlm.nih.gov/pubmed/?term=31527834)","7":"PTPN2 regulates the generation of exhausted CD8+ T cell subpopulations and restrains tumor immunity","8":"2019","9":"","10":"LaFleur MW, Nguyen TH, Coxe MA, Miller BC, Yates KB, Gillis JE, Sen DR, Gaudiano EF, Al Abosy R, Freeman GJ, Haining WN, Sharpe AH","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"syn21889647, syn21889877","22":"GSE134413, SRP159185","_rn_":"811"},{"1":"syn21648989","2":"","3":"Proc Natl Acad Sci U S A","4":"29735700","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29735700","6":"[PMID:29735700](https://www.ncbi.nlm.nih.gov/pubmed/?term=29735700)","7":"Pan-cancer transcriptional signatures predictive of oncogenic mutations reveal that Fbw7 regulates cancer cell oxidative metabolism","8":"2018","9":"Fbw7, genomics, informatics, metabolism, ubiquitin","10":"Davis RJ, G\"onen M, Margineantu DH, Handeli S, Swanger J, Hoellerbauer P, Paddison PJ, Gu H, Raftery D, Grim JE, Hockenbery DM, Margolin AA, Clurman BE","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"812"},{"1":"syn21649114","2":"","3":"Angew Chem Int Ed Engl","4":"29484795","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29484795","6":"[PMID:29484795](https://www.ncbi.nlm.nih.gov/pubmed/?term=29484795)","7":"Parahydrogen-Based Hyperpolarization for Biomedicine","8":"2018","9":"NMR spectroscopy, hyperpolarization, magnetic resonance imaging, parahydrogen","10":"H\"ovener JB, Pravdivtsev AN, Kidd B, Bowers CR, Gl\"oggler S, Kovtunov KV, Plaumann M, Katz-Brull R, Buckenmaier K, Jerschow A, Reineri F, Theis T, Shchepin RV, Wagner S, Bhattacharya P, Zacharias NM, Chekmenev EY","11":"[\"Imaging\"]","12":"[]","13":"[]","14":"syn21630078, syn21630075","15":"[\"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416714\"]","19":"[\"CA202229\"]","20":"[\"Physical Dynamics of Cancer Response to Chemotherapy in 3D Microenvironments\"]","21":"","22":"","_rn_":"813"},{"1":"syn21645612","2":"","3":"PLoS Comput Biol","4":"28288156","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28288156","6":"[PMID:28288156](https://www.ncbi.nlm.nih.gov/pubmed/?term=28288156)","7":"Parameter estimation for multistage clonal expansion models from cancer incidence data: A practical identifiability analysis","8":"2017","9":"","10":"Brouwer AF, Meza R, Eisenberg MC","11":"[\"Epidemiological Method\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774959\",\"syn9775651\"]","19":"[\"CA182915\",\"CA215845\"]","20":"[\"From Mechanism to Population - Modeling HPV-related Oropharyngeal Carcinogenesis\", \"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"814"},{"1":"syn21645621","2":"","3":"J Natl Cancer Inst","4":"25224496","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25224496","6":"[PMID:25224496](https://www.ncbi.nlm.nih.gov/pubmed/?term=25224496)","7":"Parity, lactation, and breast cancer subtypes in African American women: results from the AMBER Consortium","8":"2014","9":"","10":"Palmer JR, Viscidi E, Troester MA, Hong CC, Schedin P, Bethea TN, Bandera EV, Borges V, McKinnon C, Haiman CA, Lunetta K, Kolonel LN, Rosenberg L, Olshan AF, Ambrosone CB","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"815"},{"1":"syn21645315","2":"","3":"Biomaterials","4":"28918264","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28918264","6":"[PMID:28918264](https://www.ncbi.nlm.nih.gov/pubmed/?term=28918264)","7":"Past matrix stiffness primes epithelial cells and regulates their future collective migration through a mechanical memory","8":"2017","9":"Collective cell migration, Extracellular matrix, Mechanical memory, Mechanotransduction, Stiffness","10":"Nasrollahi S, Walter C, Loza AJ, Schimizzi GV, Longmore GD, Pathak A","11":"[\"Microscopy\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"816"},{"1":"syn21645259","2":"","3":"Genes (Basel)","4":"28956817","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28956817","6":"[PMID:28956817](https://www.ncbi.nlm.nih.gov/pubmed/?term=28956817)","7":"Pathway Enrichment Analysis with Networks","8":"2017","9":"enrichment analysis, gene sets, pathway, protein–protein interaction network, random walk with restart","10":"Liu L, Wei J, Ruan J","11":"[\"Computational Modeling\"]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"817"},{"1":"syn21681889","2":"","3":"BMC Cancer","4":"31488082","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31488082","6":"[PMID:31488082](https://www.ncbi.nlm.nih.gov/pubmed/?term=31488082)","7":"Pathway activity profiling of growth factor receptor network and stemness pathways differentiates metaplastic breast cancer histological subtypes","8":"2019","9":"Gene expression profiling, Invasiveness, Metaplastic breast cancer, NanoString, Survival","10":"McQuerry JA, Jenkins DF, Yost SE, Zhang Y, Schmolze D, Johnson WE, Yuan Y, Bild AH","11":"[]","12":"[\"Invasive Ductal Breast Carcinoma\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"818"},{"1":"syn21645592","2":"","3":"Integr Biol (Camb)","4":"27315426","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27315426","6":"[PMID:27315426](https://www.ncbi.nlm.nih.gov/pubmed/?term=27315426)","7":"Pathway-based network modeling finds hidden genes in shRNA screen for regulators of acute lymphoblastic leukemia","8":"2016","9":"","10":"Wilson JL, Dalin S, Gosline S, Hemann M, Fraenkel E, Lauffenburger DA","11":"[\"shRNA\"]","12":"[\"T Acute Lymphoblastic Leukemia\"]","13":"[\"Blood\"]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"syn21800130","22":"PRJNA310833","_rn_":"819"},{"1":"syn21648964","2":"","3":"Nat Commun","4":"29921838","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29921838","6":"[PMID:29921838](https://www.ncbi.nlm.nih.gov/pubmed/?term=29921838)","7":"Patient derived organoids to model rare prostate cancer phenotypes","8":"2018","9":"","10":"Puca L, Bareja R, Prandi D, Shaw R, Benelli M, Karthaus WR, Hess J, Sigouros M, Donoghue A, Kossai M, Gao D, Cyrta J, Sailer V, Vosoughi A, Pauli C, Churakova Y, Cheung C, Deonarine LD, McNary TJ, Rosati R, Tagawa ST, Nanus DM, Mosquera JM, Sawyers CL, Chen Y, Inghirami G, Rao RA, Grandori C, Elemento O, Sboner A, Demichelis F, Rubin MA, Beltran H","11":"[\"3D Cell Culture\", \"PDX\", \"Whole Exome Sequencing\", \"Whole Transcriptome Sequencing\", \"Bisulfite Sequencing\", \"High-throughput Drug Screen\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"syn21889555, syn21889854","22":"GSE112830, SRP137894","_rn_":"820"},{"1":"syn21681508","2":"","3":"Antioxidants (Basel)","4":"30609657","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30609657","6":"[PMID:30609657](https://www.ncbi.nlm.nih.gov/pubmed/?term=30609657)","7":"Peroxiredoxins in Cancer and Response to Radiation Therapies","8":"2019","9":"NCI-60, TCGA, ionizing radiation, oxidative stress, peroxiredoxin, proteomics, radiation resistance, transcriptomics","10":"Forshaw TE, Holmila R, Nelson KJ, Lewis JE, Kemp ML, Tsang AW, Poole LB, Lowther WT, Furdui CM","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630076","15":"[\"Metabolism\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084080\"]","19":"[\"CA215848\"]","20":"[\"Model-based Prediction of Redox-Modulated Responses to Cancer Treatments\"]","21":"","22":"","_rn_":"821"},{"1":"syn21645441","2":"","3":"Phys Rev Lett","4":"28256894","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28256894","6":"[PMID:28256894](https://www.ncbi.nlm.nih.gov/pubmed/?term=28256894)","7":"Persistence-Driven Durotaxis: Generic, Directed Motility in Rigidity Gradients","8":"2017","9":"","10":"Novikova EA, Raab M, Discher DE, Storm C","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"822"},{"1":"syn21681585","2":"","3":"IEEE Trans Med Imaging","4":"30835219","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30835219","6":"[PMID:30835219](https://www.ncbi.nlm.nih.gov/pubmed/?term=30835219)","7":"Personalized Radiotherapy Design for Glioblastoma: Integrating Mathematical Tumor Models, Multimodal Scans, and Bayesian Inference","8":"2019","9":"","10":"Lipkova J, Angelikopoulos P, Wu S, Alberts E, Wiestler B, Diehl C, Preibisch C, Pyka T, Combs SE, Hadjidoukas P, Van Leemput K, Koumoutsakos P, Lowengrub J, Menze B","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18145018\"]","19":"[\"CA217378\"]","20":"[\"Cancer Systems Biology at UC Irvine\"]","21":"","22":"","_rn_":"823"},{"1":"syn21681733","2":"","3":"APL Bioeng","4":"31069321","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31069321","6":"[PMID:31069321](https://www.ncbi.nlm.nih.gov/pubmed/?term=31069321)","7":"Perspective: The promise of multi-cellular engineered living systems","8":"2018","9":"","10":"Kamm RD, Bashir R, Arora N, Dar RD, Gillette MU, Griffith LG, Kemp ML, Kinlaw K, Levin M, Martin AC, McDevitt TC, Nerem RM, Powers MJ, Saif TA, Sharpe J, Takayama S, Takeuchi S, Weiss R, Ye K, Yevick HG, Zaman MH","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"824"},{"1":"syn21681429","2":"","3":"Nat Genet","4":"30262818","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30262818","6":"[PMID:30262818](https://www.ncbi.nlm.nih.gov/pubmed/?term=30262818)","7":"Pharmacogenomic landscape of patient-derived tumor cells informs precision oncology therapy","8":"2018","9":"","10":"Lee JK, Liu Z, Sa JK, Shin S, Wang J, Bordyuh M, Cho HJ, Elliott O, Chu T, Choi SW, Rosenbloom DIS, Lee IH, Shin YJ, Kang HJ, Kim D, Kim SY, Sim MH, Kim J, Lee T, Seo YJ, Shin H, Lee M, Kim SH, Kwon YJ, Oh JW, Song M, Kim M, Kong DS, Choi JW, Seol HJ, Lee JI, Kim ST, Park JO, Kim KM, Song SY, Lee JW, Kim HC, Lee JE, Choi MG, Seo SW, Shim YM, Zo JI, Jeong BC, Yoon Y, Ryu GH, Kim NKD, Bae JS, Park WY, Lee J, Verhaak RGW, Iavarone A, Rabadan R, Nam DH","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"825"},{"1":"syn21681343","2":"","3":"J Pharmacol Exp Ther","4":"29440450","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29440450","6":"[PMID:29440450](https://www.ncbi.nlm.nih.gov/pubmed/?term=29440450)","7":"Pharmacokinetic Assessment of Cooperative Efflux of the Multitargeted Kinase Inhibitor Ponatinib Across the Blood-Brain Barrier","8":"2018","9":"","10":"Laramy JK, Kim M, Parrish KE, Sarkaria JN, Elmquist WF","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"826"},{"1":"syn21645380","2":"","3":"Cancer Res","4":"28566331","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28566331","6":"[PMID:28566331](https://www.ncbi.nlm.nih.gov/pubmed/?term=28566331)","7":"Pharmacokinetics and Drug Interactions Determine Optimum Combination Strategies in Computational Models of Cancer Evolution","8":"2017","9":"","10":"Chakrabarti S, Michor F","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"827"},{"1":"syn21645367","2":"","3":"Ann Oncol","4":"28073786","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28073786","6":"[PMID:28073786](https://www.ncbi.nlm.nih.gov/pubmed/?term=28073786)","7":"Phase 1 study of twice weekly pulse dose and daily low-dose erlotinib as initial treatment for patients with EGFR-mutant lung cancers","8":"2017","9":"EGFR T790M, EGFR-mutant lung cancer, acquired resistance, evolutionary modeling, pulse dose erlotinib","10":"Yu HA, Sima C, Feldman D, Liu LL, Vaitheesvaran B, Cross J, Rudin CM, Kris MG, Pao W, Michor F, Riely GJ","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"828"},{"1":"syn21681829","2":"","3":"Breast Cancer Res","4":"31277699","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31277699","6":"[PMID:31277699](https://www.ncbi.nlm.nih.gov/pubmed/?term=31277699)","7":"Phase II trial of AKT inhibitor MK-2206 in patients with advanced breast cancer who have tumors with PIK3CA or AKT mutations, and/or PTEN loss/PTEN mutation","8":"2019","9":"AKT signaling, Biomarkers, Genomics, PIK3CA mutation, PTEN loss","10":"Xing Y, Lin NU, Maurer MA, Chen H, Mahvash A, Sahin A, Akcakanat A, Li Y, Abramson V, Litton J, Chavez-MacGregor M, Valero V, Piha-Paul SA, Hong D, Do KA, Tarco E, Riall D, Eterovic AK, Wulf GM, Cantley LC, Mills GB, Doyle LA, Winer E, Hortobagyi GN, Gonzalez-Angulo AM, Meric-Bernstam F","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"829"},{"1":"syn21645354","2":"","3":"Eur J Cancer","4":"27689717","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27689717","6":"[PMID:27689717](https://www.ncbi.nlm.nih.gov/pubmed/?term=27689717)","7":"Phase i trials in melanoma: A framework to translate preclinical findings to the clinic","8":"2016","9":"Clinical trials, Heterogeneity of patient responses, Mathematical model, Stratification, Treatment schedule optimisation","10":"Kim E, Rebecca VW, Smalley KS, Anderson AR","11":"[\"Mathematical Modeling\"]","12":"[\"Melanoma\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"830"},{"1":"syn21645531","2":"","3":"Adv Planar Lipid Bilayers Liposomes","4":"27087801","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27087801","6":"[PMID:27087801](https://www.ncbi.nlm.nih.gov/pubmed/?term=27087801)","7":"Phenomenology based multiscale models as tools to understand cell membrane and organelle morphologies","8":"2015","9":"Helfrich Hamiltonian, Monte Carlo, cell membrane, continuum models, curvature remodeling, detailed balance, fission and fusion, lipid bilayer, self-assembly, triangulated surfaces","10":"Ramakrishnan N, Radhakrishnan R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"831"},{"1":"syn21681952","2":"","3":"J Clin Med","4":"31635338","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31635338","6":"[PMID:31635338](https://www.ncbi.nlm.nih.gov/pubmed/?term=31635338)","7":"Phenotypic Switching of Naïve T Cells to Immune-Suppressive Treg-Like Cells by Mutant KRAS","8":"2019","9":"FOXP3, KRAS, Tregs, cell-extrinsic, lung cancer, phenotypic switching","10":"Kalvala A, Wallet P, Yang L, Wang C, Li H, Nam A, Nathan A, Mambetsariev I, Poroyko V, Gao H, Chu P, Sattler M, Bild A, Manuel ER, Lee PP, Jolly MK, Kulkarni P, Salgia R","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"832"},{"1":"syn21681791","2":"","3":"PLoS Comput Biol","4":"31166947","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31166947","6":"[PMID:31166947](https://www.ncbi.nlm.nih.gov/pubmed/?term=31166947)","7":"Phenotypic heterogeneity and evolution of melanoma cells associated with targeted therapy resistance","8":"2019","9":"","10":"Su Y, Bintz M, Yang Y, Robert L, Ng AHC, Liu V, Ribas A, Heath JR, Wei W","11":"[]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630076, syn21630077, syn21630080","15":"[\"Drug Resistance/Sensitivity\", \"Tumor-Immune\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083754\"]","19":"[\"CA217655\"]","20":"[\"Steady States and Cellular Transitions Associated with Carcinogenesis and Tumor Progression\"]","21":"","22":"","_rn_":"833"},{"1":"syn21681494","2":"","3":"Cancer Discov","4":"30567843","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30567843","6":"[PMID:30567843](https://www.ncbi.nlm.nih.gov/pubmed/?term=30567843)","7":"Phf6 Loss Enhances HSC Self-Renewal Driving Tumor Initiation and Leukemia Stem Cell Activity in T-ALL","8":"2019","9":"","10":"Wendorff AA, Quinn SA, Rashkovan M, Madubata CJ, Ambesi-Impiombato A, Litzow MR, Tallman MS, Paietta E, Paganin M, Basso G, Gastier-Foster JM, Loh ML, Rabadan R, Van Vlierberghe P, Ferrando AA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"834"},{"1":"syn21648936","2":"","3":"Mol Cell","4":"29727621","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29727621","6":"[PMID:29727621](https://www.ncbi.nlm.nih.gov/pubmed/?term=29727621)","7":"Phosphatidylinositol-5-Phosphate 4-Kinases Regulate Cellular Lipid Metabolism By Facilitating Autophagy","8":"2018","9":"PI5P4K, TFEB, autophagy, lipid kinase, lysosome, mTORC1, metabolism, phospholipid","10":"Lundquist MR, Goncalves MD, Loughran RM, Possik E, Vijayaraghavan T, Yang A, Pauli C, Ravi A, Verma A, Yang Z, Johnson JL, Wong JCY, Ma Y, Hwang KS, Weinkove D, Divecha N, Asara JM, Elemento O, Rubin MA, Kimmelman AC, Pause A, Cantley LC, Emerling BM","11":"[\"Murine Model\"]","12":"[]","13":"[\"Liver\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"835"},{"1":"syn21681719","2":"","3":"Cell","4":"31056282","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31056282","6":"[PMID:31056282](https://www.ncbi.nlm.nih.gov/pubmed/?term=31056282)","7":"Physical Principles of Membrane Shape Regulation by the Glycocalyx","8":"2019","9":"Muc1, cancer, glycocalyx, hyaluronic acid, membrane curvature, membrane morphology, membrane organelle, microvesicle, microvilli, mucin","10":"Shurer CR, Kuo JC, Roberts LM, Gandhi JG, Colville MJ, Enoki TA, Pan H, Su J, Noble JM, Hollander MJ, O'Donnell JP, Yin R, Pedram K, M\"ockl L, Kourkoutis LF, Moerner WE, Bertozzi CR, Feigenson GW, Reesink HL, Paszek MJ","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"836"},{"1":"syn21648858","2":"","3":"Ann Biomed Eng","4":"28983745","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28983745","6":"[PMID:28983745](https://www.ncbi.nlm.nih.gov/pubmed/?term=28983745)","7":"Physical and Chemical Enhancement of and Adaptive Resistance to Irreversible Electroporation of Pancreatic Cancer","8":"2018","9":"Adaptation, Cancer treatment, Enhancement, Glucose, In vitro, In vivo, Irreversible electroporation, Pancreatic cancer, Resistance","10":"Shao Q, Liu F, Chung C, Elahi-Gedwillo K, Provenzano PP, Forsyth B, Bischof JC","11":"[\"Unspecified\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"837"},{"1":"syn21649066","2":"","3":"Cold Spring Harb Symp Quant Biol","4":"28424337","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28424337","6":"[PMID:28424337](https://www.ncbi.nlm.nih.gov/pubmed/?term=28424337)","7":"Physical and Chemical Gradients in the Tumor Microenvironment Regulate Tumor Cell Invasion, Migration, and Metastasis","8":"2016","9":"","10":"Oudin MJ, Weaver VM","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"838"},{"1":"syn21682005","2":"","3":"J Mol Biol","4":"31866291","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31866291","6":"[PMID:31866291](https://www.ncbi.nlm.nih.gov/pubmed/?term=31866291)","7":"Physics and Biology (of Chromosomes)","8":"2020","9":"chromatin, chromosomes, phase separation, polymer biophysics, quantitative biology","10":"Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"839"},{"1":"syn21681547","2":"","3":"Mol Cancer Res","4":"30718260","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30718260","6":"[PMID:30718260](https://www.ncbi.nlm.nih.gov/pubmed/?term=30718260)","7":"Plasminogen Activator Inhibitor 1 (PAI1) Promotes Actin Cytoskeleton Reorganization and Glycolytic Metabolism in Triple-Negative Breast Cancer","8":"2019","9":"","10":"Humphries BA, Buschhaus JM, Chen YC, Haley HR, Qyli T, Chiang B, Shen N, Rajendran S, Cutter A, Cheng YH, Chen YT, Cong J, Spinosa PC, Yoon E, Luker KE, Luker GD","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"syn21812436","22":"PRJNA517541","_rn_":"840"},{"1":"syn21681562","2":"","3":"Sci Transl Med","4":"30760580","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30760580","6":"[PMID:30760580](https://www.ncbi.nlm.nih.gov/pubmed/?term=30760580)","7":"Platelet decoys inhibit thrombosis and prevent metastatic tumor formation in preclinical models","8":"2019","9":"","10":"Papa AL, Jiang A, Korin N, Chen MB, Langan ET, Waterhouse A, Nash E, Caroff J, Graveline A, Vernet A, Mammoto A, Mammoto T, Jain A, Kamm RD, Gounis MJ, Ingber DE","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"841"},{"1":"syn21649201","2":"","3":"PLoS One","4":"27798635","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27798635","6":"[PMID:27798635](https://www.ncbi.nlm.nih.gov/pubmed/?term=27798635)","7":"Platform-Independent Genome-Wide Pattern of DNA Copy-Number Alterations Predicting Astrocytoma Survival and Response to Treatment Revealed by the GSVD Formulated as a Comparative Spectral Decomposition","8":"2016","9":"","10":"Aiello KA, Alter O","11":"[\"Mathematical Modeling\"]","12":"[\"Astrocytoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416712\"]","19":"[\"CA202144\"]","20":"[\"Multi-Tensor Decompositions for Personalized Cancer Diagnostics and Prognostics\"]","21":"","22":"","_rn_":"842"},{"1":"syn21681925","2":"","3":"ACS Nano","4":"31556987","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31556987","6":"[PMID:31556987](https://www.ncbi.nlm.nih.gov/pubmed/?term=31556987)","7":"Positron Emission Tomography-Guided Photodynamic Therapy with Biodegradable Mesoporous Silica Nanoparticles for Personalized Cancer Immunotherapy","8":"2019","9":"cancer immunotherapy, mesoporous silica nanoparticles, neoantigen, photodynamic therapy, positron emission tomography, vaccine","10":"Xu C, Nam J, Hong H, Xu Y, Moon JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"843"},{"1":"syn21649183","2":"","3":"Genes Dev","4":"30366908","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30366908","6":"[PMID:30366908](https://www.ncbi.nlm.nih.gov/pubmed/?term=30366908)","7":"Post-translational modification localizes MYC to the nuclear pore basket to regulate a subset of target genes involved in cellular responses to environmental signals","8":"2018","9":"GCN5, MYC, PIN1, Ser62 phosphorylation, nuclear pore complex, transcriptional regulation","10":"Su Y, Pelz C, Huang T, Torkenczy K, Wang X, Cherry A, Daniel CJ, Liang J, Nan X, Dai MS, Adey A, Impey S, Sears RC","11":"[\"Imaging\"]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"syn21809528","22":"PRJNA495629","_rn_":"844"},{"1":"syn21681912","2":"","3":"Cancer Epidemiol Biomarkers Prev","4":"31533940","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31533940","6":"[PMID:31533940](https://www.ncbi.nlm.nih.gov/pubmed/?term=31533940)","7":"Postdiagnosis Loss of Skeletal Muscle, but Not Adipose Tissue, Is Associated with Shorter Survival of Patients with Advanced Pancreatic Cancer","8":"2019","9":"","10":"Babic A, Rosenthal MH, Bamlet WR, Takahashi N, Sugimoto M, Danai LV, Morales-Oyarvide V, Khalaf N, Dunne RF, Brais LK, Welch MW, Zellers CL, Dennis C, Rifai N, Prado CM, Caan B, Sundaresan TK, Meyerhardt JA, Kulke MH, Clish CB, Ng K, Vander Heiden MG, Petersen GM, Wolpin BM","11":"[]","12":"[]","13":"[]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"","22":"","_rn_":"845"},{"1":"syn21681926","2":"","3":"Clin Breast Cancer","4":"31558424","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31558424","6":"[PMID:31558424](https://www.ncbi.nlm.nih.gov/pubmed/?term=31558424)","7":"Pre- and Postoperative Neratinib for HER2-Positive Breast Cancer Brain Metastases: Translational Breast Cancer Research Consortium 022","8":"2019","9":"Central nervous system, Metastatic","10":"Freedman RA, Gelman RS, Agar NYR, Santagata S, Randall EC, Gimenez-Cassina Lopez B, Connolly RM, Dunn IF, Van Poznak CH, Anders CK, Melisko ME, Silvestri K, Cotter CM, Componeschi KP, Marte JM, Moy B, Blackwell KL, Puhalla SL, Ibrahim N, Moynihan TJ, Nangia J, Tung N, Burns R, Rimawi MF, Krop IE, Wolff AC, Winer EP, Lin NU, Translational Breast Cancer Research Consortium (TBCRC)","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"846"},{"1":"syn21645378","2":"","3":"Nat Rev Cancer","4":"28303905","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28303905","6":"[PMID:28303905](https://www.ncbi.nlm.nih.gov/pubmed/?term=28303905)","7":"Pre-metastatic niches: organ-specific homes for metastases","8":"2017","9":"","10":"Peinado H, Zhang H, Matei IR, Costa-Silva B, Hoshino A, Rodrigues G, Psaila B, Kaplan RN, Bromberg JF, Kang Y, Bissell MJ, Cox TR, Giaccia AJ, Erler JT, Hiratsuka S, Ghajar CM, Lyden D","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"847"},{"1":"syn21648916","2":"","3":"Cell","4":"29153834","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29153834","6":"[PMID:29153834](https://www.ncbi.nlm.nih.gov/pubmed/?term=29153834)","7":"Precise Editing at DNA Replication Forks Enables Multiplex Genome Engineering in Eukaryotes","8":"2017","9":"DNA replication, Rad51, genome editing, homologous recombination, metabolic engineering, multiplex genome engineering, natural products, ssDNA oligodeoxynucleotides","10":"Barbieri EM, Muir P, Akhuetie-Oni BO, Yellman CM, Isaacs FJ","11":"[\"Dideoxy Chain Termination DNA Sequencing\"]","12":"[]","13":"[\"Unspecified\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"848"},{"1":"syn21648925","2":"","3":"Proc Natl Acad Sci U S A","4":"29610327","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29610327","6":"[PMID:29610327](https://www.ncbi.nlm.nih.gov/pubmed/?term=29610327)","7":"Precise characterization of KRAS4b proteoforms in human colorectal cells and tumors reveals mutation/modification cross-talk","8":"2018","9":"KRAS, RAS, immunoprecipitation, posttranslational modification, top-down proteomics","10":"Ntai I, Fornelli L, DeHart CJ, Hutton JE, Doubleday PF, LeDuc RD, van Nispen AJ, Fellers RT, Whiteley G, Boja ES, Rodriguez H, Kelleher NL","11":"[\"Mass Spectrometry\"]","12":"[\"Carcinoma in situ of Colon\"]","13":"[\"Colon\"]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"849"},{"1":"syn21681586","2":"","3":"JCI Insight","4":"30835256","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30835256","6":"[PMID:30835256](https://www.ncbi.nlm.nih.gov/pubmed/?term=30835256)","7":"Predicting breast cancer response to neoadjuvant chemotherapy based on tumor vascular features in needle biopsies","8":"2019","9":"Breast cancer, Oncology","10":"Brocato TA, Brown-Glaberman U, Wang Z, Selwyn RG, Wilson CM, Wyckoff EF, Lomo LC, Saline JL, Hooda-Nehra A, Pasqualini R, Arap W, Brinker CJ, Cristini V","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"850"},{"1":"syn21681519","2":"","3":"Oncotarget","4":"30647849","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30647849","6":"[PMID:30647849](https://www.ncbi.nlm.nih.gov/pubmed/?term=30647849)","7":"Predicting clinically significant prostate cancer using DCE-MRI habitat descriptors","8":"2018","9":"DCE, mpMRI, prostate, prostate imaging, radiomics of MRI","10":"Parra NA, Lu H, Li Q, Stoyanova R, Pollack A, Punnen S, Choi J, Abdalah M, Lopez C, Gage K, Park JY, Kosj Y, Pow-Sang JM, Gillies RJ, Balagurunathan Y","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"851"},{"1":"syn21648872","2":"","3":"J Clin Monit Comput","4":"29556884","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29556884","6":"[PMID:29556884](https://www.ncbi.nlm.nih.gov/pubmed/?term=29556884)","7":"Predicting delayed cerebral ischemia after subarachnoid hemorrhage using physiological time series data","8":"2019","9":"Critical care, Machine learning, Random kernels, Subarachnoid hemorrhage, Time series","10":"Park S, Megjhani M, Frey HP, Grave E, Wiggins C, Terilli KL, Roh DJ, Velazquez A, Agarwal S, Connolly ES Jr, Schmidt JM, Claassen J, Elhadad N","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"852"},{"1":"syn21681500","2":"","3":"Proc Natl Acad Sci U S A","4":"30578321","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30578321","6":"[PMID:30578321](https://www.ncbi.nlm.nih.gov/pubmed/?term=30578321)","7":"Predicting growth rate from gene expression","8":"2019","9":"biological networks, data science, machine learning, metabolic networks, systems biology","10":"Wytock TP, Motter AE","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"853"},{"1":"syn21681887","2":"","3":"JCI Insight","4":"31484826","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31484826","6":"[PMID:31484826](https://www.ncbi.nlm.nih.gov/pubmed/?term=31484826)","7":"Predicting the broadly neutralizing antibody susceptibility of the HIV reservoir","8":"2019","9":"AIDS/HIV, Bioinformatics, Diagnostics, Immunotherapy, Therapeutics","10":"Yu WH, Su D, Torabi J, Fennessey CM, Shiakolas A, Lynch R, Chun TW, Doria-Rose N, Alter G, Seaman MS, Keele BF, Lauffenburger DA, Julg B","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078, syn21630075, syn21630081","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630127, syn21630128","17":"[\"CSBC\", \"PS-ON\"]","18":"[\"syn17084053\",\"syn9773338\",\"syn7349764\"]","19":"[\"CA215798\",\"CA217377\",\"CA210180\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\", \"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"854"},{"1":"syn21648845","2":"","3":"Cancer Causes Control","4":"27106577","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27106577","6":"[PMID:27106577](https://www.ncbi.nlm.nih.gov/pubmed/?term=27106577)","7":"Predictors of biospecimen donation in the Black Women's Health Study","8":"2016","9":"Biospecimens, Blacks, Buccal cells, DNA, Genetics, Women","10":"Adams-Campbell LL, Dash C, Palmer JR, Wiedemeier MV, Russell CW, Rosenberg L, Cozier YC","11":"[\"Epidemiological Method\"]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"855"},{"1":"syn21681534","2":"","3":"Biophys J","4":"30685055","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30685055","6":"[PMID:30685055](https://www.ncbi.nlm.nih.gov/pubmed/?term=30685055)","7":"Probe Sensitivity to Cortical versus Intracellular Cytoskeletal Network Stiffness","8":"2019","9":"","10":"Vahabikashi A, Park CY, Perkumas K, Zhang Z, Deurloo EK, Wu H, Weitz DA, Stamer WD, Goldman RD, Fredberg JJ, Johnson M","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"856"},{"1":"syn21649027","2":"","3":"Exp Cell Res","4":"26546401","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26546401","6":"[PMID:26546401](https://www.ncbi.nlm.nih.gov/pubmed/?term=26546401)","7":"Problems in biology with many scales of length: Cell-cell adhesion and cell jamming in collective cellular migration","8":"2016","9":"Cell mechanics, Collective cellular migration, Rheology, Stress, Traction","10":"Pegoraro AF, Fredberg JJ, Park JA","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"857"},{"1":"syn21681433","2":"","3":"Am J Med Genet A","4":"30302932","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30302932","6":"[PMID:30302932](https://www.ncbi.nlm.nih.gov/pubmed/?term=30302932)","7":"Proceedings of the fifth international RASopathies symposium: When development and cancer intersect","8":"2018","9":"Costello syndrome, Legius syndrome, Noonan syndrome, RAS/MAPK, RASopathies, cardio-facio-cutaneous syndrome, clinical trial, neurofibromatosis type 1, signal transduction pathway, therapy","10":"Rauen KA, Schoyer L, Schill L, Stronach B, Albeck J, Andresen BS, Cav'e H, Ellis M, Fruchtman SM, Gelb BD, Gibson CC, Gripp K, Hefner E, Huang WYC, Itkin M, Kerr B, Linardic CM, McMahon M, Oberlander B, Perlstein E, Ratner N, Rogers L, Schenck A, Shankar S, Shvartsman S, Stevenson DA, Stites EC, Stork PJS, Sun C, Therrien M, Ullian EM, Widemann BC, Yeh E, Zampino G, Zenker M, Timmer W, McCormick F","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"858"},{"1":"syn21648864","2":"","3":"Cancer Causes Control","4":"28097472","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28097472","6":"[PMID:28097472](https://www.ncbi.nlm.nih.gov/pubmed/?term=28097472)","7":"Proceedings of the third international molecular pathological epidemiology (MPE) meeting","8":"2017","9":"Meeting report, Molecular pathological epidemiology, Proceedings","10":"Campbell PT, Rebbeck TR, Nishihara R, Beck AH, Begg CB, Bogdanov AA, Cao Y, Coleman HG, Freeman GJ, Heng YJ, Huttenhower C, Irizarry RA, Kip NS, Michor F, Nevo D, Peters U, Phipps AI, Poole EM, Qian ZR, Quackenbush J, Robins H, Rogan PK, Slattery ML, Smith-Warner SA, Song M, VanderWeele TJ, Xia D, Zabor EC, Zhang X, Wang M, Ogino S","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"859"},{"1":"syn21649156","2":"","3":"Nat Commun","4":"29795293","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29795293","6":"[PMID:29795293](https://www.ncbi.nlm.nih.gov/pubmed/?term=29795293)","7":"Profiling human breast epithelial cells using single cell RNA sequencing identifies cell diversity","8":"2018","9":"","10":"Nguyen QH, Pervolarakis N, Blake K, Ma D, Davis RT, James N, Phung AT, Willey E, Kumar R, Jabart E, Driver I, Rock J, Goga A, Khan SA, Lawson DA, Werb Z, Kessenbrock K","11":"[\"Whole Transcriptome Sequencing\"]","12":"[]","13":"[\"Breast\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"syn21889561, syn21889855","22":"GSE113198, SRP140533","_rn_":"860"},{"1":"syn21681617","2":"","3":"J Immunol","4":"30936295","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30936295","6":"[PMID:30936295](https://www.ncbi.nlm.nih.gov/pubmed/?term=30936295)","7":"Progesterone Receptor Attenuates STAT1-Mediated IFN Signaling in Breast Cancer","8":"2019","9":"","10":"Goodman ML, Trinca GM, Walter KR, Papachristou EK, D'Santos CS, Li T, Liu Q, Lai Z, Chalise P, Madan R, Fan F, Markiewicz MA, Jin VX, Carroll JS, Hagan CR","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"861"},{"1":"syn21681513","2":"","3":"Cancers (Basel)","4":"30626092","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30626092","6":"[PMID:30626092](https://www.ncbi.nlm.nih.gov/pubmed/?term=30626092)","7":"Prognostic Gene Discovery in Glioblastoma Patients using Deep Learning","8":"2019","9":"deep learning, discovery, glioblastoma, glioblastoma stem cells, survival prediction","10":"Wong KK, Rostomily R, Wong STC","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775595\"]","19":"[\"CA188388\"]","20":"[\"Modeling and targeting stroma-tumor crosstalk in non small cell lung cancer\"]","21":"","22":"","_rn_":"862"},{"1":"syn21645570","2":"","3":"Oncotarget","4":"26883104","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26883104","6":"[PMID:26883104](https://www.ncbi.nlm.nih.gov/pubmed/?term=26883104)","7":"Prognostic and therapeutic role of targetable lesions in B-lineage acute lymphoblastic leukemia without recurrent fusion genes","8":"2016","9":"acute lymphoblastic leukemia, copy number aberrations, genetic-driven targeted therapy, next generation sequencing, novel prognostic markers","10":"Messina M, Chiaretti S, Wang J, Fedullo AL, Peragine N, Gianfelici V, Piciocchi A, Brugnoletti F, Di Giacomo F, Pauselli S, Holmes AB, Puzzolo MC, Ceglie G, Apicella V, Mancini M, Te Kronnie G, Testi AM, Vitale A, Vignetti M, Guarini A, Rabadan R, Fo`a R","11":"[\"Whole Exome Sequencing\", \"Single Nucleotide Polymorphism Array\"]","12":"[\"B Acute Lymphoblastic Leukemia\"]","13":"[\"Blood\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"syn21790617","22":"PRJNA279840","_rn_":"863"},{"1":"syn21648974","2":"","3":"Cell Discov","4":"30062046","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30062046","6":"[PMID:30062046](https://www.ncbi.nlm.nih.gov/pubmed/?term=30062046)","7":"Programmable DNA repair with CRISPRa/i enhanced homology-directed repair efficiency with a single Cas9","8":"2018","9":"","10":"Ye L, Wang C, Hong L, Sun N, Chen D, Chen S, Han F","11":"[\"CRISPR\"]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"864"},{"1":"syn21648923","2":"","3":"Nat Commun","4":"29765043","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29765043","6":"[PMID:29765043](https://www.ncbi.nlm.nih.gov/pubmed/?term=29765043)","7":"Programmable sequential mutagenesis by inducible Cpf1 crRNA array inversion","8":"2018","9":"","10":"Chow RD, Kim HR, Chen S","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"865"},{"1":"syn21681438","2":"","3":"J Control Release","4":"30332610","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30332610","6":"[PMID:30332610](https://www.ncbi.nlm.nih.gov/pubmed/?term=30332610)","7":"Progression-dependent transport heterogeneity of breast cancer liver metastases as a factor in therapeutic resistance","8":"2018","9":"Diffusion, Drug transport, Heterogeneity, Metastasis, Pharmacokinetics, Therapeutic resistance","10":"Ziemys A, Yokoi K, Kai M, Liu YT, Kojic M, Simic V, Milosevic M, Holder A, Ferrari M","11":"[]","12":"[\"Breast Tumor\", \"Liver Neoplasm\"]","13":"[\"Liver\", \"Breast\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"866"},{"1":"syn21645289","2":"","3":"Oncogene","4":"28534517","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28534517","6":"[PMID:28534517](https://www.ncbi.nlm.nih.gov/pubmed/?term=28534517)","7":"Prolonged exposure to extracellular lumican restrains pancreatic adenocarcinoma growth","8":"2017","9":"","10":"Li X, Kang Y, Roife D, Lee Y, Pratt M, Perez MR, Dai B, Koay EJ, Fleming JB","11":"[\"Flow Cytometry\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"867"},{"1":"syn21648828","2":"","3":"J Clin Oncol","4":"25624428","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25624428","6":"[PMID:25624428](https://www.ncbi.nlm.nih.gov/pubmed/?term=25624428)","7":"Prospective approach to breast cancer risk prediction in African American women: the black women's health study model","8":"2015","9":"","10":"Boggs DA, Rosenberg L, Adams-Campbell LL, Palmer JR","11":"[\"Epidemiological Method\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"868"},{"1":"syn21681454","2":"","3":"J Biol Chem","4":"30409902","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30409902","6":"[PMID:30409902](https://www.ncbi.nlm.nih.gov/pubmed/?term=30409902)","7":"Prostaglandin E2 down-regulates sirtuin 1 (SIRT1), leading to elevated levels of aromatase, providing insights into the obesity-breast cancer connection","8":"2019","9":"adipose tissue, aromatase, estrogen, hypoxia-inducible factor (HIF), obesity, prostaglandin, sirtuin","10":"Subbaramaiah K, Iyengar NM, Morrow M, Elemento O, Zhou XK, Dannenberg AJ","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"869"},{"1":"syn21681804","2":"","3":"BMC Bioinformatics","4":"31185886","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31185886","6":"[PMID:31185886](https://www.ncbi.nlm.nih.gov/pubmed/?term=31185886)","7":"ProteinNet: a standardized data set for machine learning of protein structure","8":"2019","9":"CASP, Co-evolution, Database, Deep learning, Machine learning, PSSM, Protein sequence, Protein structure, Protein structure prediction, Proteins","10":"AlQuraishi M","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"870"},{"1":"syn21681906","2":"","3":"Cell Syst","4":"31521603","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31521603","6":"[PMID:31521603](https://www.ncbi.nlm.nih.gov/pubmed/?term=31521603)","7":"Proteogenomic Network Analysis of Context-Specific KRAS Signaling in Mouse-to-Human Cross-Species Translation","8":"2019","9":"ASL, CDK2, KRAS, MET, SMAD3, cancer, colon, pancreas, phosphoproteomics, proteomics, species-translation","10":"Brubaker DK, Paulo JA, Sheth S, Poulin EJ, Popow O, Joughin BA, Strasser SD, Starchenko A, Gygi SP, Lauffenburger DA, Haigis KM","11":"[]","12":"[]","13":"[]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"","22":"","_rn_":"871"},{"1":"syn21649178","2":"","3":"Cancer Cell","4":"30205044","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30205044","6":"[PMID:30205044](https://www.ncbi.nlm.nih.gov/pubmed/?term=30205044)","7":"Proteomics, Post-translational Modifications, and Integrative Analyses Reveal Molecular Heterogeneity within Medulloblastoma Subgroups","8":"2018","9":"MYC, NU-7441, SHH, mass spectrometry, medulloblastoma, multi-omics, network integration, phospho-proteomics, proteo-genomics, radio sensitization","10":"Archer TC, Ehrenberger T, Mundt F, Gold MP, Krug K, Mah CK, Mahoney EL, Daniel CJ, LeNail A, Ramamoorthy D, Mertins P, Mani DR, Zhang H, Gillette MA, Clauser K, Noble M, Tang LC, Pierre-Francois J, Silterra J, Jensen J, Tamayo P, Korshunov A, Pfister SM, Kool M, Northcott PA, Sears RC, Lipton JO, Carr SA, Mesirov JP, Pomeroy SL, Fraenkel E","11":"[\"Mass Spectrometry\", \"Immunocytochemistry\"]","12":"[\"Tumor of Cerebellum\"]","13":"[\"Brain\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\",\"syn9772917\"]","19":"[\"CA209988\",\"CA184898\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\", \"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"872"},{"1":"syn21649085","2":"","3":"Oncotarget","4":"30181804","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30181804","6":"[PMID:30181804](https://www.ncbi.nlm.nih.gov/pubmed/?term=30181804)","7":"Pumilio2 regulates synaptic plasticity via translational repression of synaptic receptors in mice","8":"2018","9":"Pumilio (PUM), RNA binding protein, dendrite, glutamate receptor 2 (GLUR2), synapse","10":"Dong H, Zhu M, Meng L, Ding Y, Yang D, Zhang S, Qiang W, Fisher DW, Xu EY","11":"[\"Immunohistochemistry Staining Method\", \"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"873"},{"1":"syn21645375","2":"","3":"Nat Genet","4":"27526321","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27526321","6":"[PMID:27526321](https://www.ncbi.nlm.nih.gov/pubmed/?term=27526321)","7":"Punctuated copy number evolution and clonal stasis in triple-negative breast cancer","8":"2016","9":"","10":"Gao R, Davis A, McDonald TO, Sei E, Shi X, Wang Y, Tsai PC, Casasent A, Waters J, Zhang H, Meric-Bernstam F, Michor F, Navin NE","11":"[\"Mathematical Modeling\", \"Single Cell DNA-Sequencing\"]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"874"},{"1":"syn21649058","2":"","3":"Opt Lett","4":"27192311","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27192311","6":"[PMID:27192311](https://www.ncbi.nlm.nih.gov/pubmed/?term=27192311)","7":"Pushing phase and amplitude sensitivity limits in interferometric microscopy","8":"2016","9":"","10":"Hosseini P, Zhou R, Kim YH, Peres C, Diaspro A, Kuang C, Yaqoob Z, So PT","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"875"},{"1":"syn21648875","2":"","3":"Trends Mol Med","4":"28774478","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28774478","6":"[PMID:28774478](https://www.ncbi.nlm.nih.gov/pubmed/?term=28774478)","7":"Putting Glioblastoma in Its Place: IRF3 Inhibits Invasion","8":"2017","9":"","10":"Pattwell SS, Holland EC","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"876"},{"1":"syn21681913","2":"","3":"Nat Protoc","4":"31534232","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31534232","6":"[PMID:31534232](https://www.ncbi.nlm.nih.gov/pubmed/?term=31534232)","7":"Qualifying antibodies for image-based immune profiling and multiplexed tissue imaging","8":"2019","9":"","10":"Du Z, Lin JR, Rashid R, Maliga Z, Wang S, Aster JC, Izar B, Sorger PK, Santagata S","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn12051865\"]","19":"[\"CA225088\"]","20":"[\"Center for Cancer Systems Pharmacology\"]","21":"","22":"","_rn_":"877"},{"1":"syn21681574","2":"","3":"Cell Syst","4":"30797775","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30797775","6":"[PMID:30797775](https://www.ncbi.nlm.nih.gov/pubmed/?term=30797775)","7":"Quantifying Drug Combination Synergy along Potency and Efficacy Axes","8":"2019","9":"BRAF-mutant melanoma, drug synergy, high-throughput combination drug screens, non-small-cell lung cancer, systems pharmacology","10":"Meyer CT, Wooten DJ, Paudel BB, Bauer J, Hardeman KN, Westover D, Lovly CM, Harris LA, Tyson DR, Quaranta V","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775651\"]","19":"[\"CA215845\"]","20":"[\"Phenotype Transitions in Small Cell Lung Cancer\"]","21":"","22":"","_rn_":"878"},{"1":"syn21681561","2":"","3":"JCO Clin Cancer Inform","4":"30758984","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30758984","6":"[PMID:30758984](https://www.ncbi.nlm.nih.gov/pubmed/?term=30758984)","7":"Quantifying Uncertainty and Robustness in a Biomathematical Model-Based Patient-Specific Response Metric for Glioblastoma","8":"2019","9":"","10":"Hawkins-Daarud A, Johnston SK, Swanson KR","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349753\",\"syn17084088\",\"syn7349764\"]","19":"[\"CA193489\",\"CA220378\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"879"},{"1":"syn21648881","2":"","3":"Cancer Immunol Res","4":"29467127","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29467127","6":"[PMID:29467127](https://www.ncbi.nlm.nih.gov/pubmed/?term=29467127)","7":"Quantitative Analysis of Immune Infiltrates in Primary Melanoma","8":"2018","9":"","10":"Gartrell RD, Marks DK, Hart TD, Li G, Davari DR, Wu A, Blake Z, Lu Y, Askin KN, Monod A, Esancy CL, Stack EC, Jia DT, Armenta PM, Fu Y, Izaki D, Taback B, Rabadan R, Kaufman HL, Drake CG, Horst BA, Saenger YM","11":"[\"Quantitative Multiplex Immunofluorescence\"]","12":"[\"Carcinoma in situ of Skin\"]","13":"[\"Skin\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"880"},{"1":"syn21681877","2":"","3":"Cell Rep","4":"31433994","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31433994","6":"[PMID:31433994](https://www.ncbi.nlm.nih.gov/pubmed/?term=31433994)","7":"Quantitative Insights into Age-Associated DNA-Repair Inefficiency in Single Cells","8":"2019","9":"DNA repair, aging, double-strand break, microfluidics, microscopy, replicative lifespan, single cell, single-strand annealing, systems biology, yeast","10":"Young TZ, Liu P, Urbonaite G, Acar M","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"881"},{"1":"syn21645336","2":"","3":"Cell Rep","4":"28380359","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28380359","6":"[PMID:28380359](https://www.ncbi.nlm.nih.gov/pubmed/?term=28380359)","7":"Quantitative Multiplex Immunohistochemistry Reveals Myeloid-Inflamed Tumor-Immune Complexity Associated with Poor Prognosis","8":"2017","9":"cancer immunology, digital pathology, head and neck cancer, image cytometry, immunohistochemistry, multiplex, pancreatic cancer, tissue biomarker","10":"Tsujikawa T, Kumar S, Borkar RN, Azimi V, Thibault G, Chang YH, Balter A, Kawashima R, Choe G, Sauer D, El Rassi E, Clayburgh DR, Kulesz-Martin MF, Lutz ER, Zheng L, Jaffee EM, Leyshock P, Margolin AA, Mori M, Gray JW, Flint PW, Coussens LM","11":"[\"Quantitative Multiplex Immunofluorescence\"]","12":"[\"Malignant Neoplasm of Pancreas\", \"Head and Neck Carcinoma\"]","13":"[\"Pancreas\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"882"},{"1":"syn21645318","2":"","3":"Mol Cell Proteomics","4":"28331001","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28331001","6":"[PMID:28331001](https://www.ncbi.nlm.nih.gov/pubmed/?term=28331001)","7":"Quantitative Tyrosine Phosphoproteomics of Epidermal Growth Factor Receptor (EGFR) Tyrosine Kinase Inhibitor-treated Lung Adenocarcinoma Cells Reveals Potential Novel Biomarkers of Therapeutic Response","8":"2017","9":"","10":"Zhang X, Maity T, Kashyap MK, Bansal M, Venugopalan A, Singh S, Awasthi S, Marimuthu A, Charles Jacob HK, Belkina N, Pitts S, Cultraro CM, Gao S, Kirkali G, Biswas R, Chaerkady R, Califano A, Pandey A, Guha U","11":"[\"Mass Spectrometry\"]","12":"[\"Carcinoma in situ of Bronchus and Lung\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"883"},{"1":"syn21648983","2":"","3":"Cell Syst","4":"30077634","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30077634","6":"[PMID:30077634](https://www.ncbi.nlm.nih.gov/pubmed/?term=30077634)","7":"Quantitative Yeast Genetic Interaction Profiling of Bacterial Effector Proteins Uncovers a Role for the Human Retromer in Salmonella Infection","8":"2018","9":"E-MAP, Salmonella enterica serovar Typhimurium, bacterial effector protein, genetic interaction profile, host-pathogen interaction, intracellular bacteria, retromer complex","10":"Patrick KL, Wojcechowskyj JA, Bell SL, Riba MN, Jing T, Talmage S, Xu P, Cabello AL, Xu J, Shales M, Jimenez-Morales D, Ficht TA, de Figueiredo P, Samuel JE, Li P, Krogan NJ, Watson RO","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn10140998\"]","19":"[\"CA209891\"]","20":"[\"The Cancer Cell Map Initiative\"]","21":"","22":"","_rn_":"884"},{"1":"syn21649039","2":"","3":"PLoS Biol","4":"30346945","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30346945","6":"[PMID:30346945](https://www.ncbi.nlm.nih.gov/pubmed/?term=30346945)","7":"Quantitative assessment of cell population diversity in single-cell landscapes","8":"2018","9":"","10":"Liu Q, Herring CA, Sheng Q, Ping J, Simmons AJ, Chen B, Banerjee A, Li W, Gu G, Coffey RJ, Shyr Y, Lau KS","11":"[\"Single Cell RNA-Sequencing\"]","12":"[]","13":"[\"Colon\"]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"syn21809454","22":"PRJNA482649","_rn_":"885"},{"1":"syn21648955","2":"","3":"Nat Commun","4":"29662057","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29662057","6":"[PMID:29662057](https://www.ncbi.nlm.nih.gov/pubmed/?term=29662057)","7":"Quantitative assessment of protein activity in orphan tissues and single cells using the metaVIPER algorithm","8":"2018","9":"","10":"Ding H, Douglass EF Jr, Sonabend AM, Mela A, Bose S, Gonzalez C, Canoll PD, Sims PA, Alvarez MJ, Califano A","11":"[\"Mathematical Modeling\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn11678365","22":"Glioblastoma Data","_rn_":"886"},{"1":"syn21681318","2":"","3":"Technology (Singap World Sci)","4":"26835505","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26835505","6":"[PMID:26835505](https://www.ncbi.nlm.nih.gov/pubmed/?term=26835505)","7":"Quantitative assessments of glycolysis from single cells","8":"2015","9":"","10":"Shin YS, Kim J, Johnson D, Dooraghi AA, Mai WX, Ta L, Chatziioannou AF, Phelps ME, Nathanson DA, Heath JR","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630077, syn21630080","15":"[\"Drug Resistance/Sensitivity\", \"Tumor-Immune\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083754\"]","19":"[\"CA217655\"]","20":"[\"Steady States and Cellular Transitions Associated with Carcinogenesis and Tumor Progression\"]","21":"","22":"","_rn_":"887"},{"1":"syn21645605","2":"","3":"Bioinformatics","4":"25617416","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25617416","6":"[PMID:25617416](https://www.ncbi.nlm.nih.gov/pubmed/?term=25617416)","7":"Quantitative visualization of alternative exon expression from RNA-seq data","8":"2015","9":"","10":"Katz Y, Wang ET, Silterra J, Schwartz S, Wong B, Thorvaldsd'ottir H, Robinson JT, Mesirov JP, Airoldi EM, Burge CB","11":"[\"Computational Tool\"]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775689\"]","19":"[\"CA184897\"]","20":"[\"Dynamics of Gene and Isoform Regulation during EMT and tumor progression\"]","21":"","22":"","_rn_":"888"},{"1":"syn21645585","2":"","3":"Sci Rep","4":"29184166","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29184166","6":"[PMID:29184166](https://www.ncbi.nlm.nih.gov/pubmed/?term=29184166)","7":"Quantitative, in situ analysis of mRNAs and proteins with subcellular resolution","8":"2017","9":"","10":"Kwon S, Chin K, Nederlof M, Gray JW","11":"[\"FISH\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630075","15":"[\"Evolution\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775704\"]","19":"[\"CA195469\"]","20":"[\"Intratumor heterogeneity underlying treatment resistance in HER2+ breast tumors\"]","21":"","22":"","_rn_":"889"},{"1":"syn21681573","2":"","3":"Cell Syst","4":"30797774","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30797774","6":"[PMID:30797774](https://www.ncbi.nlm.nih.gov/pubmed/?term=30797774)","7":"ROS and Oxidative Stress Are Elevated in Mitosis during Asynchronous Cell Cycle Progression and Are Exacerbated by Mitotic Arrest","8":"2019","9":"8-oxoguanine, ROS, antimitotic cancer therapy, cell cycle, docetaxel, mitosis, mitotic arrest, oxidative DNA damage, protein cysteine oxidation, reactive oxygen species","10":"Patterson JC, Joughin BA, van de Kooij B, Lim DC, Lauffenburger DA, Yaffe MB","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"890"},{"1":"syn21681856","2":"","3":"Nucleic Acids Res","4":"31350889","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31350889","6":"[PMID:31350889](https://www.ncbi.nlm.nih.gov/pubmed/?term=31350889)","7":"Rad5 dysregulation drives hyperactive recombination at replication forks resulting in cisplatin sensitivity and genome instability","8":"2019","9":"","10":"Bryant EE, Sunjevari'c I, Berchowitz L, Rothstein R, Reid RJD","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"891"},{"1":"syn21649164","2":"","3":"Semin Radiat Oncol","4":"30309642","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30309642","6":"[PMID:30309642](https://www.ncbi.nlm.nih.gov/pubmed/?term=30309642)","7":"Radiation-Induced Liver Disease and Modern Radiotherapy","8":"2018","9":"","10":"Koay EJ, Owen D, Das P","11":"[]","12":"[\"Liver and Intrahepatic Bile Duct Carcinoma\"]","13":"[\"Liver\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"892"},{"1":"syn21649007","2":"","3":"Neuro Oncol","4":"27502248","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27502248","6":"[PMID:27502248](https://www.ncbi.nlm.nih.gov/pubmed/?term=27502248)","7":"Radiogenomics to characterize regional genetic heterogeneity in glioblastoma","8":"2017","9":"genetic, glioblastoma, heterogeneity, radiogenomics, texture","10":"Hu LS, Ning S, Eschbacher JM, Baxter LC, Gaw N, Ranjbar S, Plasencia J, Dueck AC, Peng S, Smith KA, Nakaji P, Karis JP, Quarles CC, Wu T, Loftus JC, Jenkins RB, Sicotte H, Kollmeyer TM, O'Neill BP, Elmquist W, Hoxworth JM, Frakes D, Sarkaria J, Swanson KR, Tran NL, Li J, Mitchell JR","11":"[\"Imaging\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084088\"]","19":"[\"CA220378\"]","20":"[\"Quantifying Multiscale Competitive Landscapes of Clonal Diversity in Glioblastoma\"]","21":"","22":"","_rn_":"893"},{"1":"syn21649022","2":"","3":"Anesthesiology","4":"27466032","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27466032","6":"[PMID:27466032](https://www.ncbi.nlm.nih.gov/pubmed/?term=27466032)","7":"Raman Spectroscopy Differentiates Each Tissue from the Skin to the Spinal Cord: A Novel Method for Epidural Needle Placement?","8":"2016","9":"","10":"Anderson TA, Kang JW, Gubin T, Dasari RR, So PT","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"894"},{"1":"syn21681593","2":"","3":"Cancer Res","4":"30862718","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30862718","6":"[PMID:30862718](https://www.ncbi.nlm.nih.gov/pubmed/?term=30862718)","7":"Randomly Distributed K14+ Breast Tumor Cells Polarize to the Leading Edge and Guide Collective Migration in Response to Chemical and Mechanical Environmental Cues","8":"2019","9":"","10":"Hwang PY, Brenot A, King AC, Longmore GD, George SC","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"895"},{"1":"syn21681831","2":"","3":"NPJ Precis Oncol","4":"31286061","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31286061","6":"[PMID:31286061](https://www.ncbi.nlm.nih.gov/pubmed/?term=31286061)","7":"Rapid MALDI mass spectrometry imaging for surgical pathology","8":"2019","9":"Metabolomics, Molecular imaging, Molecular medicine, Surgical oncology","10":"Basu SS, Regan MS, Randall EC, Abdelmoula WM, Clark AR, Gimenez-Cassina Lopez B, Cornett DS, Haase A, Santagata S, Agar NYR","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078, syn21630081","15":"[\"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349764\"]","19":"[\"CA210180\"]","20":"[\"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"896"},{"1":"syn21648897","2":"","3":"Cell Syst","4":"29454938","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29454938","6":"[PMID:29454938](https://www.ncbi.nlm.nih.gov/pubmed/?term=29454938)","7":"Rare Cell Detection by Single-Cell RNA Sequencing as Guided by Single-Molecule RNA FISH","8":"2018","9":"single molecule RNA FISH, single-cell RNA sequencing, single-cell analysis","10":"Torre E, Dueck H, Shaffer S, Gospocic J, Gupte R, Bonasio R, Kim J, Murray J, Raj A","11":"[\"Whole Transcriptome Sequencing\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"syn21791720","22":"PRJNA388108","_rn_":"897"},{"1":"syn21649208","2":"10.1038/nature22794","3":"Nature","4":"28607484","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28607484","6":"[PMID:28607484](https://www.ncbi.nlm.nih.gov/pubmed/?term=28607484)","7":"Rare cell variability and drug-induced reprogramming as a mode of cancer drug resistance","8":"2017","9":"","10":"Shaffer SM, Dunagin MC, Torborg SR, Torre EA, Emert B, Krepler C, Beqiri M, Sproesser K, Brafford PA, Xiao M, Eggan E, Anastopoulos IN, Vargas-Garcia CA, Singh A, Nathanson KL, Herlyn M, Raj A","11":"[\"FISH\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"syn21889751, syn21889818","22":"GSE97682, SRP103828","_rn_":"898"},{"1":"syn21648944","2":"","3":"Semin Cancer Biol","4":"29621614","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29621614","6":"[PMID:29621614](https://www.ncbi.nlm.nih.gov/pubmed/?term=29621614)","7":"Ras and Rap1: A tale of two GTPases","8":"2019","9":"Cell-adhesion, EMT, ERK/MAPK, FTI, Integrins, Metabolism, Rap1, Rap1Gap, Ras","10":"Shah S, Brock EJ, Ji K, Mattingly RR","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"899"},{"1":"syn21681428","2":"","3":"Cell Adh Migr","4":"30261154","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30261154","6":"[PMID:30261154](https://www.ncbi.nlm.nih.gov/pubmed/?term=30261154)","7":"Recapitulation of molecular regulators of nuclear motion during cell migration","8":"2019","9":"Cell migration, Cytoskeleton, LINC complex, Nuclear mechanics","10":"Sneider A, Hah J, Wirtz D, Kim DH","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"900"},{"1":"syn21681705","2":"","3":"Biophys J","4":"31029377","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31029377","6":"[PMID:31029377](https://www.ncbi.nlm.nih.gov/pubmed/?term=31029377)","7":"Receptor-Ligand Rebinding Kinetics in Confinement","8":"2019","9":"","10":"Erbas A, Olvera de la Cruz M, Marko JF","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"901"},{"1":"syn21682018","2":"","3":"Elife","4":"31961323","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31961323","6":"[PMID:31961323](https://www.ncbi.nlm.nih.gov/pubmed/?term=31961323)","7":"Receptor-based mechanism of relative sensing and cell memory in mammalian signaling networks","8":"2020","9":"computational biology, human, physics of living systems, systems biology","10":"Lyashenko E, Niepel M, Dixit PD, Lim SK, Sorger PK, Vitkup D","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"902"},{"1":"syn21649082","2":"","3":"Mol Biol Cell","4":"28954860","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28954860","6":"[PMID:28954860](https://www.ncbi.nlm.nih.gov/pubmed/?term=28954860)","7":"Receptor-mediated cell mechanosensing","8":"2017","9":"","10":"Chen Y, Ju L, Rushdi M, Ge C, Zhu C","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078","15":"[\"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083914\"]","19":"[\"CA214354\"]","20":"[\"Mechanisms of Impaired T-Cell Mechanosensing of Melanoma Antiagents\"]","21":"","22":"","_rn_":"903"},{"1":"syn21681394","2":"","3":"Cell","4":"29961576","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29961576","6":"[PMID:29961576](https://www.ncbi.nlm.nih.gov/pubmed/?term=29961576)","7":"Recovering Gene Interactions from Single-Cell Data Using Data Diffusion","8":"2018","9":"EMT, imputation, manifold learning, regulatory networks, single-cell RNA sequencing","10":"van Dijk D, Sharma R, Nainys J, Yim K, Kathail P, Carr AJ, Burdziak C, Moon KR, Chaffer CL, Pattabiraman D, Bierie B, Mazutis L, Wolf G, Krishnaswamy S, Pe'er D","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630078, syn21630076, syn21630079","15":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315805\"]","19":"[\"CA209975\"]","20":"[\"CSBC Research Center for Cancer Systems Immunology at MSKCC\"]","21":"syn21797667","22":"PRJNA471293","_rn_":"904"},{"1":"syn21648876","2":"","3":"Leukemia","4":"28924243","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28924243","6":"[PMID:28924243](https://www.ncbi.nlm.nih.gov/pubmed/?term=28924243)","7":"Refined karyotype-based prognostic stratification of chronic lymphocytic leukemia with a low- and very-low-risk genetic profile","8":"2018","9":"","10":"Giudice ID, Rigolin GM, Raponi S, Cafforio L, Ilari C, Wang J, Bordyuh M, Piciocchi A, Marinelli M, Nanni M, Tavolaro S, Filetti M, Bardi A, Tammiso E, Volta E, Negrini M, Saccenti E, Mauro FR, Rossi D, Gaidano G, Guarini A, Rabadan R, Cuneo A, Fo`a R","11":"[]","12":"[\"Leukemia\", \"Unspecified\"]","13":"[\"Blood\"]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"905"},{"1":"syn21681594","2":"","3":"Sci Rep","4":"30862944","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30862944","6":"[PMID:30862944](https://www.ncbi.nlm.nih.gov/pubmed/?term=30862944)","7":"Regulation of folate and methionine metabolism by multisite phosphorylation of human methylenetetrahydrofolate reductase","8":"2019","9":"","10":"Zheng Y, Ramsamooj S, Li Q, Johnson JL, Yaron TM, Sharra K, Cantley LC","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"906"},{"1":"syn21645400","2":"","3":"Innate Immun","4":"27670945","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27670945","6":"[PMID:27670945](https://www.ncbi.nlm.nih.gov/pubmed/?term=27670945)","7":"Regulation of the IL-10-driven macrophage phenotype under incoherent stimuli","8":"2016","9":"Interleukin-10 (IL-10), macrophage polarization, macrophages, tumor-associated macrophages (TAM)","10":"Chuang Y, Hung ME, Cangelose BK, Leonard JN","11":"[\"Real Time PCR\", \"Western Blotting\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"907"},{"1":"syn21645339","2":"","3":"Immunity","4":"27851913","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27851913","6":"[PMID:27851913](https://www.ncbi.nlm.nih.gov/pubmed/?term=27851913)","7":"Regulatory T Cells Exhibit Distinct Features in Human Breast Cancer","8":"2016","9":"","10":"Plitas G, Konopacki C, Wu K, Bos PD, Morrow M, Putintseva EV, Chudakov DM, Rudensky AY","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630077, syn21630078, syn21630076, syn21630079","15":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315805\"]","19":"[\"CA209975\"]","20":"[\"CSBC Research Center for Cancer Systems Immunology at MSKCC\"]","21":"syn21790813","22":"PRJNA350777","_rn_":"908"},{"1":"syn21648835","2":"","3":"Obesity (Silver Spring)","4":"28840653","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28840653","6":"[PMID:28840653](https://www.ncbi.nlm.nih.gov/pubmed/?term=28840653)","7":"Relationships Among Obesity, Type 2 Diabetes, and Plasma Cytokines in African American Women","8":"2017","9":"","10":"Denis GV, Sebastiani P, Andrieu G, Tran AH, Strissel KJ, Lombardi FL, Palmer JR","11":"[]","12":"[]","13":"[]","14":"","15":"[]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9775665\"]","19":"[\"CA182898\"]","20":"[\"CSBC U01 Project Boston University\"]","21":"","22":"","_rn_":"909"},{"1":"syn21649204","2":"","3":"Cancer Discov","4":"30279173","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30279173","6":"[PMID:30279173](https://www.ncbi.nlm.nih.gov/pubmed/?term=30279173)","7":"Remodeling of the Collagen Matrix in Aging Skin Promotes Melanoma Metastasis and Affects Immune Cell Motility","8":"2019","9":"","10":"Kaur A, Ecker BL, Douglass SM, Kugel CH 3rd, Webster MR, Almeida FV, Somasundaram R, Hayden J, Ban E, Ahmadzadeh H, Franco-Barraza J, Shah N, Mellis IA, Keeney F, Kossenkov A, Tang HY, Yin X, Liu Q, Xu X, Fane M, Brafford P, Herlyn M, Speicher DW, Wargo JA, Tetzlaff MT, Haydu LE, Raj A, Shenoy V, Cukierman E, Weeraratna AT","11":"[\"Mass Spectrometry\", \"3D Cell Culture\", \"Microscopy\"]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630076, syn21630075","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084095\"]","19":"[\"CA227550\"]","20":"[\"A plasticity and reprogramming paradigm for therapy resistance at the single cell level\"]","21":"","22":"","_rn_":"910"},{"1":"syn21645249","2":"","3":"Int J Mol Sci","4":"28809778","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28809778","6":"[PMID:28809778](https://www.ncbi.nlm.nih.gov/pubmed/?term=28809778)","7":"Reprimo, a Potential p53-Dependent Tumor Suppressor Gene, Is Frequently Hypermethylated in Estrogen Receptor α-Positive Breast Cancer","8":"2017","9":"DNA methylation, Reprimo, breast cancer, estrogen, estrogen receptor α","10":"Buchegger K, Riquelme I, Viscarra T, Ili C, Brebi P, Huang TH, Roa JC","11":"[\"Methyl Binding Domain Sequencing\"]","12":"[\"Intraductal carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"911"},{"1":"syn21681902","2":"","3":"Genome Biol","4":"31506093","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31506093","6":"[PMID:31506093](https://www.ncbi.nlm.nih.gov/pubmed/?term=31506093)","7":"Reproducible biomedical benchmarking in the cloud: lessons from crowd-sourced data challenges","8":"2019","9":"","10":"Ellrott K, Buchanan A, Creason A, Mason M, Schaffter T, Hoff B, Eddy J, Chilton JM, Yu T, Stuart JM, Saez-Rodriguez J, Stolovitzky G, Boutros PC, Guinney J","11":"[]","12":"[]","13":"[]","14":"syn21630074","15":"[\"Computational Resource\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7080714\"]","19":"[\"CA209923\"]","20":"[\"CSBC PS-ON Knowledge Portal\"]","21":"","22":"","_rn_":"912"},{"1":"syn21645575","2":"","3":"Nat Methods","4":"26999002","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26999002","6":"[PMID:26999002](https://www.ncbi.nlm.nih.gov/pubmed/?term=26999002)","7":"Reprogramming eukaryotic translation with ligand-responsive synthetic RNA switches","8":"2016","9":"","10":"Anzalone AV, Lin AJ, Zairis S, Rabadan R, Cornish VW","11":"[\"In Vitro Selection\"]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"913"},{"1":"syn21681669","2":"","3":"Sci Transl Med","4":"30996079","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30996079","6":"[PMID:30996079](https://www.ncbi.nlm.nih.gov/pubmed/?term=30996079)","7":"Resistance to neoadjuvant chemotherapy in triple-negative breast cancer mediated by a reversible drug-tolerant state","8":"2019","9":"","10":"Echeverria GV, Ge Z, Seth S, Zhang X, Jeter-Jones S, Zhou X, Cai S, Tu Y, McCoy A, Peoples M, Sun Y, Qiu H, Chang Q, Bristow C, Carugo A, Shao J, Ma X, Harris A, Mundi P, Lau R, Ramamoorthy V, Wu Y, Alvarez MJ, Califano A, Moulder SL, Symmans WF, Marszalek JR, Heffernan TP, Chang JT, Piwnica-Worms H","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"914"},{"1":"syn21645501","2":"","3":"Soft Matter","4":"26760315","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26760315","6":"[PMID:26760315](https://www.ncbi.nlm.nih.gov/pubmed/?term=26760315)","7":"Response of biopolymer networks governed by the physical properties of cross-linking molecules","8":"2016","9":"","10":"Wei X, Zhu Q, Qian J, Lin Y, Shenoy VB","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"915"},{"1":"syn21681498","2":"","3":"Leuk Lymphoma","4":"30570341","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30570341","6":"[PMID:30570341](https://www.ncbi.nlm.nih.gov/pubmed/?term=30570341)","7":"Retinoic acid and 6-formylindolo(3,2-b)carbazole (FICZ) combination therapy reveals putative targets for enhancing response in non-APL AML","8":"2019","9":"FICZ, HL-60, Retinoic acid, differentiation, neutrophil","10":"Bunaciu RP, MacDonald RJ, Jensen HA, Gao F, Wang X, Johnson L, Varner JD, Yen A","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"916"},{"1":"syn21681734","2":"","3":"Mol Biol Evol","4":"31070747","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31070747","6":"[PMID:31070747](https://www.ncbi.nlm.nih.gov/pubmed/?term=31070747)","7":"Return to the Sea, Get Huge, Beat Cancer: An Analysis of Cetacean Genomes Including an Assembly for the Humpback Whale (Megaptera novaeangliae)","8":"2019","9":"cancer, cetaceans, evolution, genome, humpback whale","10":"Tollis M, Robbins J, Webb AE, Kuderna LFK, Caulin AF, Garcia JD, B`erub`e M, Pourmand N, Marques-Bonet T, O'Connell MJ, Palsboll PJ, Maley CC","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"917"},{"1":"syn21645599","2":"","3":"Nat Methods","4":"27479327","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27479327","6":"[PMID:27479327](https://www.ncbi.nlm.nih.gov/pubmed/?term=27479327)","7":"Revealing disease-associated pathways by network integration of untargeted metabolomics","8":"2016","9":"","10":"Pirhaji L, Milani P, Leidl M, Curran T, Avila-Pacheco J, Clish CB, White FM, Saghatelian A, Fraenkel E","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"syn21889770","22":"phs001231.v2.p1","_rn_":"918"},{"1":"syn21681418","2":"","3":"J Am Chem Soc","4":"30196699","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30196699","6":"[PMID:30196699](https://www.ncbi.nlm.nih.gov/pubmed/?term=30196699)","7":"Reversible Control of Protein Localization in Living Cells Using a Photocaged-Photocleavable Chemical Dimerizer","8":"2018","9":"","10":"Aonbangkhen C, Zhang H, Wu DZ, Lampson MA, Chenoweth DM","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"919"},{"1":"syn21645412","2":"","3":"J Biomed Opt","4":"28290596","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28290596","6":"[PMID:28290596](https://www.ncbi.nlm.nih.gov/pubmed/?term=28290596)","7":"Review of interferometric spectroscopy of scattered light for the quantification of subdiffractional structure of biomaterials","8":"2017","9":"","10":"Cherkezyan L, Zhang D, Subramanian H, Capoglu I, Taflove A, Backman V","11":"[\"Partial Wave Spectroscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"920"},{"1":"syn21648874","2":"","3":"Genes (Basel)","4":"29385717","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29385717","6":"[PMID:29385717](https://www.ncbi.nlm.nih.gov/pubmed/?term=29385717)","7":"RhoB: Team Oncogene or Team Tumor Suppressor?","8":"2018","9":"Rho GTPases, RhoB, cancer progression, oncogene, oncojanus genes, tumor suppressor genes","10":"Ju JA, Gilkes DM","11":"[]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"921"},{"1":"syn21681545","2":"","3":"Cytometry A","4":"30714674","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30714674","6":"[PMID:30714674](https://www.ncbi.nlm.nih.gov/pubmed/?term=30714674)","7":"Robust Cell Detection and Segmentation for Image Cytometry Reveal Th17 Cell Heterogeneity","8":"2019","9":"TH17 cell phenotypes, cell segmentation, tumor immune microenvironment","10":"Tsujikawa T, Thibault G, Azimi V, Sivagnanam S, Banik G, Means C, Kawashima R, Clayburgh DR, Gray JW, Coussens LM, Chang YH","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"922"},{"1":"syn21681314","2":"","3":"Nat Methods","4":"25822800","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=25822800","6":"[PMID:25822800](https://www.ncbi.nlm.nih.gov/pubmed/?term=25822800)","7":"Robust enumeration of cell subsets from tissue expression profiles","8":"2015","9":"","10":"Newman AM, Liu CL, Green MR, Gentles AJ, Feng W, Xu Y, Hoang CD, Diehn M, Alizadeh AA","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"syn21889677","22":"GSE65136","_rn_":"923"},{"1":"syn21682007","2":"","3":"Sci Rep","4":"31873087","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31873087","6":"[PMID:31873087](https://www.ncbi.nlm.nih.gov/pubmed/?term=31873087)","7":"Robust latent-variable interpretation of in vivo regression models by nested resampling","8":"2019","9":"","10":"Caulk AW, Janes KA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630081","15":"[\"Heterogeneity\", \"Evolution\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084062\"]","19":"[\"CA215794\"]","20":"[\"An Integrated Systems Approach for Incompletely Penetrant Onco-phenotypes\"]","21":"","22":"","_rn_":"924"},{"1":"syn21681797","2":"","3":"Fluids Barriers CNS","4":"31167667","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31167667","6":"[PMID:31167667](https://www.ncbi.nlm.nih.gov/pubmed/?term=31167667)","7":"Role of iPSC-derived pericytes on barrier function of iPSC-derived brain microvascular endothelial cells in 2D and 3D","8":"2019","9":"Blood–brain barrier, Brain microvascular endothelial cells, Induced pluripotent stem cells, Pericytes, Tissue engineering, Transendothelial electrical resistance","10":"Jamieson JJ, Linville RM, Ding YY, Gerecht S, Searson PC","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079, syn21630080","15":"[\"Microenvironment\", \"Metastasis\", \"Metabolism\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349766\"]","19":"[\"CA210173\"]","20":"[\"Johns Hopkins Physical Sciences Oncology Center (PS-OC)\"]","21":"","22":"","_rn_":"925"},{"1":"syn21645426","2":"","3":"Sci Rep","4":"26843321","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26843321","6":"[PMID:26843321](https://www.ncbi.nlm.nih.gov/pubmed/?term=26843321)","7":"Role of transcription factor-mediated nucleosome disassembly in PHO5 gene expression","8":"2016","9":"","10":"Kharerin H, Bhat PJ, Marko JF, Padinhateeri R","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"926"},{"1":"syn21648991","2":"","3":"Nat Methods","4":"29941873","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29941873","6":"[PMID:29941873](https://www.ncbi.nlm.nih.gov/pubmed/?term=29941873)","7":"SAVER: gene expression recovery for single-cell RNA sequencing","8":"2018","9":"","10":"Huang M, Wang J, Torre E, Dueck H, Shaffer S, Bonasio R, Murray JI, Raj A, Li M, Zhang NR","11":"[\"FISH\", \"Whole Transcriptome Sequencing\"]","12":"[\"Melanoma\"]","13":"[\"Skin\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"927"},{"1":"syn21681501","2":"","3":"Genome Biol","4":"30583733","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30583733","6":"[PMID:30583733](https://www.ncbi.nlm.nih.gov/pubmed/?term=30583733)","7":"SCOPE-Seq: a scalable technology for linking live cell imaging and single-cell RNA sequencing","8":"2018","9":"Live cell imaging, Microfluidics, Single-cell RNA-Seq","10":"Yuan J, Sheng J, Sims PA","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn21811287","22":"PRJNA476792","_rn_":"928"},{"1":"syn21649122","2":"","3":"Proc SPIE Int Soc Opt Eng","4":"30283195","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30283195","6":"[PMID:30283195](https://www.ncbi.nlm.nih.gov/pubmed/?term=30283195)","7":"SHIFT: speedy histopathological-to-immunofluorescent translation of whole slide images using conditional generative adversarial networks","8":"2018","9":"conditional generative adversarial network, deep learning, image translation, digital pathology","10":"Burlingame EA, Margolin AA, Gray JW, Chang YH","11":"[]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630076, syn21630075, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773345\"]","19":"[\"CA209988\"]","20":"[\"Measuring, Modeling and Controlling Heterogeneity (M2CH)\"]","21":"","22":"","_rn_":"929"},{"1":"syn21648886","2":"","3":"Bioinformatics","4":"28334409","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28334409","6":"[PMID:28334409](https://www.ncbi.nlm.nih.gov/pubmed/?term=28334409)","7":"SIApopr: a computational method to simulate evolutionary branching trees for analysis of tumor clonal evolution","8":"2017","9":"","10":"McDonald TO, Michor F","11":"[\"Computational Tool\", \"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349757\"]","19":"[\"CA193461\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\"]","21":"","22":"","_rn_":"930"},{"1":"syn21645486","2":"","3":"Curr Biol","4":"28669759","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28669759","6":"[PMID:28669759](https://www.ncbi.nlm.nih.gov/pubmed/?term=28669759)","7":"SIRPA-Inhibited, Marrow-Derived Macrophages Engorge, Accumulate, and Differentiate in Antibody-Targeted Regression of Solid Tumors","8":"2017","9":"immunotherapy, lamins, mechanobiology, motility, phagocytosis","10":"Alvey CM, Spinler KR, Irianto J, Pfeifer CR, Hayes B, Xia Y, Cho S, Dingal PCPD, Hsu J, Smith L, Tewari M, Discher DE","11":"[\"Unspecified\", \"Phagocytosis Assay\"]","12":"[]","13":"[\"Bone Marrow\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"931"},{"1":"syn21681446","2":"","3":"Bioinformatics","4":"30388204","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30388204","6":"[PMID:30388204](https://www.ncbi.nlm.nih.gov/pubmed/?term=30388204)","7":"SJARACNe: a scalable software tool for gene network reverse engineering from big data","8":"2019","9":"","10":"Khatamian A, Paull EO, Califano A, Yu J","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630076","15":"[\"Heterogeneity\", \"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315802\"]","19":"[\"CA209997\"]","20":"[\"Center for Cancer Systems Therapeutics (CaST)\"]","21":"","22":"","_rn_":"932"},{"1":"syn21648890","2":"","3":"Clin Cancer Res","4":"29602802","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29602802","6":"[PMID:29602802](https://www.ncbi.nlm.nih.gov/pubmed/?term=29602802)","7":"SMAD4 Gene Mutation Renders Pancreatic Cancer Resistance to Radiotherapy through Promotion of Autophagy","8":"2018","9":"","10":"Wang F, Xia X, Yang C, Shen J, Mai J, Kim HC, Kirui D, Kang Y, Fleming JB, Koay EJ, Mitra S, Ferrari M, Shen H","11":"[\"Flow Cytometry\", \"shRNA\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"933"},{"1":"syn21681616","2":"","3":"Biochimie","4":"30935961","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30935961","6":"[PMID:30935961](https://www.ncbi.nlm.nih.gov/pubmed/?term=30935961)","7":"SOX11 hypermethylation as a tumor biomarker in endometrial cancer","8":"2019","9":"Biomarker, DNA methylation, Endometrial carcinoma, Epigenetics, SOX11","10":"Shan T, Uyar DS, Wang LS, Mutch DG, Huang TH, Rader JS, Sheng X, Huang YW","11":"[]","12":"[\"Endometrial Neoplasm\"]","13":"[\"Uterus\", \"Cervix Uteri\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"934"},{"1":"syn21645253","2":"","3":"BMC Genomics","4":"28938868","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28938868","6":"[PMID:28938868](https://www.ncbi.nlm.nih.gov/pubmed/?term=28938868)","7":"START: a system for flexible analysis of hundreds of genomic signal tracks in few lines of SQL-like queries","8":"2017","9":"Data analysis, Human genomics, Signal tracks","10":"Zhu X, Zhang Q, Ho ED, Yu KH, Liu C, Huang TH, Cheng AS, Kao B, Lo E, Yip KY","11":"[\"Methylation Profiling by Array\"]","12":"[\"Liver and Intrahepatic Bile Duct Carcinoma\"]","13":"[\"Liver\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"935"},{"1":"syn21645574","2":"","3":"Genome Biol","4":"26047807","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26047807","6":"[PMID:26047807](https://www.ncbi.nlm.nih.gov/pubmed/?term=26047807)","7":"Scalable microfluidics for single-cell RNA printing and sequencing","8":"2015","9":"","10":"Bose S, Wan Z, Carr A, Rizvi AH, Vieira G, Pe'er D, Sims PA","11":"[\"Single Cell Sequencing\"]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"syn21789818","22":"PRJNA276634","_rn_":"936"},{"1":"syn21649093","2":"","3":"Ann Am Thorac Soc","4":"29461895","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29461895","6":"[PMID:29461895](https://www.ncbi.nlm.nih.gov/pubmed/?term=29461895)","7":"Scaling Physiologic Function from Cell to Tissue in Asthma, Cancer, and Development","8":"2018","9":"collective, epithelium, jamming, migration","10":"Sharma Y, Atia L, Rhodes CS, DeCamp SJ, Mitchel J, Fredberg JJ","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075","15":"[\"Metastasis\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\"]","19":"[\"CA202123\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\"]","21":"","22":"","_rn_":"937"},{"1":"syn21648949","2":"","3":"Curr Genet","4":"29872908","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29872908","6":"[PMID:29872908](https://www.ncbi.nlm.nih.gov/pubmed/?term=29872908)","7":"Scarless genome editing: progress towards understanding genotype-phenotype relationships","8":"2018","9":"CRISPR, Genome editing, Genotype-Phenotype relationships","10":"Elison GL, Acar M","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"938"},{"1":"syn21645428","2":"","3":"Phys Rev E","4":"26871126","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=26871126","6":"[PMID:26871126](https://www.ncbi.nlm.nih.gov/pubmed/?term=26871126)","7":"Self-propulsion and interactions of catalytic particles in a chemically active medium","8":"2016","9":"","10":"Banigan EJ, Marko JF","11":"[\"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"939"},{"1":"syn21681325","2":"","3":"Anal Chem","4":"29039191","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29039191","6":"[PMID:29039191](https://www.ncbi.nlm.nih.gov/pubmed/?term=29039191)","7":"Separation of 300 and 100 nm Particles in Fabry-Perot Acoustofluidic Resonators","8":"2017","9":"","10":"Sehgal P, Kirby BJ","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"940"},{"1":"syn21681700","2":"","3":"Methods Mol Biol","4":"31028635","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31028635","6":"[PMID:31028635](https://www.ncbi.nlm.nih.gov/pubmed/?term=31028635)","7":"Seq-Well: A Sample-Efficient, Portable Picowell Platform for Massively Parallel Single-Cell RNA Sequencing","8":"2019","9":"Picowells, RNA-Seq, Seq-Well, Single-cell RNA sequencing, Single-cell genomics, Systems biology, Transcriptomics","10":"Aicher TP, Carroll S, Raddi G, Gierahn T, Wadsworth MH 2nd, Hughes TK, Love C, Shalek AK","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"941"},{"1":"syn21681507","2":"","3":"Sci Transl Med","4":"30602536","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30602536","6":"[PMID:30602536](https://www.ncbi.nlm.nih.gov/pubmed/?term=30602536)","7":"Sex differences in GBM revealed by analysis of patient imaging, transcriptome, and survival data","8":"2019","9":"","10":"Yang W, Warrington NM, Taylor SJ, Whitmire P, Carrasco E, Singleton KW, Wu N, Lathia JD, Berens ME, Kim AH, Barnholtz-Sloan JS, Swanson KR, Luo J, Rubin JB","11":"[]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077, syn21630075","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\", \"Heterogeneity\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\",\"syn7349764\"]","19":"[\"CA193489\",\"CA210180\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\", \"MIT Mayo Physical Sciences Center for Drug Distribution and Drug Efficacy in Brain Tumors\"]","21":"","22":"","_rn_":"942"},{"1":"syn21681628","2":"","3":"Pac Symp Biocomput","4":"30963076","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30963076","6":"[PMID:30963076](https://www.ncbi.nlm.nih.gov/pubmed/?term=30963076)","7":"Shallow Sparsely-Connected Autoencoders for Gene Set Projection","8":"2019","9":"autoencoder, gene set, single-cell RNA-Sequencing, variational autoencoder","10":"Gold MP, LeNail A, Fraenkel E","11":"[]","12":"[\"Breast Tumor\"]","13":"[\"Breast\"]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"943"},{"1":"syn21645266","2":"","3":"Nat Commun","4":"28530245","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28530245","6":"[PMID:28530245](https://www.ncbi.nlm.nih.gov/pubmed/?term=28530245)","7":"Shifting the optimal stiffness for cell migration","8":"2017","9":"","10":"Bangasser BL, Shamsan GA, Chan CE, Opoku KN, T\"uzel E, Schlichtmann BW, Kasim JA, Fuller BJ, McCullough BR, Rosenfeld SS, Odde DJ","11":"[\"Cell Migration Assay\", \"Imaging\", \"Microscopy\", \"Fluorescent Antibody Procedure\", \"Mathematical Modeling\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"syn9630031","22":"PRJNA377905","_rn_":"944"},{"1":"syn21682012","2":"","3":"Tomography","4":"31893233","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31893233","6":"[PMID:31893233](https://www.ncbi.nlm.nih.gov/pubmed/?term=31893233)","7":"Short-Term Environmental Conditioning Enhances Tumorigenic Potential of Triple-Negative Breast Cancer Cells","8":"2019","9":"Fluorescence, bioluminescence, breast cancer, signaling","10":"Eckley SS, Buschhaus JM, Humphries BA, Robison TH, Luker KE, Luker GD","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn17083789\"]","19":"[\"CA210152\"]","20":"[\"Environmental Regulation of Cancer Stem Cell Plasticity in Metastasis\"]","21":"","22":"","_rn_":"945"},{"1":"syn21681323","2":"","3":"Bull Math Biol","4":"28842831","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28842831","6":"[PMID:28842831](https://www.ncbi.nlm.nih.gov/pubmed/?term=28842831)","7":"Simulating PDGF-Driven Glioma Growth and Invasion in an Anatomically Accurate Brain Domain","8":"2018","9":"Brain tumor, Cancer, Glioma, Platelet-derived growth factor (PDGF), Reaction–diffusion","10":"Massey SC, Rockne RC, Hawkins-Daarud A, Gallaher J, Anderson ARA, Canoll P, Swanson KR","11":"[]","12":"[\"Brain Neoplasm\", \"Glioma\"]","13":"[\"Brain\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"946"},{"1":"syn21681602","2":"","3":"Biomed Opt Express","4":"30891361","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30891361","6":"[PMID:30891361](https://www.ncbi.nlm.nih.gov/pubmed/?term=30891361)","7":"Single etalon design for two-stage cross-axis VIPA spectroscopy","8":"2019","9":"","10":"Fiore A, Scarcelli G","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"947"},{"1":"syn21681739","2":"","3":"Cell Stem Cell","4":"31080134","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31080134","6":"[PMID:31080134](https://www.ncbi.nlm.nih.gov/pubmed/?term=31080134)","7":"Single-Cell Analysis of the Liver Epithelium Reveals Dynamic Heterogeneity and an Essential Role for YAP in Homeostasis and Regeneration","8":"2019","9":"YAP signaling, bile acids, biliary epithelial cells, cellular plasticity, cholangiocytes, hepatocytes, liver biology, liver progenitor cells, regeneration, single-cell RNA sequencing","10":"Pepe-Mooney BJ, Dill MT, Alemany A, Ordovas-Montanes J, Matsushita Y, Rao A, Sen A, Miyazaki M, Anakk S, Dawson PA, Ono N, Shalek AK, van Oudenaarden A, Camargo FD","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"syn21812727","22":"PRJNA517167","_rn_":"948"},{"1":"syn21649215","2":"","3":"Cell","4":"29961579","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29961579","6":"[PMID:29961579](https://www.ncbi.nlm.nih.gov/pubmed/?term=29961579)","7":"Single-Cell Map of Diverse Immune Phenotypes in the Breast Tumor Microenvironment","8":"2018","9":"Bayesian modeling, T cell activation, TCR utilization, breast cancer, single-cell RNA-seq, tumor microenvironment, tumor-infiltrating immune cells","10":"Azizi E, Carr AJ, Plitas G, Cornish AE, Konopacki C, Prabhakaran S, Nainys J, Wu K, Kiseliovas V, Setty M, Choi K, Fromme RM, Dao P, McKenney PT, Wasti RC, Kadaveru K, Mazutis L, Rudensky AY, Pe'er D","11":"[\"Single Cell Sequencing\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630077, syn21630078, syn21630076, syn21630079","15":"[\"Tumor-Immune\", \"Microenvironment\", \"Drug Resistance/Sensitivity\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315805\"]","19":"[\"CA209975\"]","20":"[\"CSBC Research Center for Cancer Systems Immunology at MSKCC\"]","21":"syn21889572, syn21889863","22":"GSE114727, SRP148594","_rn_":"949"},{"1":"syn21681460","2":"","3":"Methods Mol Biol","4":"30465206","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30465206","6":"[PMID:30465206](https://www.ncbi.nlm.nih.gov/pubmed/?term=30465206)","7":"Single-Cell Mass Cytometry of Archived Human Epithelial Tissue for Decoding Cancer Signaling Pathways","8":"2019","9":"Cryopreserved, CyTOF, Disaggregation, Dissociation, Epithelial cells, FFPE, Mass cytometry, Signaling, Single-cell","10":"Scurrah CR, Simmons AJ, Lau KS","11":"[]","12":"[]","13":"[]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"","22":"","_rn_":"950"},{"1":"syn21645255","2":"","3":"Cancer Res","4":"29233929","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29233929","6":"[PMID:29233929](https://www.ncbi.nlm.nih.gov/pubmed/?term=29233929)","7":"Single-Cell RNA-seq Reveals a Subpopulation of Prostate Cancer Cells with Enhanced Cell-Cycle-Related Transcription and Attenuated Androgen Response","8":"2018","9":"","10":"Horning AM, Wang Y, Lin CK, Louie AD, Jadhav RR, Hung CN, Wang CM, Lin CL, Kirma NB, Liss MA, Kumar AP, Sun L, Liu Z, Chao WT, Wang Q, Jin VX, Chen CL, Huang TH","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Prostate\"]","13":"[\"Prostate Gland\"]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21791317","22":"PRJNA389624","_rn_":"951"},{"1":"syn21681865","2":"","3":"Immunity","4":"31402260","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31402260","6":"[PMID:31402260](https://www.ncbi.nlm.nih.gov/pubmed/?term=31402260)","7":"Single-Cell Survey of Human Lymphatics Unveils Marked Endothelial Cell Heterogeneity and Mechanisms of Homing for Neutrophils","8":"2019","9":"cell adhesion, heterogeneity, human immunity, leukocyte trafficking, lymph nodes, lymphatic endothelial cells, lymphatic vessels, lymphatics, neutrophils, single-cell RNA-seq","10":"Takeda A, Hollm'en M, Dermadi D, Pan J, Brulois KF, Kaukonen R, L\"onnberg T, Bostr\"om P, Koskivuo I, Irjala H, Miyasaka M, Salmi M, Butcher EC, Jalkanen S","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"syn21813770","22":"PRJNA512202","_rn_":"952"},{"1":"syn21648891","2":"","3":"Trends Cancer","4":"29606308","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29606308","6":"[PMID:29606308](https://www.ncbi.nlm.nih.gov/pubmed/?term=29606308)","7":"Single-Cell Transcriptomic Analysis of Tumor Heterogeneity","8":"2018","9":"","10":"Levitin HM, Yuan J, Sims PA","11":"[\"Single Cell Sequencing\"]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"953"},{"1":"syn21681536","2":"","3":"Angew Chem Int Ed Engl","4":"30697890","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30697890","6":"[PMID:30697890](https://www.ncbi.nlm.nih.gov/pubmed/?term=30697890)","7":"Single-Molecule Force Measurement Guides the Design of Multivalent Ligands with Picomolar Affinity","8":"2019","9":"PET imaging, atomic force microscopy, ligand design, multivalency, tumor targeting","10":"Yang Z, Jiang S, Li F, Qiu Y, Gu J, Pettigrew RI, Ferrari M, Hamilton DJ, Li Z","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"954"},{"1":"syn21649106","2":"","3":"Methods Mol Biol","4":"29177739","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29177739","6":"[PMID:29177739](https://www.ncbi.nlm.nih.gov/pubmed/?term=29177739)","7":"Single-Molecule Magnetic Tweezer Analysis of Topoisomerases","8":"2018","9":"Bright-field microscopy, Flow cell, Functionalized DNA, Magnetic tweezers, Noncovalent antibody attachment, Single-molecule, Topoisomerases","10":"Gunn KH, Marko JF, Mondrag'on A","11":"[\"Magnetic Tweezers\", \"Microscopy\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"955"},{"1":"syn21681605","2":"","3":"Laser Photon Rev","4":"30899335","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30899335","6":"[PMID:30899335](https://www.ncbi.nlm.nih.gov/pubmed/?term=30899335)","7":"Single-Shot Optical Anisotropy Imaging with Quantitative Polarization Interference Microscopy","8":"2018","9":"instrumentation, interference microscopy, measurement and metrology, microscopy, polarimetric imaging","10":"Ge B, Zhou R, Takiguchi Y, Yaqoob Z, So PTC","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630079","15":"[\"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\"]","19":"[\"CA202177\"]","20":"[\"Quantitative analyses of tumor cell extravasation\"]","21":"","22":"","_rn_":"956"},{"1":"syn21681820","2":"","3":"Genomics Proteomics Bioinformatics","4":"31229590","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31229590","6":"[PMID:31229590](https://www.ncbi.nlm.nih.gov/pubmed/?term=31229590)","7":"Single-cell Analysis of CAR-T Cell Activation Reveals A Mixed TH1/TH2 Response Independent of Differentiation","8":"2019","9":"CAR-T, Single-cell proteomics, Single-cell transcriptomics, T cell activation","10":"Xhangolli I, Dura B, Lee G, Kim D, Xiao Y, Fan R","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075, syn21630079","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\", \"Metastasis\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349757\",\"syn7315810\"]","19":"[\"CA193461\",\"CA209992\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\", \"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"syn21889634, syn21889906","22":"GSE129007, SRP189782","_rn_":"957"},{"1":"syn21648880","2":"","3":"Oncotarget","4":"29541388","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29541388","6":"[PMID:29541388](https://www.ncbi.nlm.nih.gov/pubmed/?term=29541388)","7":"Single-cell RNA sequencing reveals gene expression signatures of breast cancer-associated endothelial cells","8":"2017","9":"breast cancer, endothelial cell, extracellular matrix, single-cell RNA sequencing","10":"Sun Z, Wang CY, Lawson DA, Kwek S, Velozo HG, Owyong M, Lai MD, Fong L, Wilson M, Su H, Werb Z, Cooke DL","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9774783\"]","19":"[\"CA199315\"]","20":"[\"Integrative approach to heterogeneity in breast cancer metastasis\"]","21":"","22":"","_rn_":"958"},{"1":"syn21645244","2":"","3":"Sci Transl Med","4":"28931656","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28931656","6":"[PMID:28931656](https://www.ncbi.nlm.nih.gov/pubmed/?term=28931656)","7":"Single-cell analyses to tailor treatments","8":"2017","9":"","10":"Shalek AK, Benson M","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630078","15":"[\"Drug Resistance/Sensitivity\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773338\"]","19":"[\"CA217377\"]","20":"[\"Quantitative and Functional Characterization of Therapeutic Resistance in Cancer\"]","21":"","22":"","_rn_":"959"},{"1":"syn21681999","2":"","3":"Sci Adv","4":"31840053","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31840053","6":"[PMID:31840053](https://www.ncbi.nlm.nih.gov/pubmed/?term=31840053)","7":"Single-cell connectomic analysis of adult mammalian lungs","8":"2019","9":"","10":"Raredon MSB, Adams TS, Suhail Y, Schupp JC, Poli S, Neumark N, Leiby KL, Greaney AM, Yuan Y, Horien C, Linderman G, Engler AJ, Boffa DJ, Kluger Y, Rosas IO, Levchenko A, Kaminski N, Niklason LE","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"syn21814484","22":"PRJNA552370","_rn_":"960"},{"1":"syn21681514","2":"","3":"Nat Commun","4":"30626865","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30626865","6":"[PMID:30626865](https://www.ncbi.nlm.nih.gov/pubmed/?term=30626865)","7":"Single-cell microRNA-mRNA co-sequencing reveals non-genetic heterogeneity and mechanisms of microRNA regulation","8":"2019","9":"","10":"Wang N, Zheng J, Chen Z, Liu Y, Dura B, Kwak M, Xavier-Ferrucio J, Lu YC, Zhang M, Roden C, Cheng J, Krause DS, Ding Y, Fan R, Lu J","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630075, syn21630079","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Heterogeneity\", \"Metastasis\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349757\",\"syn7315810\"]","19":"[\"CA193461\",\"CA209992\"]","20":"[\"Dana-Farber Cancer Institute Physical Sciences-Oncology Center\", \"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"syn21889564, syn21889857","22":"GSE114071, SRP144659","_rn_":"961"},{"1":"syn21645558","2":"","3":"Nat Biotechnol","4":"28459448","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28459448","6":"[PMID:28459448](https://www.ncbi.nlm.nih.gov/pubmed/?term=28459448)","7":"Single-cell topological RNA-seq analysis reveals insights into cellular differentiation and development","8":"2017","9":"","10":"Rizvi AH, Camara PG, Kandror EK, Roberts TJ, Schieren I, Maniatis T, Rabadan R","11":"[\"Whole Transcriptome Sequencing\"]","12":"[]","13":"[]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"syn12685522","22":"PRJNA374716","_rn_":"962"},{"1":"syn21648977","2":"","3":"Genome Med","4":"30041684","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30041684","6":"[PMID:30041684](https://www.ncbi.nlm.nih.gov/pubmed/?term=30041684)","7":"Single-cell transcriptome analysis of lineage diversity in high-grade glioma","8":"2018","9":"","10":"Yuan J, Levitin HM, Frattini V, Bush EC, Boyett DM, Samanamud J, Ceccarelli M, Dovas A, Zanazzi G, Canoll P, Bruce JN, Lasorella A, Iavarone A, Sims PA","11":"[\"Single Cell Sequencing\"]","12":"[\"Glioma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079, syn21630076","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\", \"Drug Resistance/Sensitivity\"]","16":"syn21630128, syn21630127","17":"[\"PS-ON\", \"CSBC\"]","18":"[\"syn7349759\",\"syn7315802\"]","19":"[\"CA193313\",\"CA209997\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\", \"Center for Cancer Systems Therapeutics (CaST)\"]","21":"syn11342978","22":"PRJNA400576","_rn_":"963"},{"1":"syn21649124","2":"","3":"Langmuir","4":"27203736","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27203736","6":"[PMID:27203736](https://www.ncbi.nlm.nih.gov/pubmed/?term=27203736)","7":"Site-Specific Modulation of Charge Controls the Structure and Stimulus Responsiveness of Intrinsically Disordered Peptide Brushes","8":"2016","9":"","10":"Bhagawati M, Rubashkin MG, Lee JP, Ananthanarayanan B, Weaver VM, Kumar S","11":"[\"Microscopy\", \"Small-Angle X-ray Scattering\", \"Surface Plasmon Resonance\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"964"},{"1":"syn21649159","2":"","3":"JCI Insight","4":"30385724","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30385724","6":"[PMID:30385724](https://www.ncbi.nlm.nih.gov/pubmed/?term=30385724)","7":"Sitravatinib potentiates immune checkpoint blockade in refractory cancer models","8":"2018","9":"Cancer immunotherapy, Drug therapy, Macrophages, Oncology, Therapeutics","10":"Du W, Huang H, Sorrelle N, Brekken RA","11":"[]","12":"[\"Lung Non-Small Cell Carcinoma\"]","13":"[\"Lung\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"965"},{"1":"syn21681937","2":"","3":"Small","4":"31565854","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31565854","6":"[PMID:31565854](https://www.ncbi.nlm.nih.gov/pubmed/?term=31565854)","7":"Size-Optimized Ultrasmall Porous Silica Nanoparticles Depict Vasculature-Based Differential Targeting in Triple Negative Breast Cancer","8":"2019","9":"mathematical modeling, pharmacokinetics, positron emission tomography, tumor microenvironment, ultrasmall porous silica","10":"Goel S, Ferreira CA, Dogra P, Yu B, Kutyreff CJ, Siamof CM, Engle JW, Barnhart TE, Cristini V, Wang Z, Cai W","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"966"},{"1":"syn21681529","2":"","3":"Cancer Res","4":"30674530","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30674530","6":"[PMID:30674530](https://www.ncbi.nlm.nih.gov/pubmed/?term=30674530)","7":"Sleeping Beauty Insertional Mutagenesis Reveals Important Genetic Drivers of Central Nervous System Embryonal Tumors","8":"2019","9":"","10":"Beckmann PJ, Larson JD, Larsson AT, Ostergaard JP, Wagner S, Rahrmann EP, Shamsan GA, Otto GM, Williams RL, Wang J, Lee C, Tschida BR, Das P, Dubuc AM, Moriarity BS, Picard D, Wu X, Rodriguez FJ, Rosemarie Q, Krebs RD, Molan AM, Demer AM, Frees MM, Rizzardi AE, Schmechel SC, Eberhart CG, Jenkins RB, Wechsler-Reya RJ, Odde DJ, Huang A, Taylor MD, Sarver AL, Largaespada DA","11":"[]","12":"[\"Cerebellar Neoplasm\", \"Medulloblastoma\"]","13":"[\"Brain\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"syn21811595","22":"PRJNA503264","_rn_":"967"},{"1":"syn21645260","2":"","3":"Sci Rep","4":"27966608","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27966608","6":"[PMID:27966608](https://www.ncbi.nlm.nih.gov/pubmed/?term=27966608)","7":"Slit-Robo GTPase-Activating Protein 2 as a metastasis suppressor in osteosarcoma","8":"2016","9":"","10":"Marko TA, Shamsan GA, Edwards EN, Hazelton PE, Rathe SK, Cornax I, Overn PR, Varshney J, Diessner BJ, Moriarity BS, O'Sullivan MG, Odde DJ, Largaespada DA","11":"[\"Immunohistochemistry Staining Method\", \"Polymerase Chain Reaction\", \"Real Time PCR\", \"Western Blotting\", \"Cell Migration Assay\"]","12":"[\"Osteosarcoma\"]","13":"[\"Bone\", \"NOS\"]","14":"syn21630078, syn21630079, syn21630077","15":"[\"Microenvironment\", \"Metastasis\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349745\"]","19":"[\"CA210190\"]","20":"[\"Center for Modeling Tumor Cell Migration Mechanics\"]","21":"","22":"","_rn_":"968"},{"1":"syn21681844","2":"","3":"J Clin Med","4":"31315252","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31315252","6":"[PMID:31315252](https://www.ncbi.nlm.nih.gov/pubmed/?term=31315252)","7":"Small Cell Lung Cancer Therapeutic Responses Through Fractal Measurements: From Radiology to Mitochondrial Biology","8":"2019","9":"fractal dimension, lacunarity, mitochondria, radiology, small cell lung cancer","10":"Mambetsariev I, Mirzapoiazova T, Lennon F, Jolly MK, Li H, Nasser MW, Vora L, Kulkarni P, Batra SK, Salgia R","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630075, syn21630081, syn21630079","15":"[\"Drug Resistance/Sensitivity\", \"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9771796\"]","19":"[\"CA209978\"]","20":"[\"Cancer Systems Biology Center of HoPE (Heterogeneity of Phenotypic Evolution)\"]","21":"","22":"","_rn_":"969"},{"1":"syn21645298","2":"","3":"Cancer Res","4":"29180468","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29180468","6":"[PMID:29180468](https://www.ncbi.nlm.nih.gov/pubmed/?term=29180468)","7":"Small-Molecule Inhibition of Axl Targets Tumor Immune Suppression and Enhances Chemotherapy in Pancreatic Cancer","8":"2018","9":"","10":"Ludwig KF, Du W, Sorrelle NB, Wnuk-Lipinska K, Topalovski M, Toombs JE, Cruz VH, Yabuuchi S, Rajeshkumar NV, Maitra A, Lorens JB, Brekken RA","11":"[\"Murine Model\"]","12":"[\"Malignant Neoplasm of Pancreas\"]","13":"[\"Pancreas\"]","14":"syn21630075, syn21630077, syn21630078","15":"[\"Heterogeneity\", \"Tumor-Immune\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349762\"]","19":"[\"CA210181\"]","20":"[\"The Center for Immunotherapeutic Transport Oncophysics\"]","21":"","22":"","_rn_":"970"},{"1":"syn21645529","2":"","3":"Cell","4":"27315485","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27315485","6":"[PMID:27315485](https://www.ncbi.nlm.nih.gov/pubmed/?term=27315485)","7":"SnapShot: Mechanosensing Matrix","8":"2016","9":"","10":"Irianto J, Pfeifer CR, Xia Y, Discher DE","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"971"},{"1":"syn21648995","2":"","3":"Oncogene","4":"30072739","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30072739","6":"[PMID:30072739](https://www.ncbi.nlm.nih.gov/pubmed/?term=30072739)","7":"Sno-derived RNAs are prevalent molecular markers of cancer immunity","8":"2018","9":"","10":"Chow RD, Chen S","11":"[\"Whole Transcriptome Sequencing\"]","12":"[\"Pan-cancer\"]","13":"[\"Unspecified\"]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"972"},{"1":"syn21681961","2":"","3":"Front Ecol Evol","4":"31667165","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31667165","6":"[PMID:31667165](https://www.ncbi.nlm.nih.gov/pubmed/?term=31667165)","7":"Social feeding behavior of Trichoplax adhaerens","8":"2019","9":"","10":"Fortunato A, Aktipis A","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"973"},{"1":"syn21681474","2":"","3":"ACS Nano","4":"30500159","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30500159","6":"[PMID:30500159](https://www.ncbi.nlm.nih.gov/pubmed/?term=30500159)","7":"Soft Hyaluronic Gels Promote Cell Spreading, Stress Fibers, Focal Adhesion, and Membrane Tension by Phosphoinositide Signaling, Not Traction Force","8":"2019","9":"HCC, PIP2, PIP3, TFM, hyaluronic acid, membrane tension","10":"Mandal K, Raz-Ben Aroush D, Graber ZT, Wu B, Park CY, Fredberg JJ, Guo W, Baumgart T, Janmey PA","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630075, syn21630078, syn21630081","15":"[\"Metastasis\", \"Heterogeneity\", \"Microenvironment\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416702\",\"syn7349747\"]","19":"[\"CA202123\",\"CA193417\"]","20":"[\"Epithelial layer jamming in breast cancer cell migration\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"974"},{"1":"syn21648993","2":"","3":"Biomacromolecules","4":"28858529","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28858529","6":"[PMID:28858529](https://www.ncbi.nlm.nih.gov/pubmed/?term=28858529)","7":"Soft Substrates Containing Hyaluronan Mimic the Effects of Increased Stiffness on Morphology, Motility, and Proliferation of Glioma Cells","8":"2017","9":"","10":"Pogoda K, Bucki R, Byfield FJ, Cruz K, Lee T, Marcinkiewicz C, Janmey PA","11":"[\"Fluorescent Antibody Procedure\"]","12":"[]","13":"[\"Brain\"]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"975"},{"1":"syn21681424","2":"","3":"J Pathol","4":"30246391","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30246391","6":"[PMID:30246391](https://www.ncbi.nlm.nih.gov/pubmed/?term=30246391)","7":"Somatic cell evolution: how to improve with age","8":"2019","9":"MELAS, aging, mitochondria, mutation","10":"Shibata D","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"976"},{"1":"syn21681828","2":"","3":"Nature","4":"31270458","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31270458","6":"[PMID:31270458](https://www.ncbi.nlm.nih.gov/pubmed/?term=31270458)","7":"Somatic mutations and cell identity linked by Genotyping of Transcriptomes","8":"2019","9":"","10":"Nam AS, Kim KT, Chaligne R, Izzo F, Ang C, Taylor J, Myers RM, Abu-Zeinah G, Brand R, Omans ND, Alonso A, Sheridan C, Mariani M, Dai X, Harrington E, Pastore A, Cubillos-Ruiz JR, Tam W, Hoffman R, Rabadan R, Scandura JM, Abdel-Wahab O, Smibert P, Landau DA","11":"[]","12":"[\"Primary Myelofibrosis\"]","13":"[\"Hematopoietic system\", \"Lymphatic system\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"syn21889593, syn21889873","22":"GSE117826, SRP155570","_rn_":"977"},{"1":"syn21645256","2":"","3":"Genome Biol","4":"28859663","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28859663","6":"[PMID:28859663](https://www.ncbi.nlm.nih.gov/pubmed/?term=28859663)","7":"Sparse conserved under-methylated CpGs are associated with high-order chromatin structure","8":"2017","9":"Chromatin structure, Chromatin-loop factors, DNA methylation, Interacting anchor, Multi-sample-based method, Sparse conserved under-methylated CpG, Whole-genome bisulfite sequencing","10":"Lin X, Su J, Chen K, Rodriguez B, Li W","11":"[\"Computational Modeling\"]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"","22":"","_rn_":"978"},{"1":"syn21681757","2":"","3":"PLoS Comput Biol","4":"31136571","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31136571","6":"[PMID:31136571](https://www.ncbi.nlm.nih.gov/pubmed/?term=31136571)","7":"Sparse discriminative latent characteristics for predicting cancer drug sensitivity from genomic features","8":"2019","9":"","10":"Knowles DA, Bouchard G, Plevritis S","11":"[]","12":"[]","13":"[]","14":"syn21630077, syn21630079, syn21630078","15":"[\"Tumor-Immune\", \"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315808\"]","19":"[\"CA209971\"]","20":"[\"Stanford University Center for Cancer Systems Biology\"]","21":"","22":"","_rn_":"979"},{"1":"syn21681993","2":"","3":"Cancers (Basel)","4":"31805710","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31805710","6":"[PMID:31805710](https://www.ncbi.nlm.nih.gov/pubmed/?term=31805710)","7":"Spatial EGFR Dynamics and Metastatic Phenotypes Modulated by Upregulated EphB2 and Src Pathways in Advanced Prostate Cancer","8":"2019","9":"EGFR, EphB2, Src, actin, compartmentalization, diffusivity, endocytosis, epithelial–mesenchymal transition, metastasis, prostate cancer, single-particle tracking","10":"Liu YL, Horning AM, Lieberman B, Kim M, Lin CK, Hung CN, Chou CW, Wang CM, Lin CL, Kirma NB, Liss MA, Vasisht R, Perillo EP, Blocher K, Horng H, Taverna JA, Ruan J, Yankeelov TE, Dunn AK, Huang TH, Yeh HC, Chen CL","11":"[]","12":"[]","13":"[]","14":"syn21630076, syn21630082","15":"[\"Drug Resistance/Sensitivity\", \"Epigenetics\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9773346\"]","19":"[\"CA217297\"]","20":"[\"Systems Analysis of Epigenomic Architecture in Cancer Progression\"]","21":"syn21814211","22":"PRJNA475218","_rn_":"980"},{"1":"syn21648899","2":"","3":"Cancer Res","4":"29382708","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29382708","6":"[PMID:29382708](https://www.ncbi.nlm.nih.gov/pubmed/?term=29382708)","7":"Spatial Heterogeneity and Evolutionary Dynamics Modulate Time to Recurrence in Continuous and Adaptive Cancer Therapies","8":"2018","9":"","10":"Gallaher JA, Enriquez-Navas PM, Luddy KA, Gatenby RA, Anderson ARA","11":"[\"Mathematical Modeling\"]","12":"[\"Pan-cancer\"]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"981"},{"1":"syn21681858","2":"","3":"PLoS Comput Biol","4":"31356595","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31356595","6":"[PMID:31356595](https://www.ncbi.nlm.nih.gov/pubmed/?term=31356595)","7":"Spatially constrained tumour growth affects the patterns of clonal selection and neutral drift in cancer genomic data","8":"2019","9":"","10":"Chkhaidze K, Heide T, Werner B, Williams MJ, Huang W, Caravagna G, Graham TA, Sottoriva A","11":"[]","12":"[]","13":"[]","14":"syn21630081, syn21630075, syn21630082, syn21630078","15":"[\"Evolution\", \"Heterogeneity\", \"Epigenetics\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn18435688\"]","19":"[\"CA217376\"]","20":"[\"Arizona Cancer and Evolution Center\"]","21":"","22":"","_rn_":"982"},{"1":"syn21649026","2":"","3":"Proc Natl Acad Sci U S A","4":"29866846","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29866846","6":"[PMID:29866846](https://www.ncbi.nlm.nih.gov/pubmed/?term=29866846)","7":"Spatially modulated ephrinA1:EphA2 signaling increases local contractility and global focal adhesion dynamics to promote cell motility","8":"2018","9":"Src, lipid bilayer, metastasis, microfabrication, single molecule","10":"Chen Z, Oh D, Biswas KH, Yu CH, Zaidel-Bar R, Groves JT","11":"[\"3D Cell Culture\"]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"983"},{"1":"syn21649176","2":"","3":"Biophys J","4":"30075851","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30075851","6":"[PMID:30075851](https://www.ncbi.nlm.nih.gov/pubmed/?term=30075851)","7":"Spatiomechanical Modulation of EphB4-Ephrin-B2 Signaling in Neural Stem Cell Differentiation","8":"2018","9":"","10":"Dong M, Spelke DP, Lee YK, Chung JK, Yu CH, Schaffer DV, Groves JT","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"984"},{"1":"syn21645572","2":"","3":"Nat Genet","4":"28263318","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28263318","6":"[PMID:28263318](https://www.ncbi.nlm.nih.gov/pubmed/?term=28263318)","7":"Spatiotemporal genomic architecture informs precision oncology in glioblastoma","8":"2017","9":"","10":"Lee JK, Wang J, Sa JK, Ladewig E, Lee HO, Lee IH, Kang HJ, Rosenbloom DS, Camara PG, Liu Z, van Nieuwenhuizen P, Jung SW, Choi SW, Kim J, Chen A, Kim KT, Shin S, Seo YJ, Oh JM, Shin YJ, Park CK, Kong DS, Seol HJ, Blumberg A, Lee JI, Iavarone A, Park WY, Rabadan R, Nam DH","11":"[\"Whole Transcriptome Sequencing\", \"Whole Exome Sequencing\"]","12":"[\"Glioblastoma\"]","13":"[\"Brain\"]","14":"syn21630075, syn21630081, syn21630079","15":"[\"Heterogeneity\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349759\"]","19":"[\"CA193313\"]","20":"[\"Columbia University Center for Topology of Cancer Evolution and Heterogeneity\"]","21":"","22":"","_rn_":"985"},{"1":"syn21648948","2":"","3":"Lancet Oncol","4":"29753700","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29753700","6":"[PMID:29753700](https://www.ncbi.nlm.nih.gov/pubmed/?term=29753700)","7":"Spectrum and prevalence of genetic predisposition in medulloblastoma: a retrospective genetic study and prospective validation in a clinical trial cohort","8":"2018","9":"","10":"Waszak SM, Northcott PA, Buchhalter I, Robinson GW, Sutter C, Groebner S, Grund KB, Brugi`eres L, Jones DTW, Pajtler KW, Morrissy AS, Kool M, Sturm D, Chavez L, Ernst A, Brabetz S, Hain M, Zichner T, Segura-Wang M, Weischenfeldt J, Rausch T, Mardin BR, Zhou X, Baciu C, Lawerenz C, Chan JA, Varlet P, Guerrini-Rousseau L, Fults DW, Grajkowska W, Hauser P, Jabado N, Ra YS, Zitterbart K, Shringarpure SS, De La Vega FM, Bustamante CD, Ng HK, Perry A, MacDonald TJ, Hern'aiz Driever P, Bendel AE, Bowers DC, McCowage G, Chintagumpala MM, Cohn R, Hassall T, Fleischhack G, Eggen T, Wesenberg F, Feychting M, Lannering B, Sch\"uz J, Johansen C, Andersen TV, R\"o\"osli M, Kuehni CE, Grotzer M, Kjaerheim K, Monoranu CM, Archer TC, Duke E, Pomeroy SL, Shelagh R, Frank S, Sumerauer D, Scheurlen W, Ryzhova MV, Milde T, Kratz CP, Samuel D, Zhang J, Solomon DA, Marra M, Eils R, Bartram CR, von Hoff K, Rutkowski S, Ramaswamy V, Gilbertson RJ, Korshunov A, Taylor MD, Lichter P, Malkin D, Gajjar A, Korbel JO, Pfister SM","11":"[\"Whole Genome Sequencing\", \"Whole Exome Sequencing\"]","12":"[\"Tumor of Cerebellum\"]","13":"[\"Brain\"]","14":"syn21630075","15":"[\"Heterogeneity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn9772917\"]","19":"[\"CA184898\"]","20":"[\"Embryonal Brain Tumor Networks\"]","21":"","22":"","_rn_":"986"},{"1":"syn21681475","2":"","3":"Proc Natl Acad Sci U S A","4":"30504144","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30504144","6":"[PMID:30504144](https://www.ncbi.nlm.nih.gov/pubmed/?term=30504144)","7":"Spontaneous migration of cellular aggregates from giant keratocytes to running spheroids","8":"2018","9":"bipedal stick–slip motion, cell aggregate, collective migration, dewetting, reactive wetting","10":"Beaune G, Blanch-Mercader C, Douezan S, Dumond J, Gonzalez-Rodriguez D, Cuvelier D, Ondarcuhu T, Sens P, Dufour S, Murrell MP, Brochard-Wyart F","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"987"},{"1":"syn21648942","2":"","3":"Leuk Lymphoma","4":"29569971","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29569971","6":"[PMID:29569971](https://www.ncbi.nlm.nih.gov/pubmed/?term=29569971)","7":"Src family kinase inhibitor bosutinib enhances retinoic acid-induced differentiation of HL-60 leukemia cells","8":"2018","9":"Retinoic acid, SFK inhibitors, leukemia","10":"MacDonald RJ, Bunaciu RP, Ip V, Dai D, Tran D, Varner JD, Yen A","11":"[\"Expression Array\"]","12":"[\"Acute Promyelolitic Leukemia\"]","13":"[\"Blood\"]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"988"},{"1":"syn21681533","2":"","3":"Biotechnol Bioeng","4":"30684357","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30684357","6":"[PMID:30684357](https://www.ncbi.nlm.nih.gov/pubmed/?term=30684357)","7":"Stable recombinant production of codon-scrambled lubricin and mucin in human cells","8":"2019","9":"Muc1, PRG4, bioprocess, custom gene synthesis, lubrication, lubricin, mucin, recombinant, synthetic biology, tribology","10":"Shurer CR, Wang Y, Feeney E, Head SE, Zhang VX, Su J, Cheng Z, Stark MA, Bonassar LJ, Reesink HL, Paszek MJ","11":"[]","12":"[]","13":"[]","14":"syn21630080, syn21630078, syn21630079","15":"[\"Metabolism\", \"Microenvironment\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349770\"]","19":"[\"CA210184\"]","20":"[\"Center on the Physics of Cancer Metabolism\"]","21":"","22":"","_rn_":"989"},{"1":"syn21648996","2":"","3":"IEEE Trans Control Netw Syst","4":"30320141","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30320141","6":"[PMID:30320141](https://www.ncbi.nlm.nih.gov/pubmed/?term=30320141)","7":"State observation and sensor selection for nonlinear networks","8":"2018","9":"complex networks, observability, sensor selection, state and parameter estimation","10":"Haber A, Molnar F, Motter AE","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"990"},{"1":"syn21645451","2":"","3":"Physiology (Bethesda)","4":"29212889","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29212889","6":"[PMID:29212889](https://www.ncbi.nlm.nih.gov/pubmed/?term=29212889)","7":"Stem Cell Differentiation is Regulated by Extracellular Matrix Mechanics","8":"2018","9":"","10":"Smith LR, Cho S, Discher DE","11":"[\"Hydrogels\"]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"991"},{"1":"syn21645363","2":"","3":"IEEE Trans Biomed Eng","4":"28113244","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28113244","6":"[PMID:28113244](https://www.ncbi.nlm.nih.gov/pubmed/?term=28113244)","7":"Stem Cell Plasticity and Niche Dynamics in Cancer Progression","8":"2017","9":"","10":"Picco N, Gatenby RA, Anderson ARA","11":"[\"Mathematical Modeling\"]","12":"[\"Carcinoma in situ of Breast\"]","13":"[\"Breast\"]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"992"},{"1":"syn21645419","2":"","3":"Opt Express","4":"28380910","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=28380910","6":"[PMID:28380910](https://www.ncbi.nlm.nih.gov/pubmed/?term=28380910)","7":"Stochastic fluorescence switching of nucleic acids under visible light illumination","8":"2017","9":"","10":"Dong B, Almassalha LM, Soetikno BT, Chandler JE, Nguyen TQ, Urban BE, Sun C, Zhang HF, Backman V","11":"[\"Microscopy\", \"Mass Spectrometry\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"993"},{"1":"syn21681830","2":"","3":"Proc Natl Acad Sci U S A","4":"31278151","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31278151","6":"[PMID:31278151](https://www.ncbi.nlm.nih.gov/pubmed/?term=31278151)","7":"Stochastic geometry sensing and polarization in a lipid kinase-phosphatase competitive reaction","8":"2019","9":"bistability, kinase, phosphatase, polarization, stochastic","10":"Hansen SD, Huang WYC, Lee YK, Bieling P, Christensen SM, Groves JT","11":"[]","12":"[]","13":"[]","14":"syn21630075, syn21630078","15":"[\"Heterogeneity\", \"Microenvironment\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416710\"]","19":"[\"CA202241\"]","20":"[\"ECM geometrical and mechanical properties modulate RTK signaling\"]","21":"","22":"","_rn_":"994"},{"1":"syn21645350","2":"","3":"Genetics","4":"27770034","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=27770034","6":"[PMID:27770034](https://www.ncbi.nlm.nih.gov/pubmed/?term=27770034)","7":"Stochasticity in the Genotype-Phenotype Map: Implications for the Robustness and Persistence of Bet-Hedging","8":"2016","9":"bacterial persistence, bet-hedging, drug resistance, evolution, genotype–phenotype map","10":"Nichol D, Robertson-Tessi M, Jeavons P, Anderson AR","11":"[\"Mathematical Modeling\"]","12":"[]","13":"[]","14":"syn21630081, syn21630076, syn21630078, syn21630077","15":"[\"Evolution\", \"Drug Resistance/Sensitivity\", \"Microenvironment\", \"Tumor-Immune\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349753\"]","19":"[\"CA193489\"]","20":"[\"H Lee Moffitt Cancer Center and Research Institute\"]","21":"","22":"","_rn_":"995"},{"1":"syn21645399","2":"","3":"Nat Commun","4":"29416042","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29416042","6":"[PMID:29416042](https://www.ncbi.nlm.nih.gov/pubmed/?term=29416042)","7":"Stratification of TAD boundaries reveals preferential insulation of super-enhancers by strong boundaries","8":"2018","9":"","10":"Gong Y, Lazaris C, Sakellaropoulos T, Lozano A, Kambadur P, Ntziachristos P, Aifantis I, Tsirigos A","11":"[\"Molecular Simulations\"]","12":"[]","13":"[]","14":"syn21630080, syn21630075, syn21630081","15":"[\"Metabolism\", \"Heterogeneity\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349742\"]","19":"[\"CA193419\"]","20":"[\"Chicago Region Physical Science Oncology Center\"]","21":"","22":"","_rn_":"996"},{"1":"syn21681612","2":"","3":"Bioessays","4":"30919472","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30919472","6":"[PMID:30919472](https://www.ncbi.nlm.nih.gov/pubmed/?term=30919472)","7":"Stress-Induced Evolutionary Innovation: A Mechanism for the Origin of Cell Types","8":"2019","9":"cell type origin, evolutionary innovation, novelty, plasticity, stress response","10":"Wagner GP, Erkenbrack EM, Love AC","11":"[]","12":"[]","13":"[]","14":"syn21630079, syn21630078","15":"[\"Metastasis\", \"Microenvironment\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn7315810\"]","19":"[\"CA209992\"]","20":"[\"Systems Analysis of Phenotypic Switch in Control of Cancer Invasion\"]","21":"","22":"","_rn_":"997"},{"1":"syn21681772","2":"","3":"Cell","4":"31155233","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=31155233","6":"[PMID:31155233](https://www.ncbi.nlm.nih.gov/pubmed/?term=31155233)","7":"Stromal Microenvironment Shapes the Intratumoral Architecture of Pancreatic Cancer","8":"2019","9":"mass spectrometry, pancreatic cancer, pancreatic ductal adenocarcinoma, single cell RNA-sequencing, single cell spatial analysis, stromal microenvironment, tumor architecture","10":"Ligorio M, Sil S, Malagon-Lopez J, Nieman LT, Misale S, Di Pilato M, Ebright RY, Karabacak MN, Kulkarni AS, Liu A, Vincent Jordan N, Franses JW, Philipp J, Kreuzer J, Desai N, Arora KS, Rajurkar M, Horwitz E, Neyaz A, Tai E, Magnus NKC, Vo KD, Yashaswini CN, Marangoni F, Boukhali M, Fatherree JP, Damon LJ, Xega K, Desai R, Choz M, Bersani F, Langenbucher A, Thapar V, Morris R, Wellner UF, Schilling O, Lawrence MS, Liss AS, Rivera MN, Deshpande V, Benes CH, Maheswaran S, Haber DA, Fernandez-Del-Castillo C, Ferrone CR, Haas W, Aryee MJ, Ting DT","11":"[]","12":"[]","13":"[]","14":"syn21630076","15":"[\"Drug Resistance/Sensitivity\"]","16":"syn21630127","17":"[\"CSBC\"]","18":"[\"syn17084053\"]","19":"[\"CA215798\"]","20":"[\"Systems approaches to understanding the relationships between genotype, signaling, and therapeutic efficacy\"]","21":"syn21812746","22":"PRJNA464359","_rn_":"998"},{"1":"syn21681603","2":"","3":"Proc Natl Acad Sci U S A","4":"30894480","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=30894480","6":"[PMID:30894480](https://www.ncbi.nlm.nih.gov/pubmed/?term=30894480)","7":"Strong triaxial coupling and anomalous Poisson effect in collagen networks","8":"2019","9":"3D cell traction force microscopy, fibrous matrices, matrix realignment, tissue swelling","10":"Ban E, Wang H, Franklin JM, Liphardt JT, Janmey PA, Shenoy VB","11":"[]","12":"[\"Acinar Cell Carcinoma\"]","13":"[\"Epithelium\"]","14":"syn21630078, syn21630079, syn21630081","15":"[\"Microenvironment\", \"Metastasis\", \"Evolution\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7416707\",\"syn7349747\"]","19":"[\"CA202177\",\"CA193417\"]","20":"[\"Quantitative analyses of tumor cell extravasation\", \"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"999"},{"1":"syn21681330","2":"","3":"Nature","4":"29342135","5":"https://www.ncbi.nlm.nih.gov/pubmed/?term=29342135","6":"[PMID:29342135](https://www.ncbi.nlm.nih.gov/pubmed/?term=29342135)","7":"Structures of β-klotho reveal a 'zip code'-like mechanism for endocrine FGF signalling","8":"2018","9":"","10":"Lee S, Choi J, Mohanty J, Sousa LP, Tome F, Pardon E, Steyaert J, Lemmon MA, Lax I, Schlessinger J","11":"[]","12":"[]","13":"[]","14":"syn21630078, syn21630081, syn21630079","15":"[\"Microenvironment\", \"Evolution\", \"Metastasis\"]","16":"syn21630128","17":"[\"PS-ON\"]","18":"[\"syn7349747\"]","19":"[\"CA193417\"]","20":"[\"Physical Science Oncology Center at Penn\"]","21":"","22":"","_rn_":"1000"}],"options":{"columns":{"min":{},"max":[10],"total":[22]},"rows":{"min":[10],"max":[10],"total":[1170]},"pages":{}}}
</script>
</div>
<!-- rnb-frame-end -->
<!-- rnb-chunk-end -->
<!-- rnb-text-begin -->
<!-- rnb-text-end -->
<!-- rnb-chunk-begin -->
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxubWVyZ2VkX3B1YmxpY2F0aW9uX3N5bnRhYmxlIDwtIHVwZGF0ZV9zeW5hcHNlX3RhYmxlKFwic3luMjE4Njg1OTFcIiwgbWVyZ2VkX3B1YmxpY2F0aW9uX2NsZWFuZWQsIHN5biwgc3ludGFiKVxuYGBgIn0= -->
```r
merged_publication_syntable <- update_synapse_table("syn21868591", merged_publication_cleaned, syn, syntab)
LS0tCnRpdGxlOiAiUG9ydGFsIENsZWFudXAiCm91dHB1dDogaHRtbF9ub3RlYm9vawotLS0KCmBgYHtyfQpsaWJyYXJ5KHJldGljdWxhdGUpCmxpYnJhcnkoZGNjdmFsaWRhdG9yKQpsaWJyYXJ5KHRpZHl2ZXJzZSkKbGlicmFyeShwdXJycm9ncmVzcykKCiMgc291cmNlKCIuLi9SL3N5bmFwc2VfZGIuUiIpCgp1c2VfY29uZGFlbnYoImNzYmMtcHNvbi1kY2MiLCByZXF1aXJlZCA9IFRSVUUpCnN5bmFwc2VjbGllbnQgPC0gcmV0aWN1bGF0ZTo6aW1wb3J0KCJzeW5hcHNlY2xpZW50IikKc3luIDwtIHN5bmFwc2VjbGllbnQkU3luYXBzZSgpCnN5bnRhYiA8LSByZXRpY3VsYXRlOjppbXBvcnQoInN5bmFwc2VjbGllbnQudGFibGUiKQpzeW5maWxlIDwtIHN5bmFwc2VjbGllbnQkRmlsZQpzeW4kbG9naW4oKQpgYGAKCgpgYGB7cn0KdGliYmxlKGlkID0gYygiSUNCUCIsICJURUMiKSkgJT4lIAogIGNyZWF0ZV9lbnRpdGllcygic3luMjE2MzAwNTAiLCBzeW4sIHN5bmZpbGUpCgpgYGAKCiMjIEdyYW50cwoKYGBge3J9Cm1lcmdlZF9ncmFudF9kZiA8LSBkY2N2YWxpZGF0b3I6OmdldF9zeW5hcHNlX3RhYmxlKCJzeW4yMTkxODk3MiIsIHN5bikKYGBgCgpgYGB7cn0KZGJfaW5zdGl0dXRpb25fZGYgPC0gZGNjdmFsaWRhdG9yOjpnZXRfc3luYXBzZV90YWJsZSgic3luMjE5MDU4OTEiLCBzeW4pCmBgYAoKYGBge3J9Cm1lcmdlZF9ncmFudF9kZiAlPiUKICBzZWxlY3QoLWluc3RpdHV0aW9uQWxpYXMpICU+JSAKICAjIHNlbGVjdChncmFudElkLCBpbnN0aXR1dGlvbklkKSAlPiUgCiAgc2VwYXJhdGVfcm93cyhpbnN0aXR1dGlvbklkLCBzZXAgPSAiLCIpICU+JSAKICBtdXRhdGVfYWxsKH4gc3RyX3RyaW0oLikpICU+JSAKICBsZWZ0X2pvaW4oc2VsZWN0KGRiX2luc3RpdHV0aW9uX2RmLCBpbnN0aXR1dGlvbklkID0gaWQsIGluc3RpdHV0aW9uQWxpYXMgPSBkaXNwbGF5TmFtZSksCiAgICAgICAgICAgIGJ5ID0gImluc3RpdHV0aW9uSWQiKSAlPiUKICBncm91cF9ieV9hdCh2YXJzKC1vbmVfb2YoYygiaW5zdGl0dXRpb25JZCIsICJpbnN0aXR1dGlvbkFsaWFzIikpKSkgJT4lCiAgc3VtbWFyaXplX2FsbCh+IHN0cl9jKC4sIGNvbGxhcHNlID0gIiwgIikpICU+JQogIHVuZ3JvdXAoKSAlPiUKICBtdXRhdGUoaW5zdGl0dXRpb25BbGlhcyA9IG1hcF9jaHIoaW5zdGl0dXRpb25BbGlhcywgLmRlbGltX3N0cl90b19qc29uKSkgJT4lCiAgdXBkYXRlX3N5bmFwc2VfdGFibGUoInN5bjIxOTE4OTcyIiwgLiwgc3luLCBzeW50YWIpCmBgYAoKCmBgYHtyfQptZXJnZWRfZ3JhbnRfZGYgJT4lIAogIHNlbGVjdChncmFudElkLCBpbnN0aXR1dGlvbklkKSAlPiUgCiAgc2VwYXJhdGVfcm93cyhpbnN0aXR1dGlvbklkLCBzZXAgPSAiLCIpICU+JSAKICBtdXRhdGVfYWxsKHN0cl90cmltKSAlPiUgCiAgZGlzdGluY3QoKSAlPiUgCiAgSSAlPiUgCiAgdXBkYXRlX3N5bmFwc2VfdGFibGUoInN5bjIxOTA1OTEyIiwgLiwgc3luLCBzeW50YWIpCmBgYAoKYGBge3J9CmRiX2luc3RpdHV0aW9uX2RmIDwtIGRjY3ZhbGlkYXRvcjo6Z2V0X3N5bmFwc2VfdGFibGUoInN5bjIxOTA1ODkxIiwgc3luKQpgYGAKCmBgYHtyfQptZXJnZWRfZ3JhbnRfY2xlYW5lZCA8LSBtZXJnZWRfZ3JhbnRfZGYgJT4lIAogIHNlcGFyYXRlX3Jvd3MoaW5zdGl0dXRpb25JZCwgaW5zdGl0dXRpb24sIHNlcCA9ICJcXHwiKSAlPiUgCiAgbXV0YXRlX2FsbChzdHJfdHJpbSkgJT4lIAogIGRpc3RpbmN0KCkgJT4lIAogIGFycmFuZ2UoaW5zdGl0dXRpb24pICU+JSAKICBtdXRhdGUoaW5zdGl0dXRpb25JZCA9IGNhc2Vfd2hlbigKICAgIGluc3RpdHV0aW9uID09ICJVbml2ZXJzaXR5IG9mIFBlbm5zeWx2YW5pYSIgfiAic3luMjE5MDU4ODMiLAogICAgaW5zdGl0dXRpb24gPT0gIlVuaXZlcnNpdHkgb2YgVmlyZ2luaWEiIH4gInN5bjIxOTA1ODg2IiwKICAgIGluc3RpdHV0aW9uID09ICJVbml2ZXJzaXR5IG9mIENvbG9yYWRvIERlbnZlciIgfiAiIiwKICAgIGluc3RpdHV0aW9uID09ICJVbml2ZXJzaXR5IG9mIERlbGF3YXJlIiB+ICIiLAogICAgaW5zdGl0dXRpb24gPT0gIlBhY2lmaWMgTm9ydGh3ZXN0IE5hdGlvbmFsIExhYm9yYXRvcnkiIH4gIiIsCiAgICBpbnN0aXR1dGlvbiA9PSAiTWFzc2FjaHVzZXR0cyBJbnN0aXR1dGUgb2YgVGVjaG5vbG9neSIgfiAic3luMjE5MDU4NjMiLAogICAgaW5zdGl0dXRpb24gPT0gIlRoZSBIZWJyZXcgVW5pdmVyc2l0eSBvZiBKZXJ1c2FsZW0iIH4gIiIsCiAgICBUUlVFIH4gaW5zdGl0dXRpb25JZAogICkpICU+JSAKICBtdXRhdGUoaW5zdGl0dXRpb24gPSBzdHJfcmVwbGFjZShpbnN0aXR1dGlvbiwgIl5UaGUgIiwgIiIpKSAlPiUgCiAgIyBmaWx0ZXIoaW5zdGl0dXRpb25JZCA9PSAiIikgJT4lIAogIGxlZnRfam9pbihzZWxlY3QoZGJfaW5zdGl0dXRpb25fZGYsIGlkLCBpbnN0aXR1dGlvbiA9IGZ1bGxOYW1lKSwgYnkgPSAiaW5zdGl0dXRpb24iKSAlPiUKICBtdXRhdGUoaW5zdGl0dXRpb25JZCA9IGlmZWxzZShpbnN0aXR1dGlvbklkID09ICIiLCBpZCwgaW5zdGl0dXRpb25JZCkpICU+JQogIHNlbGVjdCgtaWQpICU+JQogIGRpc3RpbmN0KCkgJT4lIAogIGdyb3VwX2J5X2F0KHZhcnMoLWNvbnRhaW5zKCJpbnN0aXR1dGlvbiIpKSkgJT4lCiAgc3VtbWFyaXplKAogICAgaW5zdGl0dXRpb25JZCA9IHN0cl9jKHVuaXF1ZShpbnN0aXR1dGlvbklkKSwgY29sbGFwc2UgPSAiLCAiKSwKICAgIGluc3RpdHV0aW9uID0gc3RyX2ModW5pcXVlKGluc3RpdHV0aW9uKSwgY29sbGFwc2UgPSAiIHwgIikKICApICU+JSAKICB1bmdyb3VwKCkgJT4lIAogIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAiTm90IEFwcGxpY2FibGUiKSwgTkEsIC4pKSAlPiUKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgJyJOb3QgQXBwbGljYWJsZSInKSwgTkEsIC4pKSAlPiUKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgIl5OQSQiKSwgTkEsIC4pKSAlPiUKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgJ1xcWyJOQSJcXF0nKSwgTkEsIC4pKSAlPiUKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgJyJOQSInKSwgTkEsIC4pKSAlPiUKICBJCm1lcmdlZF9ncmFudF9jbGVhbmVkCmBgYAoKCmBgYHtyfQptZXJnZWRfZ3JhbnRfc3ludGFibGUgPC0gdXBkYXRlX3N5bmFwc2VfdGFibGUoInN5bjIxOTE4OTcyIiwgbWVyZ2VkX2dyYW50X2NsZWFuZWQsIHN5biwgc3ludGFiKQpgYGAKCgojIyBQcm9qZWN0cwoKYGBge3J9Cm1lcmdlZF9wcm9qZWN0X2RmIDwtIGRjY3ZhbGlkYXRvcjo6Z2V0X3N5bmFwc2VfdGFibGUoInN5bjIxODY4NjAyIiwgc3luKQpgYGAKCmBgYHtyfQptZXJnZWRfcHJvamVjdF9jbGVhbmVkIDwtIG1lcmdlZF9wcm9qZWN0X2RmICU+JSAKICBtdXRhdGUodGhlbWUgPSBzdHJfcmVwbGFjZSh0aGVtZSwgIlR1bW9yIEV2b2x1dGlvbiIsICJFdm9sdXRpb24iKSkgJT4lIAogIG11dGF0ZSh0aGVtZSA9IHN0cl9yZXBsYWNlKHRoZW1lLCAibWV0YXN0YXNpcyIsICJNZXRhc3Rhc2lzIikpICU+JSAKICBtdXRhdGUodGhlbWUgPSBzdHJfcmVwbGFjZSh0aGVtZSwgImRydWcgcmVzaXN0YW5jZS9zZW5zaXRpdml0eSIsICJEcnVnIFJlc2lzdGFuY2UvU2Vuc2l0aXZpdHkiKSkgJT4lIAogIG11dGF0ZSh0aGVtZSA9IHN0cl9yZXBsYWNlKHRoZW1lLCAibWljcm9lbnZpcm9ubWVudCIsICJNaWNyb2Vudmlyb25tZW50IikpICU+JSAKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgIk5vdCBBcHBsaWNhYmxlIiksIE5BLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICciTm90IEFwcGxpY2FibGUiJyksICIiLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICJeTkEkIiksIE5BLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICdcXFsiTkEiXFxdJyksICJbXSIsIC4pKSAlPiUKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgJyJOQSInKSwgIiIsIC4pKSAlPiUKICAjIGZpbHRlcihwcm9qZWN0SWQgPT0gInN5bjIxNjQ1MTkzIikgJT4lIAogICMgdXBkYXRlX3N5bmFwc2VfdGFibGUoInN5bjIxOTMwNTY2IiwgLiwgc3luLCBzeW50YWIpICU+JQogIEkKIAptZXJnZWRfcHJvamVjdF9jbGVhbmVkCmBgYAoKYGBge3J9Cm1lcmdlZF9wcm9qZWN0X3N5bnRhYmxlIDwtIHVwZGF0ZV9zeW5hcHNlX3RhYmxlKCJzeW4yMTg2ODYwMiIsIG1lcmdlZF9wcm9qZWN0X2NsZWFuZWQsIHN5biwgc3ludGFiKQpgYGAKCiMjIFRvb2xzCgpgYGB7cn0KbWVyZ2VkX3Rvb2xfZGYgPC0gZGNjdmFsaWRhdG9yOjpnZXRfc3luYXBzZV90YWJsZSgic3luMjE5MzA1NjYiLCBzeW4pCmBgYAoKYGBge3J9Cm1lcmdlZF90b29sX2NsZWFuZWQgPC0gbWVyZ2VkX3Rvb2xfZGYgJT4lIAogIG11dGF0ZSh0aGVtZSA9IHN0cl9yZXBsYWNlKHRoZW1lLCAiVHVtb3IgRXZvbHV0aW9uIiwgIkV2b2x1dGlvbiIpKSAlPiUgCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICJOb3QgQXBwbGljYWJsZSIpLCBOQSwgLikpICU+JQogIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAnIk5vdCBBcHBsaWNhYmxlIicpLCAiIiwgLikpICU+JQogIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAiXk5BJCIpLCBOQSwgLikpICU+JQogIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAnXFxbIk5BIlxcXScpLCAiW10iLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICciTkEiJyksICIiLCAuKSkgJT4lCiAgbXV0YXRlKGhvbWVwYWdlVXJsID0gaWZlbHNlKGlzLm5hKGhvbWVwYWdlVXJsKSwgIiIsIGhvbWVwYWdlVXJsKSkgJT4lIAogIG11dGF0ZSh0b29sVHlwZSA9IGlmZWxzZShpcy5uYSh0b29sVHlwZSksICIiLCB0b29sVHlwZSkpICU+JSAKICBtdXRhdGUocHVibGljYXRpb25JZCA9IGlmZWxzZShpcy5uYShwdWJsaWNhdGlvbklkKSwgIiIsIHB1YmxpY2F0aW9uSWQpKSAlPiUgCiAgbXV0YXRlKHB1YmxpY2F0aW9uVGl0bGUgPSBpZmVsc2UoaXMubmEocHVibGljYXRpb25UaXRsZSksICIiLCBwdWJsaWNhdGlvblRpdGxlKSkgJT4lIAogIG11dGF0ZShwdWJsaWNhdGlvbiA9IGlmZWxzZShpcy5uYShwdWJsaWNhdGlvbiksICIiLCBwdWJsaWNhdGlvbikpCiAKbWVyZ2VkX3Rvb2xfY2xlYW5lZApgYGAKCmBgYHtyfQptZXJnZWRfdG9vbF9zeW50YWJsZSA8LSB1cGRhdGVfc3luYXBzZV90YWJsZSgic3luMjE5MzA1NjYiLCBtZXJnZWRfdG9vbF9jbGVhbmVkLCBzeW4sIHN5bnRhYikKYGBgCgojIyBEYXRhc2V0cwoKCmBgYHtyfQptZXJnZWRfZGF0YXNldF9kZiA8LSBkY2N2YWxpZGF0b3I6OmdldF9zeW5hcHNlX3RhYmxlKCJzeW4yMTg5Nzk2OCIsIHN5bikKYGBgCgpgYGB7cn0KbWVyZ2VkX2RhdGFzZXRfY2xlYW5lZCA8LSBtZXJnZWRfZGF0YXNldF9kZiAlPiUgCiAgbXV0YXRlKHRoZW1lID0gc3RyX3JlcGxhY2UodGhlbWUsICJUdW1vciBFdm9sdXRpb24iLCAiRXZvbHV0aW9uIikpICU+JSAKICBtdXRhdGUodGhlbWUgPSBzdHJfcmVwbGFjZSh0aGVtZSwgIm1ldGFzdGFzaXMiLCAiTWV0YXN0YXNpcyIpKSAlPiUgCiAgbXV0YXRlKHRoZW1lID0gc3RyX3JlcGxhY2UodGhlbWUsICJkcnVnIHJlc2lzdGFuY2Uvc2Vuc2l0aXZpdHkiLCAiRHJ1ZyBSZXNpc3RhbmNlL1NlbnNpdGl2aXR5IikpICU+JSAKICBtdXRhdGUodGhlbWUgPSBzdHJfcmVwbGFjZSh0aGVtZSwgIm1pY3JvZW52aXJvbm1lbnQiLCAiTWljcm9lbnZpcm9ubWVudCIpKSAlPiUgCiAgbXV0YXRlKGFzc2F5ID0gc3RyX3JlcGxhY2UoYXNzYXksICJXaG9lIiwgIldob2xlIikpICU+JSAKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgIk5vdCBBcHBsaWNhYmxlIiksIE5BLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICciTm90IEFwcGxpY2FibGUiJyksICIiLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICJeTkEkIiksIE5BLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICdcXFsiTkEiXFxdJyksICJbXSIsIC4pKSAlPiUKICBtdXRhdGVfYWxsKH4gaWZlbHNlKHN0cl9kZXRlY3QoLiwgJyJOQSInKSwgIiIsIC4pKSAlPiUKICBtdXRhdGUodHVtb3JUeXBlID0gaWZlbHNlKGlzLm5hKHR1bW9yVHlwZSksICIiLCB0dW1vclR5cGUpKSAlPiUgCiAgIyBmaWx0ZXIoZGF0YXNldElkID09ICJzeW4yMTY0NTE5MyIpICU+JSAKICAjIHVwZGF0ZV9zeW5hcHNlX3RhYmxlKCJzeW4yMTkzMDU2NiIsIC4sIHN5biwgc3ludGFiKSAlPiUKICBJCiAKbWVyZ2VkX2RhdGFzZXRfY2xlYW5lZApgYGAKCmBgYHtyfQptZXJnZWRfZGF0YXNldF9zeW50YWJsZSA8LSB1cGRhdGVfc3luYXBzZV90YWJsZSgic3luMjE4OTc5NjgiLCBtZXJnZWRfZGF0YXNldF9jbGVhbmVkLCBzeW4sIHN5bnRhYikKYGBgCgojIyBQdWJsaWNhdGlvbnMKCmBgYHtyfQptZXJnZWRfcHVibGljYXRpb25fZGYgPC0gZGNjdmFsaWRhdG9yOjpnZXRfc3luYXBzZV90YWJsZSgic3luMjE4Njg1OTEiLCBzeW4pCmBgYAoKYGBge3J9Cm1lcmdlZF9wdWJsaWNhdGlvbl9kZiAlPiUgCiAgc2VsZWN0KC1ncmFudEluc3RpdHV0aW9uKSAlPiUgCiAgbXV0YXRlKGdyYW50SWQgPSBtYXAoZ3JhbnRJZCwganNvbl90b19saXN0KSkgJT4lIAogIHVubmVzdChncmFudElkKSAlPiUgCiAgCiAgbGVmdF9qb2luKHNlbGVjdChtZXJnZWRfZ3JhbnRfZGYsIGdyYW50SWQsIGluc3RpdHV0aW9uSWQsIGluc3RpdHV0aW9uQWxpYXMsIGdyYW50SW5zdGl0dXRpb24pLAogICAgICAgICAgICBieSA9ICJncmFudElkIikgJT4lCiAgIyBncm91cF9ieV9hdCh2YXJzKC1vbmVfb2YoYygiaW5zdGl0dXRpb25JZCIsICJpbnN0aXR1dGlvbkFsaWFzIikpKSkgJT4lCiAgIyBzdW1tYXJpemVfYWxsKH4gc3RyX2MoLiwgY29sbGFwc2UgPSAiLCAiKSkgJT4lCiAgIyB1bmdyb3VwKCkgJT4lCiAgIyBtdXRhdGUoaW5zdGl0dXRpb25BbGlhcyA9IG1hcF9jaHIoaW5zdGl0dXRpb25BbGlhcywgLmRlbGltX3N0cl90b19qc29uKSkgJT4lIAogIEkKYGBgCgoKYGBge3J9Cm1lcmdlZF9wdWJsaWNhdGlvbl9jbGVhbmVkIDwtIG1lcmdlZF9wdWJsaWNhdGlvbl9kZiAlPiUgCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICJOb3QgQXBwbGljYWJsZSIpLCBOQSwgLikpICU+JQogIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAnIk5vdCBBcHBsaWNhYmxlIicpLCAiIiwgLikpICU+JQogIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAiXk5BJCIpLCBOQSwgLikpICU+JQogIG11dGF0ZV9hbGwofiBpZmVsc2Uoc3RyX2RldGVjdCguLCAnXFxbIk5BIlxcXScpLCAiW10iLCAuKSkgJT4lCiAgbXV0YXRlX2FsbCh+IGlmZWxzZShzdHJfZGV0ZWN0KC4sICciTkEiJyksICIiLCAuKSkgJT4lCiAgbXV0YXRlX2F0KGMoImRvaSIsICJrZXl3b3JkcyIsCiAgICAgICAgICAgICAgInRoZW1lSWQiLCAidGhlbWUiLCAiZGF0YXNldElkIiwgImRhdGFzZXQiKSwKICAgICAgICAgICAgfiBpZmVsc2UoaXMubmEoLiksICIiLCAuKSkgJT4lCiAgIyBtdXRhdGUodHVtb3JUeXBlID0gaWZlbHNlKGlzLm5hKHR1bW9yVHlwZSksICIiLCB0dW1vclR5cGUpKSAlPiUgCiAgIyBtdXRhdGUoZG9pID0gaWZlbHNlKGlzLm5hKGRvaSksICIiLCBkb2kpKSAlPiUgCiAgIyBtdXRhdGUoa2V5d29yZHMgPSBpZmVsc2UoaXMubmEoa2V5d29yZHMpLCAiIiwga2V5d29yZHMpKSAlPiUgCiAgIyBtdXRhdGUoYXNzYXkgPSBpZmVsc2UoaXMubmEoYXNzYXkpLCAiIiwgYXNzYXkpKSAlPiUgCiAgIyBtdXRhdGUoZGF0YXNldElkID0gaWZlbHNlKGlzLm5hKGRhdGFzZXRJZCksICIiLCBkYXRhc2V0SWQpKSAlPiUgCiAgIyBtdXRhdGUoZGF0YXNldCA9IGlmZWxzZShpcy5uYShkYXRhc2V0KSwgIiIsIGRhdGFzZXQpKSAlPiUgCiAgIyBmaWx0ZXIocHVibGljYXRpb25JZCA9PSAic3luMjE2NDUxOTMiKSAlPiUgCiAgIyB1cGRhdGVfc3luYXBzZV90YWJsZSgic3luMjE5MzA1NjYiLCAuLCBzeW4sIHN5bnRhYikgJT4lCiAgSQogCm1lcmdlZF9wdWJsaWNhdGlvbl9jbGVhbmVkCmBgYAoKYGBge3J9Cm1lcmdlZF9wdWJsaWNhdGlvbl9zeW50YWJsZSA8LSB1cGRhdGVfc3luYXBzZV90YWJsZSgic3luMjE4Njg1OTEiLCBtZXJnZWRfcHVibGljYXRpb25fY2xlYW5lZCwgc3luLCBzeW50YWIpCmBgYAo=